Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: downloadable html user guide?
- X-seq: zsh-users 4893
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx (Zsh users list)
- Subject: Re: downloadable html user guide?
- Date: Mon, 29 Apr 2002 11:21:37 +0100
- In-reply-to: "Roman Neuhauser"'s message of "Mon, 29 Apr 2002 12:20:40 +0200." <20020429102040.GA325@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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@xxxxxxx> 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.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author