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 2006/06/20 06:20:52 UTC

svn commit: r415493 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Mon Jun 19 21:20:52 2006
New Revision: 415493

URL: http://svn.apache.org/viewvc?rev=415493&view=rev
Log:
Add some more missing status entries.

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=415493&r1=415492&r2=415493&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Mon Jun 19 21:20:52 2006
@@ -221,6 +221,15 @@
       <action dev="DC" type="update" context="code">
         Review and synchronise our Cocoon configuration.
       </action>
+      <action context="code" type="add" dev="CD">
+        Added initial whiteboard output plugin "php" to integrate php calls.
+      </action>
+      <action dev="DC" type="add" context="docs">
+        Add FAQ #crawler to explain how the Cocoon crawler gathers links.
+      </action>
+      <action dev="DC" type="add" context="docs">
+        Add notes about how to use the <link href="site:bugs">Issue Tracker</link>.
+      </action>
       <action dev="TS" type="update" context="docs"> Added lenya.zone 
         site to the dispatcher section in the live sites. 
       </action>
@@ -228,6 +237,10 @@
         New skinconf parameter "disable-copyright-footer" (default=false)
         to not show the copyright notice in html page footer.
       </action>
+      <action dev="DC" type="update" context="docs">
+        Update the notes on <link href="site:contrib/patch">patch</link> submission.
+        Techniques suggested by Richard Calmbach and Ross Gardler.
+      </action>
       <action dev="RDG" type="add" context="code" fixes-bug="FOR-588">
         Added ForrestConfModule as the beginning of a new configuration system.
       </action>
@@ -237,11 +250,23 @@
         changes. This patch only ensures that the plugin is installed on the
         first run.
       </action>
+      <action dev="DC" type="update" context="docs" due-to="Richard Calmbach" fixes-bug="FOR-568">
+        Improved forrestbot docs.
+      </action>
+      <action dev="DC" type="update" context="docs">
+        Enhance the FAQ #single-document about "project.start-uri" to control which files to process.
+      </action>
+      <action dev="DC" type="update" context="docs">
+        Explain how developers can add sites to <link href="site:live-sites">Example sites</link>.
+      </action>
       <action context="code" type="remove" dev="RDG" importance="high">
         Remove xconf support for plugins. Cocoon has moved away from this
         XConfToolTask xpatch technique.
         <link href="http://svn.apache.org/viewvc?rev=354749&amp;view=rev">Diff</link> 
       </action>
+      <action dev="DC" type="update" context="docs" due-to="Richard Calmbach" fixes-bug="FOR-751">
+        Various documentation updates.
+      </action>
       <action dev="DC" type="update" context="code">
         Reduce some log messages duplication. Tidy up the log configuration file.
         Add a commented example of adding contextual info to other logs.
@@ -423,7 +448,7 @@
         The xml comments from source files were not being generated to the output.
       </action>
       <action context="code" type="add" dev="DC" due-to="Pier Fumagalli">
-        Add Validation Block. Uses transformers to enable RELAX NG validation and
+        Add Cocoon Validation Block. Uses transformers to enable RELAX NG validation and
         W3C XML Schema validation using Jing and Xerces.
         See <link href="site:procedures/forrest-dev/debug-validation">documentation</link>.
       </action>