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/09 05:59:30 UTC

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

Author: crossley
Date: Thu Jun  8 20:59:29 2006
New Revision: 412917

URL: http://svn.apache.org/viewvc?rev=412917&view=rev
Log:
Experiment with attributions for community-related contributions.

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=412917&r1=412916&r2=412917&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Jun  8 20:59:29 2006
@@ -299,12 +299,18 @@
         Correctly handle w3c-xml-schema rules in 
         <link href="site:cap">SourceTypeAction</link>.
       </action>
-      <action context="code" type="add" dev="RDG" importance="high" fixes-bug="FOR-200">
-        Reviewed all sitemaps to use locationmap references (lm:) and developed
-        a convention for locationmap references.
+      <action context="code" type="add" dev="RDG" importance="high" fixes-bug="FOR-200" due-to="Community">
+        Reviewed all sitemaps to use locationmap references (lm:).
         At the same time we changed filenames of core stylesheets to follow 
         a filename convention (e.g. html2document.xsl =&gt; html-to-document.xsl)
         which enables automated locationmap matches.
+        Thanks to the many people who were involved with addressing this issue.
+        See the commit logs associated with FOR-200.
+      </action>
+
+      <action context="code" type="add" dev="RDG" importance="high" fixes-bug="FOR-200" due-to="Community">
+        Add notes about naming convention for locationmap references.
+        Gathered from a ForrestFriday IRC session (thanks to Tim Williams for writing them up).
         See <link href="site:locationmap">locationmap docs</link>.
       </action>
 
@@ -392,9 +398,10 @@
         Thanks to Ron Blaschke for the suggestion.
       </action>
       <action context="docs" type="add" dev="TWW">
-        Documenting some of the locationmap syntax as comments/examples 
+        Documenting some of the locationmap syntax and naming conventions
+        as comments/examples 
         until it can be done more formally.
-        See 'forrest seed-sample' and 
+        See 'forrest seed-sample' and
         <link href="site:locationmap">locationmap docs</link>.
       </action>
       <action context="code" type="add" dev="TWW">