Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: yodl and Z shell documentation (was localtraps)
- X-seq: zsh-workers 21248
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: yodl and Z shell documentation (was localtraps)
- Date: Tue, 10 May 2005 11:45:27 +0200
- In-reply-to: <13873.1115198811@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20050425063521.GA17598@xxxxxxxxxxxxxxxxx> <1050425163202.ZM25027@xxxxxxxxxxxxxxxxxxxxxxx> <20050426030308.GA21501@xxxxxxxxxxxxxxxxx> <200504261834.j3QIYHSa018951@xxxxxxxxxxxxxx> <1050427053638.ZM28743@xxxxxxxxxxxxxxxxxxxxxxx> <200504270954.j3R9sujP029445@xxxxxxxxxxxxxx> <1050427140931.ZM29524@xxxxxxxxxxxxxxxxxxxxxxx> <20050501185447.GA24296@xxxxxxxxxxxxxxxxx> <200505031004.j43A47jB014589@xxxxxxxxxxxxxx> <20050503192011.GA34761@xxxxxxxxxxxxxxxxx> <13873.1115198811@xxxxxxx>
On 4 May, Peter wrote:
> We (for some values of we, at least) would quite like to migrate to
> something XML-based such as Docbook-XML, but that will be a lot of work,
> so we're stuck with Yodl till then. It is a bit past its sell-by date.
makeinfo can produce XML output from our .texi file which is a starting
point. The result needs a lot of reworking and adjusting, some of which
can probably be automated using XSLT. At the moment, makeinfo produces
invalid XML because of a subsection in the middle of an item in
mod_socket.yo. I'll apply the following patch so I only need to fix this
once.
I'm not quite sure how easy it'll be to produce the same set of man
pages as we currently have from docbook. The change may also be a step
backwards for anyone using info documentation.
Oliver
Index: mod_socket.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_socket.yo,v
retrieving revision 1.4
diff -u -r1.4 mod_socket.yo
--- mod_socket.yo 22 May 2003 09:48:28 -0000 1.4
+++ mod_socket.yo 10 May 2005 09:34:54 -0000
@@ -10,6 +10,8 @@
item(tt(zsocket) [ tt(-altv) ] [ tt(-d) var(fd) ] [ var(args) ])(
tt(zsocket) is implemented as a builtin to allow full use of shell
command line editing, file I/O, and job control mechanisms.
+)
+enditem()
subsect(Outbound Connections)
cindex(sockets, outbound Unix domain)
@@ -62,5 +64,3 @@
In order to elicit more verbose output, use tt(-v).
)
enditem()
-)
-enditem()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author