On Fri, Mar 22, 2002 at 12:10:13PM +1100, [EMAIL PROTECTED] wrote: > I downloaded Krysalis and Centipede, hoping to find some easy way of > building docs, but I was sorely disappointed. You have to know a ton of > stuff about Cocoon, Cocoon's 'book' format (which isn't DocBook), and the > other tools involved to even get your head around it. > > If you have to setup and run Cocoon to generate a few HTML files, what's > the point? At least the process with site.vsl and site.xsl is documented > and easy to set up, and requires no special knowledge, for most commons > projects.
export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/krysalis cvs login cvs co krysalis-centipede cd krysalis-centipede chmod +x build.sh ./build.sh docs Works fine for me. If you had problems, ask on the krysalis-users list. The doc format is standard Apache document-v10.dtd. You only need to edit the sitemap if your site has special needs, eg merging XML files before processing, Docbook -> stylebook, stylebook -> PDF, svg -> .png. I find that being able to manage the generated site's URI space in one file is very handy. --Jeff > If it's just for L&F, I'd much rather tweak the existing stylesheets. > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
