jefft 2002/09/23 02:49:44
Modified: . status.xml
Log:
Update changelog
Revision Changes Path
1.15 +28 -1 xml-forrest/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/xml-forrest/status.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- status.xml 18 Sep 2002 08:34:31 -0000 1.14
+++ status.xml 23 Sep 2002 09:49:44 -0000 1.15
@@ -99,7 +99,34 @@
<changes>
<release version="0.1" date="2002">
- <action dev="DC" type="add" context="docs">
+ <action dev="JT" type="add" context="build">
+ User projects can now add custom classes and jars to Forrest doc builds.
+ Useful for custom sitemap components, or overriding Forrest-provided jars.
+ </action>
+ <action dev="JT" type="update" context="build">
+ The locations where Forrest expects doc files to be is now configurable via
+ properties, that can be set in forrest.properties.
+ </action>
+ <action dev="JT" type="update" context="build">
+ User projects may now specify their own sitemap, overriding the
+ Forrest-provided one.
+ </action>
+ <action dev="JT" type="fix" context="docs">
+ Made forrest-site skin fully generic, usable with any project. Skins are
+ configured through an external 'skinconf.xml' file, specified by the
+ project.
+ </action>
+ <action dev="JT" type="fix" context="docs">
+ Fixed bug where multiple copies of the same image where generated, one for
+ each directory. Now all image links are page-relative, leading to a single
+ copy.
+ </action>
+ <action dev="JT" type="fix" context="docs">
+ Fixed tab links, which were previously hardcoded and forrest-specific. They
+ are now page-relative. tabs.xml file entries no longer have to end in
+ '/'.
+ </action>
+ <action dev="DC" type="add" context="docs">
Added new document <link href="your-project.html">Your Project
- getting started with using Forrest</link>
</action>
|