zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-users@sunsite.dk (Zsh users list)
Subject: Re: downloadable html user guide?
Date: Mon, 29 Apr 2002 11:21:37 +0100	[thread overview]
Message-ID: <19905.1020075697@csr.com> (raw)
In-Reply-To: "Roman Neuhauser"'s message of "Mon, 29 Apr 2002 12:20:40 +0200." <20020429102040.GA325@roman.mobil.cz>

Roman Neuhauser wrote:
>     Hm. I have a standalone machine I wanted to have the uguide
>     available on. I thought I'd build it on this (connected) box, and
>     take it home.

The following should do for now.

  for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do
  lynx -source $f >${f:t}  
  done

(`w3m -dump_source' is an alternative to `lynx -source'.)

It all needs to be a bit more sophisticated.  In fact, it needs better
indexing, perhaps using the same Yodl packages the manual does and
texi2html.  However, my first target is to finish it off.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


  reply	other threads:[~2002-04-29 10:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-25 19:01 Roman Neuhauser
2002-04-28 20:33 ` Peter Stephenson
2002-04-29 10:20   ` Roman Neuhauser
2002-04-29 10:21     ` Peter Stephenson [this message]
2002-04-29 11:57       ` Roman Neuhauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19905.1020075697@csr.com \
    --to=pws@csr.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).