vmassol 01/04/07 06:20:00
Modified: cactus/docs/framework/xdocs changes.xml doc-book.xml
Log:
doc updates
Revision Changes Path
1.3 +1 -1 jakarta-commons-sandbox/cactus/docs/framework/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/changes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- changes.xml 2001/04/07 07:16:55 1.2
+++ changes.xml 2001/04/07 13:19:59 1.3
@@ -8,7 +8,7 @@
<person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
</devs>
- <release version="1.0" date="April 6 2001">
+ <release version="1.0" date="April 7 2001">
<action dev="VMA" type="update">
Changed the web site skin to be the Jakarta skin and not the Apache XML
skin. This is because Cactus is now part of the Jakarta Commons project.
1.3 +40 -27 jakarta-commons-sandbox/cactus/docs/framework/xdocs/doc-book.xml
Index: doc-book.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/doc-book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- doc-book.xml 2001/04/07 07:16:55 1.2
+++ doc-book.xml 2001/04/07 13:19:59 1.3
@@ -1,29 +1,42 @@
<?xml version="1.0"?>
-<book software="Cactus @version@" title="Local Cactus @version@ documentation"
copyright="@year@ Apache Software Foundation">
- <page id="index" label="News" source="news.xml"/>
- <page id="features" label="Features" source="features.xml"/>
- <changes id="changes" label="Changes" source="changes.xml"/>
- <todo id="todo" label="Todo" source="todo.xml"/>
- <page id="contributors" label="Contributors" source="contributors.xml"/>
-<separator/>
- <page id="downloads" label="Downloads" source="downloads.xml"/>
-<separator/>
- <page id="installation" label="Installation" source="installation.xml"/>
- <page id="installation_ant" label="Installing Ant" source="installation_ant.xml"/>
- <page id="installation_sample" label="Installing Sample"
source="installation_sample.xml"/>
- <page id="configuration" label="Configuration" source="configuration.xml"/>
- <page id="using" label="Using" source="using.xml"/>
- <page id="sample_servlet" label="Servlet Sample" source="sample_servlet.xml"/>
- <faqs id="faq" label="FAQ" source="faq.xml"/>
-<separator/>
- <page id="architecture" label="Architecture" source="architecture.xml"/>
-<separator/>
- <page id="ant" label="Ant integration" source="ant.xml"/>
- <page id="servlets" label="Servlet Engines" source="servlets.xml"/>
-<separator/>
- <external label="Javadoc" href="javadoc/index.html"/>
-<separator/>
- <page id="support" label="Support" source="support.xml"/>
- <external label="Statistics"
href="http://sourceforge.net/project/stats/?group_id=14156"/>
-</book>
+<book software="Cactus"
+ title="Local Cactus Documentation"
+ copyright="@year@ The Apache Software Foundation">
+
+ <menu label="About">
+ <menu-item label="News" source="index.xml"/>
+ <menu-item label="Features" source="features.xml"/>
+ <menu-item label="Changes" source="changes.xml" type="changes"/>
+ <menu-item label="Todo" source="todo.xml" type="todo"/>
+ <menu-item label="Contributors" source="contributors.xml"/>
+ </menu>
+
+ <menu label="Downloads">
+ <menu-item label="Downloads" source="downloads.xml"/>
+ </menu>
+
+ <menu label="User Guides">
+ <menu-item label="Installation" source="installation.xml"/>
+ <menu-item label="Installing Ant" source="installation_ant.xml"/>
+ <menu-item label="Installing Sample" source="installation_sample.xml"/>
+ <menu-item label="Configuration" source="configuration.xml"/>
+ <menu-item label="Using" source="using.xml"/>
+ <menu-item label="Servlet Sample" source="sample_servlet.xml"/>
+ </menu>
+
+ <menu label="Developer's Corner">
+ <menu-item label="Architecture" source="architecture.xml"/>
+ <menu-item label="Ant integration" source="ant.xml"/>
+ <menu-item label="Servlet Engines" source="servlets.xml"/>
+ <menu-item label="API Reference" href="javadoc/index.html" type="external"/>
+ </menu>
+
+ <menu label="Support">
+ <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"
type="external"/>
+ <menu-item label="Bug database" href="http://jakarta.apache.org/site/bugs.html"
type="external"/>
+ <menu-item label="Mailing lists"
href="http://jakarta.apache.org/site/mail.html" type="external"/>
+ <menu-item label="FAQ"
href="http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/39"
type="external"/>
+ </menu>
+
+</book>
\ No newline at end of file