From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17257 invoked from network); 29 Mar 2021 00:02:41 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 29 Mar 2021 00:02:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=xhhAaRwLEJbLBp9mfJqnvZoX2vIqm44AOGF2uvTZFLM=; b=OptiTSaKYNMJmd2Du0JzmmyOtC J+xYV4l9ifimztFNq1mWFas1IDDEBBC/d3dO3JUzHIKjIRPSnqTbJjoOvP2mUvl2d4BIKWoOuq7ve T7xsakITcHOyO1XzZM6ULRLbyFP0fYGSdp5qVUdTT3kxWZ2yBorZW54MTPKCoH6H3JJMzhVCQJ8Ls Jchs2sRxghTlzTeXfrDv34fGgqYuOL+snJWZEJvyXlDT4bXcbp0oIHtTnxqk8tJJD3j6AC6k7qnT7 9K9nceBWOrsF9qhrI157D3JAXiVRIHgt7pbPbPSMgBM3HSmkG0xkDzhS4y+HjOGZRlmXxZ2pHr1Nh CNt/t4pw==; Received: from authenticated user by zero.zsh.org with local id 1lQfMd-0002BK-6l; Mon, 29 Mar 2021 00:02:39 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lQfMN-00022M-JR; Mon, 29 Mar 2021 00:02:23 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lQfMM-000LKK-Up; Mon, 29 Mar 2021 02:02:23 +0200 cc: zsh-workers@zsh.org In-reply-to: <64EB817D-F60D-4694-9406-4B67F8E3903E@icloud.com> From: Oliver Kiddle References: <64EB817D-F60D-4694-9406-4B67F8E3903E@icloud.com> To: Austin Traver Subject: Re: I'd like to help maintain the Zsh Web Page MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <81982.1616976142.1@hydra> Date: Mon, 29 Mar 2021 02:02:22 +0200 Message-ID: <81983-1616976142.953383@GxW7.Jtw5.jOhI> X-Seq: 48297 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: Austin Traver wrote: > My name is Austin. I'm a graduate student in the United States, studying > computer science. I have been Zsh for a few years now, and I've become quite > passionate about it, sharing [1]my knowledge so far with others along the way. > > I'd like to help maintain the Zsh site, as I think reliable, usable > documentation plays a vital role in understanding software. > > Is there any job, big or small, that you could think of, for me? Aside from the documentation, the design, structure, layout and content of the web pages could do with updating, modernising and being maintained over the longer term. It'd be quite nice to unify what we have at https://www.zsh.org/ with http://zsh.sourceforge.net/ so that sourceforge is just a mirror of the other URL and preserving content from both. The current site is done in old hand-written HTML that hasn't changed much ever. It is probably best to keep the design relatively conservative - the 1995-era design looks less bad now than a 2005 one would. Preferably no cookies or required JavaScript but a touch of CSS wouldn't do much harm. A markdown based static templating preprocessor such as jekyll would be fine if it can run on the existing hosting without complicated install procedures. Currently, there is a certain amount of duplicated boiler-plate HTML. If you or whoever else is interested, I can point you in the direction of relevant git repositories where the existing content sits. Oliver