You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/02/21 03:36:32 UTC

svn commit: r154613 - in forrest/trunk: docs-author/ main/fresh-site/ plugins/IMSManifest/ plugins/org.apache.forrest.plugin.OpenOffice.org/ plugins/org.apache.forrest.plugin.excel/ plugins/org.apache.forrest.plugin.fbits/ plugins/org.apache.forrest.plugin.feeder/ plugins/org.apache.forrest.plugin.htmlArea/ plugins/org.apache.forrest.plugin.logs/ plugins/org.apache.forrest.plugin.pdf-output/ plugins/org.apache.forrest.plugin.photoGallery/ plugins/org.apache.forrest.plugin.pod-output/ plugins/org.apache.forrest.plugin.text-output/ plugins/pluginTemplate/ plugins/rtf-output/ plugins/simplified-docbook/ plugins/wiki/ whiteboard/tests/basic/ whiteboard/tests/whole-site/ whiteboard/tests/xsltunit/

Author: crossley
Date: Sun Feb 20 18:36:26 2005
New Revision: 154613

URL: http://svn.apache.org/viewcvs?view=rev&rev=154613
Log:
Ensure consistent usage of the status.xml files:
The "dev" attribute is the committer who added it.
The "due-to" attribute is the developer who contributed it.
The "fixes-bug" attribute is the Jira issue identifier.

Modified:
    forrest/trunk/docs-author/status.xml
    forrest/trunk/main/fresh-site/status.xml
    forrest/trunk/plugins/IMSManifest/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.feeder/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.logs/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/status.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.text-output/status.xml
    forrest/trunk/plugins/pluginTemplate/status.xml
    forrest/trunk/plugins/rtf-output/status.xml
    forrest/trunk/plugins/simplified-docbook/status.xml
    forrest/trunk/plugins/wiki/status.xml
    forrest/trunk/whiteboard/tests/basic/status.xml
    forrest/trunk/whiteboard/tests/whole-site/status.xml
    forrest/trunk/whiteboard/tests/xsltunit/status.xml

Modified: forrest/trunk/docs-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/docs-author/status.xml (original)
+++ forrest/trunk/docs-author/status.xml Sun Feb 20 18:36:26 2005
@@ -50,7 +50,7 @@
         Fix various bugs with Lucene search.
       </action>
       <action dev="RDG" type="add" context="core" fixes-bug="FOR-373" due-to="Johannes Schaefer">
-        Microsoft Ecel plugin.
+        Added a plugin to handle input documents from Microsoft Excel.
       </action>
       <action dev="RDG" type="add" context="core" fixes-bug="FOR-417" due-to="Sjur N. Moshagen">
         Allowed XInclude in site.xml and tabs.xml.

Modified: forrest/trunk/main/fresh-site/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/main/fresh-site/status.xml (original)
+++ forrest/trunk/main/fresh-site/status.xml Sun Feb 20 18:36:26 2005
@@ -18,8 +18,8 @@
 <status>
 
   <developers>
-    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
-    <!-- Add more people here -->
+    <person name="Joe Bloggs" email="joe@joescompany.org" id="JB" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
@@ -35,7 +35,7 @@
       </action>
       <!-- Sample action:
       <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
+          due-to-email="joec@example.org" fixes-bug="123">
           Fixed a bug in the Foo class.
         </action>
         -->
@@ -53,11 +53,6 @@
         <code>src/documentation/content/xdocs</code>, or wherever the
         <code>${project.xdocs-dir}</code> property (set in
         <code>forrest.properties</code>) points.
-      </action>
-      <action context="feedback" dev="JB">
-        Mail <link
-          href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
-        with feedback.
       </action>
     </actions>
     <!-- Add todo items. @context is an arbitrary string. Eg:

Modified: forrest/trunk/plugins/IMSManifest/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/IMSManifest/status.xml (original)
+++ forrest/trunk/plugins/IMSManifest/status.xml Sun Feb 20 18:36:26 2005
@@ -18,42 +18,24 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="code">
         Initial code contribution from http://www.burrokeet.org
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
-    <actions priority="high">
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
     <actions priority="medium">
       <action context="docs" dev="open">
+        Add some docs.
       </action>
     </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.xml Sun Feb 20 18:36:26 2005
@@ -19,18 +19,11 @@
 
   <developers>
     <person name="Ross Gardler"      email="rgardler@apache.org"    id="RDG" />
-    <!-- Add more people here -->
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
-
       <action dev="RDG" type="add" context="code">
         Support embedded images in documents.
       </action>
@@ -42,26 +35,15 @@
         Created the initial plugin by copying map snippets and
         samples from Forrest Core.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
     <actions priority="medium">
       <action context="docs" dev="open">
+        Add some docs.
       </action>
     </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml Sun Feb 20 18:36:26 2005
@@ -18,78 +18,54 @@
 <status>
 
   <developers>
-    <person name="Johannes Schaefer"      email="josch@majobe.de"      id="js" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
-    <release version="0.1.1" date="2005-02-01">
-      <action type="add" context="Stylesheet" dev="js">
+    <release version="0.1" date="unreleased">
+      <action type="add" context="xsl" dev="RDG" due-to="Johannes Schaefer" fixes-bug="FOR-432">
         New feature: 'text' in first column to create descriptive text.
       </action>
-      <action type="fix" context="caption" dev="js">
+      <action type="fix" context="caption" dev="RDG" due-to="Johannes Schaefer" fixes-bug="FOR-432">
         Minor issue: captions are now included even if Excel skips
         cell at position three and writes weird "ss:Index=4".
       </action>
-      <action dev="js" type="fix">
+      <action dev="RDG" type="fix" due-to="Johannes Schaefer" fixes-bug="FOR-432">
         Fixed bug: input.xmap pointed to the project's resources dir
         not the plugin's. So, plugin documentation worked fine, but
         any other project didn't.
       </action>
-    </release>
-    <release version="0.1" date="2004-12-20">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
-      <action dev="js" type="add" context="admin">
+      <action dev="RDG" type="add" context="admin" due-to="Johannes Schaefer" fixes-bug="FOR-373">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
-    <actions priority="High">
-      <action context="Stylesheet" dev="open">
+    <actions priority="high">
+      <action context="xsl" dev="open">
         Resolve empty cell issue: insert empty cell in output
         if any cell in column is non-empty. Workaround: put
 	spaces in the Excel cells.
       </action>
-      <action context="Sitemap" dev="open">
+      <action context="code" dev="open">
         Match the Excel document type definition rather than <code>**-table.xml</code>.
       </action>
-      <action context="Forrest" dev="open">
+      <action context="xsl" dev="open">
         New feature: include Excel tables in other xml documents.
       </action>
-      <action context="Stylesheet" dev="open">
+      <action context="xsl" dev="open">
         New feature: allow xdoc tags in Cells. Problem: Excel saves
 	tags escaped, i.e. <code>&amp;lt;tag&amp;gt;</code>.
       </action>
-      <action context="Documentation" dev="open">
+      <action context="docs" dev="open">
         Put in the English wording from Excel (sorry, I only have German available).
       </action>
-      <action context="Documentation" dev="open">
-        Add sections: feature description and implementation details.
-      </action>
-    </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
       <action context="docs" dev="open">
+        Add sections: feature description and implementation details.
       </action>
     </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml Sun Feb 20 18:36:26 2005
@@ -18,27 +18,17 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Thorsten Scherler" email="thorsten@apache.org" id="TS"/>
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -54,16 +44,6 @@
         Extract all contracts with description of the fbits via xsl
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.feeder/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.feeder/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.feeder/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.feeder/status.xml Sun Feb 20 18:36:26 2005
@@ -18,18 +18,12 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Changed the way we identify feeds, now embedded in a feedDescritpor 
         file. This file can later be used to control the rendering of the feed,
@@ -38,12 +32,6 @@
       <action dev="RDG" type="add" context="admin">
         Initial Import
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -56,16 +44,6 @@
         org.apache.fop.apps.FOPException: internal-destination or external-destination must be specified in basic-link
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/status.xml Sun Feb 20 18:36:26 2005
@@ -18,27 +18,16 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -50,16 +39,6 @@
         are examples on the htmlArea web site for this)
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.logs/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.logs/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.logs/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.logs/status.xml Sun Feb 20 18:36:26 2005
@@ -19,17 +19,11 @@
 
   <developers>
     <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="code">
         Use JTidy to read the logs since the XML may not be well formed if
         an application is stil writing to it.
@@ -37,12 +31,6 @@
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -53,21 +41,11 @@
         with the XML file, it should be in resources/schema 
       </action>
       <action context="docs" dev="JB">
-        Create the documentaiton with lots of examples and samples.  
+        Create the documentation with lots of examples and samples.  
         XML content goes in
         <code>src/documentation/content/xdocs</code>.
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/status.xml Sun Feb 20 18:36:26 2005
@@ -18,27 +18,15 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Extracted code from core of Forrest and placed in a plugin
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -48,22 +36,12 @@
         Customize this template plugin with your plugin's details.  This
         TODO list is generated from 'status.xml'.
       </action>
-      <action context="docs" dev="JB">
-        Create the documentaiton with lots of examples and samples.  
-        XML content goes in
-        <code>src/documentation/content/xdocs</code>.
-      </action>
-    </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
       <action context="docs" dev="open">
+        Create the documentation with lots of examples and samples.  
+        XML content goes in
+        <code>src/documentation/content/xdocs</code>
       </action>
     </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/status.xml Sun Feb 20 18:36:26 2005
@@ -18,20 +18,12 @@
 <status>
 
   <developers>
-    <person name="Jörg Werner"      email="j.werner@physik.uni-stuttgart.de"      id="JW" />
-    <person name="Ross Gardler"      email="rgardler@apaceh.org"                   id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apaceh.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
-      
       <action dev="RDG" type="add" context="code">
         Added link back to index page and provide some text for links to next
         image and larger/smaller image.
@@ -47,15 +39,9 @@
       <action dev="RDG" type="add" context="docs">
         Added basic documentation.
       </action>
-      <action dev="JW" type="add" context="admin">
+      <action dev="RDG" type="add" context="admin" due-to="Jorg Werner" fixes-bug="FOR-387">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -106,16 +92,6 @@
         Implement reading of exif data in cocoon imagedirectory-generator
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/status.xml Sun Feb 20 18:36:26 2005
@@ -18,49 +18,27 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Rick Tessner" email="rick@apache.org" id="RFT"/>
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RFT" type="add" context="admin">
         Initial pod output plugin.  Just removed the functionality from
         the Forrest core and added as a plugin.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
     <actions priority="high">
-      <action context="docs" dev="JB">
-        Create the documentaiton with lots of examples and samples.  
+      <action context="docs" dev="open">
+        Create the documentation with lots of examples and samples.  
         XML content goes in
         <code>src/documentation/content/xdocs</code>.
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/status.xml Sun Feb 20 18:36:26 2005
@@ -18,19 +18,13 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"  email="rgardler@apache.org" id="RDG" />
-    <person name="Rick Tessner"  email="rick@apache.org"     id="RFT" />
-    <!-- Add more people here -->
+    <person name="Rick Tessner" email="rick@apache.org" id="RFT" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RFT" type="add" context="code">
         Created the initial plugin based on Ross Gardler's document2txt.xsl
         stylesheet.
@@ -60,12 +54,6 @@
       <action type="add" context="doc" dev="RFT">
         Updated the plugin documentation with features and limitations.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 

Modified: forrest/trunk/plugins/pluginTemplate/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/status.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/status.xml Sun Feb 20 18:36:26 2005
@@ -18,52 +18,31 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
     <actions priority="high">
-      <action context="docs" dev="RDG">
+      <action context="docs" dev="open">
         Customize this template plugin with your plugin's details.  This
         TODO list is generated from 'status.xml'.
       </action>
-      <action context="docs" dev="JB">
-        Create the documentaiton with lots of examples and samples.  
+      <action context="docs" dev="open">
+        Create the documentation with lots of examples and samples.  
         XML content goes in
         <code>src/documentation/content/xdocs</code>.
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/rtf-output/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/rtf-output/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/rtf-output/status.xml (original)
+++ forrest/trunk/plugins/rtf-output/status.xml Sun Feb 20 18:36:26 2005
@@ -18,27 +18,15 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"    id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="code">
         Created the initial plugin.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 

Modified: forrest/trunk/plugins/simplified-docbook/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/simplified-docbook/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/simplified-docbook/status.xml (original)
+++ forrest/trunk/plugins/simplified-docbook/status.xml Sun Feb 20 18:36:26 2005
@@ -18,47 +18,25 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"    id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="code">
         Created the initial plugin by copying map snippets and
         samples from Forrest Core.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
   <todo>
     <actions priority="high">
-      <action context="code" dev="RDG">
-        Remoce DTD's from Core.
-      </action>
-    </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
+      <action context="code" dev="open">
+        Remove DTDs from Core.
       </action>
     </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/plugins/wiki/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/wiki/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/plugins/wiki/status.xml (original)
+++ forrest/trunk/plugins/wiki/status.xml Sun Feb 20 18:36:26 2005
@@ -18,27 +18,15 @@
 <status>
 
   <developers>
-    <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+    <person name="Ross Gardler" email="rgardler@apache.org" id="RDG" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
-    <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <!-- Some action types have associated images. By default, images are
-      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
-      src/documentation/resources/images/<foo>.jpg images, these will
-      automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Initial plugin code extracted from Forrest core.
       </action>
-      <!-- Sample action:
-      <action dev="JB" type="fix" due-to="Joe Contributor"
-          due-to-email="joec@apache.org" fixes-bug="123">
-          Fixed a bug in the Foo class.
-        </action>
-        -->
     </release>
   </changes>
 
@@ -51,16 +39,6 @@
         Address http://issues.cocoondev.org/browse/FOR-283
       </actions>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
-    <actions priority="high">
-      <action context="code" dev="SN">
-      </action>
-    </actions>
-    <actions priority="medium">
-      <action context="docs" dev="open">
-      </action>
-    </actions>
-    -->
   </todo>
 
 </status>

Modified: forrest/trunk/whiteboard/tests/basic/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/tests/basic/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/whiteboard/tests/basic/status.xml (original)
+++ forrest/trunk/whiteboard/tests/basic/status.xml Sun Feb 20 18:36:26 2005
@@ -18,12 +18,13 @@
 <status>
 
   <developers>
-    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
+    <person name="Dave Brondsema" email="brondsem@apache.org" id="DB" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <release version="0.1" date="unreleased">
-      <action dev="JB" type="add" context="admin">
+      <action dev="DB" type="add" context="admin">
         Initial Import
       </action>
     </release>
@@ -31,7 +32,7 @@
 
   <todo>
     <actions priority="high">
-      <action context="docs" dev="JB">
+      <action context="docs" dev="open">
         Customize this template project with your project's details.  This
         TODO list is generated from 'status.xml'.
       </action>

Modified: forrest/trunk/whiteboard/tests/whole-site/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/tests/whole-site/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/whiteboard/tests/whole-site/status.xml (original)
+++ forrest/trunk/whiteboard/tests/whole-site/status.xml Sun Feb 20 18:36:26 2005
@@ -18,12 +18,13 @@
 <status>
 
   <developers>
-    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
+    <person name="Dave Brondsema" email="brondsem@apache.org" id="DB" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
     <release version="0.1" date="unreleased">
-      <action dev="JB" type="add" context="admin">
+      <action dev="DB" type="add" context="admin">
         Initial Import
       </action>
     </release>
@@ -31,7 +32,7 @@
 
   <todo>
     <actions priority="high">
-      <action context="docs" dev="JB">
+      <action context="docs" dev="open">
         Customize this template project with your project's details.  This
         TODO list is generated from 'status.xml'.
       </action>

Modified: forrest/trunk/whiteboard/tests/xsltunit/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/tests/xsltunit/status.xml?view=diff&r1=154612&r2=154613
==============================================================================
--- forrest/trunk/whiteboard/tests/xsltunit/status.xml (original)
+++ forrest/trunk/whiteboard/tests/xsltunit/status.xml Sun Feb 20 18:36:26 2005
@@ -18,9 +18,8 @@
 <status>
 
   <developers>
-    <person name="Juan Jose Pablos"      email="cheche@apache.org"      id="JJP" />
-    <person name="Need Help"             email="dev@forrest.apache.org"      id="open" />
-    <!-- Add more people here -->
+    <person name="Juan Jose Pablos" email="cheche@apache.org" id="JJP" />
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
   <changes>
@@ -34,9 +33,9 @@
   <todo>
     <actions priority="medium">
       <action context="docs" dev="open">
+        Add some docs.
       </action>
     </actions>
-    -->
   </todo>
 
 </status>