From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2378 invoked from network); 30 Apr 2007 07:24:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Apr 2007 07:24:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89082 invoked from network); 30 Apr 2007 07:24:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 07:24:53 -0000 Received: (qmail 15290 invoked by alias); 30 Apr 2007 07:24:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23359 Received: (qmail 15281 invoked from network); 30 Apr 2007 07:24:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Apr 2007 07:24:49 -0000 Received: (qmail 88793 invoked from network); 30 Apr 2007 07:24:49 -0000 Received: from eq2.spamarrest.com (66.150.163.135) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 07:24:46 -0000 Received: from [192.168.1.2] (ppp-67-124-90-102.dsl.pltn13.pacbell.net [67.124.90.102]) by eq2.spamarrest.com (Postfix) with ESMTP id 8D60760C151 for ; Mon, 30 Apr 2007 00:24:44 -0700 (PDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <20070430061326.GA4961@sc.homeunix.net> References: <20070430061326.GA4961@sc.homeunix.net> Date: Mon, 30 Apr 2007 00:24:41 -0700 To: zsh-workers@sunsite.dk From: Dave Yost Subject: Re: manual all on one HTML page Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable At 07:13 AM +0100 2007-04-30, Stephane Chazelas wrote: >On Sun, Apr 29, 2007 at 05:49:07PM -0700, Dave Yost wrote: >> Hi. >> >> There really should be an all-on-one-page HTML manual. >> >> I tried to look for the exec command using the current divided-up >> HTML and couldn't find it. >[...] > >That's the biggest problem with the HTML format. The one-page format makes simple searches easy using the browser. Also: the broken-up HTML is nicely searchable with a Google using the= "site:" feature, like this: foo site:zsh.org/doc/one-page.html Dave >That's why >there exist more advanced formats like the "info" formats. The >info format is inspired from books. There is a table of content >and an index, both searchable with completion, and the whole >document can be searched as well. > >See the "g", "i", "m", "s" keys in info. > >Typically: > >info zsh >iexec > >-- >St=E9phane