From: <ox-...@us...> - 2002-11-28 06:55:01
|
Update of /cvsroot/sheets/sheets/src/documentation/content/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv5930/src/documentation/content/xdocs Added Files: book.xml index.xml tabs.xml Log Message: Sheets Change: Fixed documentation export so it is relative to the project root. Build Changes: Laid the groundwork for moving to centipede for code, documentation, and site building. There is still a lot more work to be done, but the basic build system is in place. For the time being, the ant targets still work as usual, so there is no need to change the way you do builds. --- NEW FILE: book.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd"> <book software="Sheets" title="Sheets Hypertext Environment" copyright="@year@ Sheets Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Community"> <menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=53805"/> </menu> <menu label="Docs"> <menu-item label="Documentation" href="index.html"/> </menu> <menu label="Code"> <menu-item label="Javadocs" href="javadocs/index.html"/> </menu> </book> --- NEW FILE: index.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd"> <document> <header> <title>Sheets Hypertext Environment</title> <authors> <person id="ox-eater" name="Stephen Chin" email="ox-...@us..."/> </authors> </header> <body> <section > <title>Introduction</title> <p>The <strong>Sheets Hypertext Environment for Editing Text and Structure</strong> is an integrated coding and documentation system targeted at projects with large numbers of widely- dispersed collaborators.</p> </section> </body> </document> --- NEW FILE: tabs.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd"> <tabs software="Sheets" title="Sheets" copyright="@year@ Sheets Project - Open Source License" xmlns:xlink="http://www.w3.org/1999/xlink"> <tab label="Home" dir=""/> <!-- Add new tabs here, eg: <tab label="How-Tos" dir="community/howto/"/> <tab label="XML Site" dir="xml-site/"/> --> </tabs> |