crossley 02/05/08 22:35:32
Modified: src/documentation/xdocs/plan book.xml index.xml todo-doc.xml
Added: src/documentation/xdocs/plan changes-doc.xml
Log:
Added new document: Documentation History of Changes
Revision Changes Path
1.3 +7 -3 xml-cocoon2/src/documentation/xdocs/plan/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 7 May 2002 08:16:37 -0000 1.2
+++ book.xml 9 May 2002 05:35:32 -0000 1.3
@@ -9,10 +9,14 @@
<menu-item label="Main" href="../index.html"/>
</menu>
- <menu label="Planning notes">
+ <menu label="Documentation">
+ <menu-item label="Doc Overview" href="doc.html"/>
+ <menu-item label="Doc Changes" href="changes-doc.html"/>
+ <menu-item label="Doc To Do" href="todo-doc.html"/>
+ </menu>
+
+ <menu label="Other Planning">
<menu-item label="Release Plan" href="release.html"/>
- <menu-item label="Documentation" href="doc.html"/>
- <menu-item label="Doc ToDo" href="todo-doc.html"/>
<menu-item label="To Avalon" href="to-avalon.html"/>
<menu-item label="Entity Catalogs" href="catalog.html"/>
</menu>
1.3 +8 -4 xml-cocoon2/src/documentation/xdocs/plan/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 7 May 2002 08:16:37 -0000 1.2
+++ index.xml 9 May 2002 05:35:32 -0000 1.3
@@ -3,7 +3,7 @@
<document>
<header>
- <title>Planning Documentation</title>
+ <title>Planning Notes</title>
<subtitle>Overview</subtitle>
<authors>
<person name="David Crossley" email="[EMAIL PROTECTED]"/>
@@ -44,11 +44,15 @@
<s1 title="Topics and Issues">
<ul>
- <li><link href="release.html">Release Plan</link>
- - major things to do before the next release</li>
<li><link href="doc.html">Documentation</link>
- revisions and additions are required</li>
- <li><link href="todo-doc.html">Documentation ToDo List</link></li>
+ <li><link href="changes-doc.html">Documentation History of
Changes</link></li>
+ <li><link href="todo-doc.html">Documentation To Do List</link></li>
+ </ul>
+
+ <ul>
+ <li><link href="release.html">Release Plan</link>
+ - major things to do before the next release</li>
<li><link href="to-avalon.html">Moving some Components to
Avalon</link></li>
<li><link href="catalog.html">Entity Catalogs</link>
- the entity resolver</li>
1.6 +2 -5 xml-cocoon2/src/documentation/xdocs/plan/todo-doc.xml
Index: todo-doc.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/todo-doc.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- todo-doc.xml 8 May 2002 16:08:50 -0000 1.5
+++ todo-doc.xml 9 May 2002 05:35:32 -0000 1.6
@@ -3,7 +3,7 @@
<!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.0//EN" "../dtd/todo-v10.dtd">
<!--
- $Id: todo-doc.xml,v 1.5 2002/05/08 16:08:50 crossley Exp $
+ $Id: todo-doc.xml,v 1.6 2002/05/09 05:35:32 crossley Exp $
-->
@@ -24,6 +24,7 @@
<action context="docs" assigned-to="open">
Decide how draft documentation will be managed in CVS.
+ Probably under the main xdocs to start with.
</action>
<action context="docs" assigned-to="open">
@@ -138,10 +139,6 @@
to relevant mail list about outstanding DOC patches in Bugzilla.
</action>
- <action context="code" assigned-to="open">
- Set up the initial "Changes" document in CVS.
- </action>
-
<action context="code" assigned-to="open">
Explore CMS-related options with Forrest project.
</action>
1.1 xml-cocoon2/src/documentation/xdocs/plan/changes-doc.xml
Index: changes-doc.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.0//EN"
"../dtd/changes-v10.dtd">
<!--
History of Cocoon Documentation changes
$Id: changes-doc.xml,v 1.1 2002/05/09 05:35:32 crossley Exp $
-->
<changes title="Documentation History of Changes">
<devs>
<!-- in strict alphabetical order -->
<person name="David Crossley" email="[EMAIL PROTECTED]" id="DC"/>
<person name="Diana Shannon" email="[EMAIL PROTECTED]" id="DS"/>
</devs>
<release version="@version@" date="@date@">
<action dev="DS" type="update">
Added many entries to the new To Do List.
</action>
<action dev="DC" type="add">
Started new documents for
<link href="todo-doc.html">Documentation To Do List</link> and
<link href="changes-doc.html">Documentation History of Changes</link>.
</action>
</release>
<release version="2.0.2" date="March 26 2002">
<action dev="DC" type="add">
Commenced discussion and planning for a Documentation Project.
</action>
</release>
</changes>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]