status.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2002-2004 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <status>
  15. <developers>
  16. <person name="Joe Bloggs" email="joe@joescompany.org" id="JB" />
  17. <!-- Add more people here -->
  18. </developers>
  19. <changes>
  20. <!-- Add new releases here -->
  21. <release version="0.1" date="unreleased">
  22. <!-- Some action types have associated images. By default, images are
  23. defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
  24. src/documentation/resources/images/<foo>.jpg images, these will
  25. automatically be used for entries of type <foo>. -->
  26. <action dev="JB" type="add" context="admin">
  27. Initial Import
  28. </action>
  29. <!-- Sample action:
  30. <action dev="JB" type="fix" due-to="Joe Contributor"
  31. due-to-email="joec@apache.org" fixes-bug="123">
  32. Fixed a bug in the Foo class.
  33. </action>
  34. -->
  35. </release>
  36. </changes>
  37. <todo>
  38. <actions priority="high">
  39. <action context="docs" dev="JB">
  40. Customize this template project with your project's details. This
  41. TODO list is generated from 'status.xml'.
  42. </action>
  43. <action context="docs" dev="JB">
  44. Add lots of content. XML content goes in
  45. <code>src/documentation/content/xdocs</code>, or wherever the
  46. <code>${project.xdocs-dir}</code> property (set in
  47. <code>forrest.properties</code>) points.
  48. </action>
  49. <action context="feedback" dev="JB">
  50. Mail <link
  51. href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
  52. with feedback.
  53. </action>
  54. </actions>
  55. <!-- Add todo items. @context is an arbitrary string. Eg:
  56. <actions priority="high">
  57. <action context="code" dev="SN">
  58. </action>
  59. </actions>
  60. <actions priority="medium">
  61. <action context="docs" dev="open">
  62. </action>
  63. </actions>
  64. -->
  65. </todo>
  66. </status>