Hello all,
I've lost the first messages from the group because I had not join, so I
had to open a new message tree.
I suggest that we start by making the top level docs structure, then
writing the documentation writers chapter. Once these are made,
volunteers choose what sections/chapters they want to write.
Since I'm used to DocBook, I volunteer to write the docs structure,
unless Sylvain prefers to do it himself. I plan to add dependency on
cheetah templates in order to have more advanced macro/templating
functionality; this has proven to be more easy to use and much more
flexible then using ENTITY style macros such as:
<!ENTITY cp "<productname>CherryPy</productname>">
Another point I would like to discuss is use of indentation on the XML
sources. I think indented XML is much more easier to read and debug, but
most doc authors seem to ignore this completely. Could we adopt indented
XML sources ? I want this:
<article>
<articleinfo>
<title>DocBook XSL Stylesheet Release Notes</title>
<pubdate>01 December 2004</pubdate>
<releaseinfo role="cvs">$Id: RELEASE-NOTES.xml,v 1.35 2005/02/14 08:06:28 xmldoc Exp $</releaseinfo>
<corpauthor>DocBook Open Repository Team</corpauthor>
</articleinfo>
</article>
Instead of:
<article>
<articleinfo>
<title>DocBook XSL Stylesheet Release Notes</title>
<pubdate>01 December 2004</pubdate>
<releaseinfo role="cvs">$Id: RELEASE-NOTES.xml,v 1.35 2005/02/14 08:06:28 xmldoc Exp $</releaseinfo>
<corpauthor>DocBook Open Repository Team</corpauthor>
</articleinfo>
</article>
Later, we could make a build script to generate single html, chunked
html, CHM and PDF target formats. It's not hard and I do it already for
my current documentation.
--
Best regards,
Steve mailto:
ho...@carcass.dhs.org