[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SGML source
From: |
Pradeep Padala |
Subject: |
SGML source |
Date: |
Tue, 9 Jul 2002 01:29:02 -0400 (EDT) |
> A sample - 1-2 files that you have written in sgml - would be interesting.
> If I had those, I could focus on the mechanics of building up my local
> tools to see well how the conversions actually work.
I put the hackguide and ncurses-intro at
http://www.cise.ufl.edu/~ppadala/ncdoc
You can follow these steps to generate html.
*) Validate them
nsgmls -s <sgml file>
If it gives lot of errors, just change the 4.1 in first line to 3.1
Most of the linux distros haven't caught up with 4.1 yet.
If this gives just one warning regarding ARTICLEINFO, every thing is
fine.
Otherwise, you have to install docbook stuff.
*) Generate html
jade -t sgml -i html -d ldp.dsl#html <sgml file>
The ldp.dsl extends original dsssl stylesheets and produces nice things
like toc etc..
ldp.dsl is also avaiable at above location for convenience.
For a single html file
jade -t sgml -i html -d ldp.dsl#html -V nochunks <sgml file>
I removed the toc from the files, since it should be auto generated by
stylesheets. Apart from that the sgml is a simple transformation of html
to docbook.
Let me know if you get into any problems.
--pradeep
- ncurses-5.2-20020706.patch.gz, Thomas Dickey, 2002/07/08
- Documentation stuff, Pradeep Padala, 2002/07/08
- Re: Documentation stuff, Eric S. Raymond, 2002/07/08
- Message not available
- SGML source,
Pradeep Padala <=
- Message not available
- Documentation in SGML, Pradeep Padala, 2002/07/19
- Re: Documentation in SGML, Pradeep Padala, 2002/07/19
- Re: Documentation in SGML, Thomas Dickey, 2002/07/20
- Re: Documentation in SGML, Pradeep Padala, 2002/07/20
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: Documentation in SGML, Pradeep Padala, 2002/07/22
- Re: Documentation in SGML, Thomas E. Dickey, 2002/07/22