From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17822 invoked from network); 1 Sep 2008 15:15:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Sep 2008 15:15:26 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6955 invoked from network); 1 Sep 2008 15:15:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Sep 2008 15:15:16 -0000 Received: (qmail 19529 invoked by alias); 1 Sep 2008 15:15:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25580 Received: (qmail 19514 invoked from network); 1 Sep 2008 15:15:09 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Sep 2008 15:15:09 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by bifrost.dotsrc.org (Postfix) with ESMTP id ADDA0801E2B4 for ; Mon, 1 Sep 2008 17:15:03 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so288294ana.13 for ; Mon, 01 Sep 2008 08:15:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=23gAgWxSxcTWxzRwjWfVwQWW7BXq9JxxUizRCzzQtkg=; b=fbHILQg5WYn+wiiEJ/UeYBzX2YWq6bK2YbVeJ128+koscMI7iIxuBmOFFbQvmHTbpV cK+lVDoCF+77kRLaNXOQmGBVY/TVfnIzAOc5wUPBn4GSWrvlmjspMMnLxaRvz3/JxnjG wUo7vogtWH/kHSBNzYbhAl3IJUw6ES9M35bSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=CqI94e+zCBIT2LLUNtQezJRt2MQFc3SipqnO2/LhoyRCmBGnlfyYfyhHUErnbZDscp gI/+bWJJVN6v4EXCllPJm/EO87uOeh65BaOv9PUn5lB9+usEdyKH8GGQpwf3pR0TF7rg eBTJkZmNJucaFede7q5CbzgmtYrNwDN9Tk0rU= Received: by 10.100.255.17 with SMTP id c17mr6053257ani.76.1220282102474; Mon, 01 Sep 2008 08:15:02 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Mon, 1 Sep 2008 08:15:02 -0700 (PDT) Message-ID: <2d460de70809010815q35e00adbx5f16719ea08204a2@mail.gmail.com> Date: Mon, 1 Sep 2008 17:15:02 +0200 From: "Richard Hartmann" To: "Oliver Kiddle" Subject: Re: Zsh web pages (was Re: trouble downloading) Cc: zsh-workers@sunsite.dk In-Reply-To: <1051.1220278093@thecus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1051.1220278093@thecus> X-Virus-Scanned: ClamAV 0.92.1/8131/Mon Sep 1 15:33:22 2008 on bifrost X-Virus-Status: Clean On Mon, Sep 1, 2008 at 16:08, Oliver Kiddle wrote: > Is there anyone with more web skills than me that could come up with a > new design for the zsh web pages. It'd only need to be something a bit > clearer and more modern and simple enough underneath that adding news > items would be easy. Or do people think we should go another route such > as making zshwiki.org the official site? Personally, I dislike the 'wiki as a front-page' trend, but it gives _instant_ results. Another solution would be to take a random CMS, maybe change the template a bit, and use that. Static pages are somewhat outdated, compiled pages (think debian.org) are a bit too much work to set up for a site of this size. Richard