# README --
#
# $Id: README,v 1.2 2002/01/13 23:26:42 balls Exp $

The website is written in DocBook and processed mainly with
XSLT.  The DocBook XSL stylesheets must be in ../docbook/dbx.

index.xml is a DocBook "book".  The description of each subproject 
is contained in a DocBook "chapter".  These are included in
the book using XInclude.

To add a new subproject, add an xi:include element in index.xml.

To generate the website run an XSLT processor (that supports
XInclude and EXSLT) with index.xml as the source document and
lib/main.xsl as the XSL stylesheet.  For example, using
libxslt I would type:

xsltproc --xinclude -o index.html lib/main.xsl index.xml

All HTML pages for the website will be generated, not just the
index page.

Steve Ball, Steve.Ball@zveno.com
