From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10931 invoked from network); 17 Apr 2009 11:28:39 -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; 17 Apr 2009 11:28:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 74189 invoked from network); 17 Apr 2009 11:28:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Apr 2009 11:28:33 -0000 Received: (qmail 20438 invoked by alias); 17 Apr 2009 11:28:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26841 Received: (qmail 20427 invoked from network); 17 Apr 2009 11:28:27 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Apr 2009 11:28:27 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by bifrost.dotsrc.org (Postfix) with ESMTP id 4C44F82D4B6A for ; Fri, 17 Apr 2009 13:28:08 +0200 (CEST) Received: by fg-out-1718.google.com with SMTP id 16so309145fgg.14 for ; Fri, 17 Apr 2009 04:28:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6Ttj9EdTeYPYpYM/i6LWEamH2VSzDM6QKwvWKZj72Zs=; b=RWsvF94tUI/UlcvrLvGD7fPGwI3ynyuCdqnAig2EAyjjLZriFiicOXp8IqGDfwuZyn cV+8xtproZiN/KsWK4Sc6KksIM0ktW7nFfU2xhkNGsKlBghsGldbMnWbiC+Uc7faLdFn gJmB1lzs7MRBOtppHFOW2yOCqn5WbZkh7QtOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NL2jzVxvEz0auCROtt2DEMUZ/ZYUS8Mk9IRNM06ooIIr3LqSZ195hqEshhrqiTbSAK jbuYQFgS6d3TyiKEQ3ukMnigcHTIxPhLmDBvXBFKCqyu0sydMqnPntef5t6ucSVSmDmL yV8M2MAFxVB6w5EVbug19RpLoh7sz6SXcIz+Y= MIME-Version: 1.0 Received: by 10.86.91.3 with SMTP id o3mr1949175fgb.17.1239967703702; Fri, 17 Apr 2009 04:28:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Apr 2009 13:28:23 +0200 Message-ID: <2d460de70904170428w4594be9dr20b836c97351af80@mail.gmail.com> Subject: Re: Vastly better HTML docs From: Richard Hartmann To: Jesse W Cc: zsh-workers@sunsite.dk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV 0.92.1/9250/Fri Apr 17 08:37:45 2009 on bifrost X-Virus-Status: Clean On Tue, Apr 14, 2009 at 11:19, Jesse W wrote: > I've (finally) figured out how to generate a HTML version of the zsh docs > with sane and helpful file and anchor names. =C2=A0 And it's really easy. Will the old links still work? Else, links to the docs from the outside wil= l break. Richard