You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/10/12 11:38:00 UTC

cvs commit: xml-forrest/src/resources/fresh-site status.xml

jefft       2002/10/12 02:37:59

  Modified:    src/resources/fresh-site status.xml
  Log:
  Make template status.xml more useful
  
  Revision  Changes    Path
  1.2       +26 -2     xml-forrest/src/resources/fresh-site/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/status.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.xml	23 Aug 2002 15:38:08 -0000	1.1
  +++ status.xml	12 Oct 2002 09:37:59 -0000	1.2
  @@ -8,7 +8,20 @@
           </developers>
   
           <todo>
  -          <!-- Add todo items, eg:
  +          <actions priority="high">
  +            <action context="docs" dev="JB">
  +              Customize this template project for your project
  +            </action>
  +            <action context="docs" dev="JB">
  +              Add lots of content
  +            </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:
             <actions priority="high">
               <action context="code" dev="SN">
               </action>
  @@ -23,9 +36,20 @@
           <changes>
             <!-- Add new releases here -->
             <release version="0.1" date="2002">
  +            <!-- Some action types have associated images. By default, images are
  +            defined for 'add', 'fix', 'remove' and 'update'. If you add
  +            src/documentation/resources/images/<foo>.jpg images, these will
  +              automatically be used for entries of type <foo>. -->
  +
               <action dev="JB" type="add" context="admin">
                 Initial Import
               </action>
  +            <!-- Sample action:
  +            <action dev="JB" type="fix" due-to="Joe Contributor"
  +              due-to-email="joec@apache.org">
  +              Fixed a bug in the Foo class.
  +            </action>
  +            -->
             </release>
           </changes>
  -    </status>
  \ No newline at end of file
  +    </status>