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 2005/06/27 09:44:17 UTC

svn commit: r201955 [1/3] - in /forrest/site: ./ docs_0_60/ docs_0_70/ docs_0_80/ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/

Author: crossley
Date: Mon Jun 27 00:44:14 2005
New Revision: 201955

URL: http://svn.apache.org/viewcvs?rev=201955&view=rev
Log:
Publish recent changes and automatically generated forrest-issues page.

Modified:
    forrest/site/changes.xml
    forrest/site/docs_0_60/changes.html
    forrest/site/docs_0_60/changes.pdf
    forrest/site/docs_0_70/changes.html
    forrest/site/docs_0_70/changes.pdf
    forrest/site/docs_0_70/changes.xml
    forrest/site/docs_0_80/changes.html
    forrest/site/docs_0_80/changes.pdf
    forrest/site/docs_0_80/changes.xml
    forrest/site/docs_0_80/faq.html
    forrest/site/docs_0_80/faq.pdf
    forrest/site/docs_0_80/faq.xml
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.pdf
    forrest/site/guidelines.html
    forrest/site/guidelines.pdf
    forrest/site/pluginDocs/plugins_0_70/index.html
    forrest/site/pluginDocs/plugins_0_70/index.pdf
    forrest/site/pluginDocs/plugins_0_80/index.html
    forrest/site/pluginDocs/plugins_0_80/index.pdf

Modified: forrest/site/changes.xml
URL: http://svn.apache.org/viewcvs/forrest/site/changes.xml?rev=201955&r1=201954&r2=201955&view=diff
==============================================================================
--- forrest/site/changes.xml (original)
+++ forrest/site/changes.xml Mon Jun 27 00:44:14 2005
@@ -5,7 +5,13 @@
         Added document to facilitate
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
       (DC)</li></ul></section></section>
-    <section id="version_0.7"><title>Version 0.7 (2005-06-23)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.7"><title>Version 0.7 (2005-06-23)</title><section><title>Changes to Project Administration</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Added testing facilities to plugins to facilitate integration testing. 
+      (RDG)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
+        Changed Ant build property name "version" to "forrest.version"
+        to prevent collisions with other build systems when using the
+        Ant "import" task.
+      (DC)</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
           Plugins are now version controlled.
        (RDG) Fixes <link href="http://issues.apache.org/jira/browse/FOR-528">FOR-528</link>.</li><li><icon alt="add" src="images/add.jpg"/>
       Added importance attribute to actions on status.dtd
@@ -153,7 +159,10 @@
       (JJP)</li><li><icon alt="update" src="images/update.jpg"/>
         <link href="site:v0.70//faq/requirements">Java 1.4 is required</link>
         starting with Forrest-0.7-dev
-      (DC)</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="images/add.jpg"/>
+      (DC)</li></ul></section><section><title>Changes to Design</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
+        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
+        Needed to add width and height to filter element.
+      (TS) Thanks to Kevin. Fixes <link href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</link>.</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="images/add.jpg"/>
 <!-- Please keep this action at the top -->
         Added document to facilitate
         <link href="site:v0.70//upgrading_07">upgrading to v0.7</link>
@@ -205,17 +214,23 @@
         Updated How-To:
         <link href="site:v0.70//pdf-tab">How to create a PDF document for each
         tab</link> to create subject-specific aggregated documents.
-      (TS)</li></ul></section><section><title>Changes to Project Administration</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Added testing facilities to plugins to facilitate integration testing. 
-      (RDG)</li></ul></section><section><title>Changes to Design</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
-        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
-        Needed to add width and height to filter element.
-      (TS) Thanks to Kevin. Fixes <link href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</link>.</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
-        Changed Ant build property name "version" to "forrest.version"
-        to prevent collisions with other build systems when using the
-        Ant "import" task.
-      (DC)</li></ul></section></section>
-    <section id="version_0.6"><title>Version 0.6 (2004-10-15)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/> 
+      (TS)</li></ul></section></section>
+    <section id="version_0.6"><title>Version 0.6 (2004-10-15)</title><section><title>Changes to Project Administration</title><ul><li><icon alt="update" src="images/update.jpg"/>
+        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
+        'import' task instead of XSLT/ant.  Webapp completely
+        rewritten to use JSTL, Struts, Java utility classes, and 
+        OpenSymphony's OSUser for flexible authentication.
+      (DB)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        New 'clean-dist' target for build.xml, which is now the default target.
+      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        The 'validate-site' build target will validate the intermediate xdocs.
+      (JJP)</li><li><icon alt="update" src="images/update.jpg"/>
+        Support running Forrest on Win9x.
+      (DB) Thanks to Pierrick Brihaye. Fixes <link href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</link>.</li><li><icon alt="update" src="images/update.jpg"/>
+        Don't copy unneeded project files in 'war' and 'webapp' targets.
+      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</link>.</li><li><icon alt="update" src="images/update.jpg"/>
+        Add more desriptions to forrest targets.  Highlight the most common ones.
+      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</link>.</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/> 
         getMenu.js - fixes a path issue and the double click behaviour of pelt.
       (TS)</li><li><icon alt="add" src="images/add.jpg"/> 
         Explained the usage of the extra-css element in skinconf.xml of the fresh site.
@@ -713,24 +728,11 @@
       (JJP)</li><li><icon alt="update" src="images/update.jpg"/>
         Forrest is now a top-level Apache project. The new website is at
         <link href="http://forrest.apache.org/">http://forrest.apache.org/</link>
-      (DC)</li></ul></section><section><title>Changes to Project Administration</title><ul><li><icon alt="update" src="images/update.jpg"/>
-        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
-        'import' task instead of XSLT/ant.  Webapp completely
-        rewritten to use JSTL, Struts, Java utility classes, and 
-        OpenSymphony's OSUser for flexible authentication.
-      (DB)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        New 'clean-dist' target for build.xml, which is now the default target.
-      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
-        The 'validate-site' build target will validate the intermediate xdocs.
-      (JJP)</li><li><icon alt="update" src="images/update.jpg"/>
-        Support running Forrest on Win9x.
-      (DB) Thanks to Pierrick Brihaye. Fixes <link href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</link>.</li><li><icon alt="update" src="images/update.jpg"/>
-        Don't copy unneeded project files in 'war' and 'webapp' targets.
-      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</link>.</li><li><icon alt="update" src="images/update.jpg"/>
-        Add more desriptions to forrest targets.  Highlight the most common ones.
-      (DB) Fixes <link href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</link>.</li></ul></section></section>
+      (DC)</li></ul></section></section>
 
-    <section id="version_0.5.1"><title>Version 0.5.1 (2003-10-06)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.5.1"><title>Version 0.5.1 (2003-10-06)</title><section><title>Changes to Build</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
+        forrest.antproxy.xml script now properly fails when Cocoon fails
+      (JT)</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added obfuscate-mail-links skinconf.xml option, on by default.
       (JT) Fixes <link href="http://issues.apache.org/jira/browse/FOR-67">FOR-67</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         Upgrade to Cocoon 2.1.2, which fixes a bug that caused some
@@ -749,11 +751,9 @@
       (JT) Fixes <link href="http://issues.apache.org/jira/browse/FOR-47">FOR-47</link>, <link href="http://issues.apache.org/jira/browse/FOR-48">FOR-48</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         The 'forrest' command no longer sources /etc/antrc and
         ~/.antrc, which solves problems on some *nix distributions.
-      (JT)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
-        forrest.antproxy.xml script now properly fails when Cocoon fails
       (JT)</li></ul></section></section>
 
-    <section id="version_0.5"><title>Version 0.5 (2003-09-13)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.5"><title>Version 0.5 (2003-09-13)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added @label support for note and warning elements.
       (SN)</li><li><icon alt="add" src="images/add.jpg"/>
         Added ability to have version-specific overridden sitemaps.  For
@@ -983,7 +983,7 @@
         Added new document to facilitate
         upgrading to v0.5
       (JT)</li></ul></section></section>
-    <section id="version_0.4"><title>Version 0.4 (2003-02-12)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.4"><title>Version 0.4 (2003-02-12)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added a minimal template skin.
       (JT)</li><li><icon alt="fix" src="images/fix.jpg"/>
         Use meaningful fragment identifiers in krysalis-skin.
@@ -1029,7 +1029,14 @@
         to the forrestbar.xpi generated by Gump every day.
       (NKB)</li></ul></section></section>
 
-    <section id="version_0.3"><title>Version 0.3 (2003-01-30)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.3"><title>Version 0.3 (2003-01-30)</title><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Allow configuration of a project local-catalog and the entity resolver
+        verbosity level, via forrest.properties configuration. This replaces
+        tokens in the default cocoon.xconf
+      (DC)</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Make the seed project use the correct 'built with Apache Forrest' logo
+        instead of Cocoon + Centipede logos.
+      (JT)</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added &lt;acronym&gt; tag.
       (JT)</li><li><icon alt="add" src="images/add.jpg"/>
         Added a means to override the check for existing content: 
@@ -1180,15 +1187,8 @@
         Added enhancements to status.xml to comply with the needs for a complete status file,
         like other "STATUS" text files at Apache.
         Stylesheets not yet done.
-      (NKB)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Allow configuration of a project local-catalog and the entity resolver
-        verbosity level, via forrest.properties configuration. This replaces
-        tokens in the default cocoon.xconf
-      (DC)</li><li><icon alt="fix" src="images/fix.jpg"/>
-        Make the seed project use the correct 'built with Apache Forrest' logo
-        instead of Cocoon + Centipede logos.
-      (JT)</li></ul></section></section>
-    <section id="version_0.2"><title>Version 0.2 (2002-11-16)</title><section><title>Changes to Code Base</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
+      (NKB)</li></ul></section></section>
+    <section id="version_0.2"><title>Version 0.2 (2002-11-16)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
         Fixed bug where validation of xdocs was not descending into
         sub-directories.
       (DC)</li><li><icon alt="fix" src="images/fix.jpg"/>
@@ -1198,7 +1198,67 @@
       (JT)</li><li><icon alt="fix" src="images/fix.jpg"/>
         Webapp now works under JDK 1.3 (parsers weren't being copied)
       (JT)</li></ul></section></section>
-    <section id="version_0.2rc1"><title>Version 0.2rc1 (2002-11-13)</title><section><title>Changes to Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+    <section id="version_0.2rc1"><title>Version 0.2rc1 (2002-11-13)</title><section><title>Changes to Project Administration</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Initial Import
+      (SM)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Validate project sitemaps and choice of skin
+      (JT)</li><li><icon alt="add" src="images/add.jpg"/>
+        Included Jetty in the distro.
+        type "forrest run" to have the ./build/webapp dir contents be run
+        in a local web server, starting from http://localhost:8888/index.html
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added Jing "RELAX NG validator in Java" and initial grammar for
+        skinconf.xml files. These config files now get validated during the build.
+      (DC)</li><li><icon alt="add" src="images/add.jpg"/>
+        User projects can now add custom classes and jars to Forrest doc builds.
+        Useful for custom sitemap components, or overriding Forrest-provided jars.
+      (JT)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added the forrestbot - infrastructure and configuration for remote project building.
+      (SN) Thanks to <link href="mailto:mpo@outerthought.org">Marc Portier</link>.</li><li><icon alt="add" src="images/add.jpg"/>
+        Added a draft DTD for the Gump Descriptor forrest.xgump
+      (SN)</li><li><icon alt="add" src="images/add.jpg"/>
+        Forrest website is being automatically built and published to krysalis.org
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added simple xsl stylesheet for forrest.xgump.
+        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
+        more simplifies CSS version.
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added Forrest to Gump runs.
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added simple css stylesheet for forrest.xgump.
+        In IE and Mozilla 6 it renders.
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Merged forrest needed info in forrest.xgump.
+      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
+        Imported Centipede as a build system.
+      (SN)</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Building Forrest no longer requires a network connection (for downloading
+        Centipede).  It is buildable by typing 'ant' or with the provided build
+        scripts.
+      (JT)</li><li><icon alt="fix" src="images/fix.jpg"/>
+        "Change History" images (update.jpg, add.jpg etc) are now provided by
+        default by Forrest (in images/), and need not be supplied by user projects.
+      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
+        The locations where Forrest expects doc files to be is now configurable via
+        properties, that can be set in forrest.properties.
+      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
+        User projects may now specify their own sitemap, overriding the
+        Forrest-provided one.
+      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
+        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
+        Logs are in the <code>build/work/WEB-INF/logs</code> directory and the 
+        list of broken links is in the <code>build</code> directory.
+      (NKB)</li><li><icon alt="update" src="images/update.jpg"/>
+        Updated Centipede stuff to latest changes:
+        - added lib/endorsed dir for endorsed jars that are put in global calsspath
+        - changed the build scripts to not make direct reference to jar files
+        - added "examples" dir in src and creation of examples jar in buils
+        - added "testmodule" target to be run before committing stuff
+        - added "gump" build to be run by Gump
+      (NKB)</li><li><icon alt="update" src="images/update.jpg"/>
+        Updated project descriptor: now it should be usable by Gump.
+        Added basic Forrest descriptor.
+      (NKB)</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
         <link href="site:v0.70//cap">SourceAction</link> or the so-called 
         'content aware pipelines' enables conditional processing of XML
         documents based on their grammar, being indicated by their DTD,
@@ -1284,7 +1344,10 @@
         the one in ./src/documentation/contents/** .
       (NKB)</li><li><icon alt="update" src="images/update.jpg"/>
         Put the internal matches in a separate pipeline with internal-only="true".
-      (NKB)</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="images/add.jpg"/>
+      (NKB)</li></ul></section><section><title>Changes to Design</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Designed a new skin for the Forrest documents. Particular attention to
+        cross-browser issues.
+      (BK)</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added new document <link href="site:v0.70//compliance">Standards Compliance</link>
         Thanks to Robert Koberg.
       (DC)</li><li><icon alt="add" src="images/add.jpg"/>
@@ -1334,68 +1397,5 @@
       (JT)</li><li><icon alt="update" src="images/update.jpg"/>
         Ensure that initial DTDs are valid and that the initial XML instances can be
         validated using these DTDs and OASIS Catalogs.
-      (DC) Thanks to <link href="mailto:stevenn@outerthought.org">Steven Noels</link>.</li></ul></section><section><title>Changes to Project Administration</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Initial Import
-      (SM)</li></ul></section><section><title>Changes to Design</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Designed a new skin for the Forrest documents. Particular attention to
-        cross-browser issues.
-      (BK)</li></ul></section><section><title>Changes to Build</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Validate project sitemaps and choice of skin
-      (JT)</li><li><icon alt="add" src="images/add.jpg"/>
-        Included Jetty in the distro.
-        type "forrest run" to have the ./build/webapp dir contents be run
-        in a local web server, starting from http://localhost:8888/index.html
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Added Jing "RELAX NG validator in Java" and initial grammar for
-        skinconf.xml files. These config files now get validated during the build.
-      (DC)</li><li><icon alt="add" src="images/add.jpg"/>
-        User projects can now add custom classes and jars to Forrest doc builds.
-        Useful for custom sitemap components, or overriding Forrest-provided jars.
-      (JT)</li><li><icon alt="add" src="images/add.jpg"/>
-        Added the forrestbot - infrastructure and configuration for remote project building.
-      (SN) Thanks to <link href="mailto:mpo@outerthought.org">Marc Portier</link>.</li><li><icon alt="add" src="images/add.jpg"/>
-        Added a draft DTD for the Gump Descriptor forrest.xgump
-      (SN)</li><li><icon alt="add" src="images/add.jpg"/>
-        Forrest website is being automatically built and published to krysalis.org
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Added simple xsl stylesheet for forrest.xgump.
-        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
-        more simplifies CSS version.
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Added Forrest to Gump runs.
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Added simple css stylesheet for forrest.xgump.
-        In IE and Mozilla 6 it renders.
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Merged forrest needed info in forrest.xgump.
-      (NKB)</li><li><icon alt="add" src="images/add.jpg"/>
-        Imported Centipede as a build system.
-      (SN)</li><li><icon alt="fix" src="images/fix.jpg"/>
-        Building Forrest no longer requires a network connection (for downloading
-        Centipede).  It is buildable by typing 'ant' or with the provided build
-        scripts.
-      (JT)</li><li><icon alt="fix" src="images/fix.jpg"/>
-        "Change History" images (update.jpg, add.jpg etc) are now provided by
-        default by Forrest (in images/), and need not be supplied by user projects.
-      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
-        The locations where Forrest expects doc files to be is now configurable via
-        properties, that can be set in forrest.properties.
-      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
-        User projects may now specify their own sitemap, overriding the
-        Forrest-provided one.
-      (JT)</li><li><icon alt="update" src="images/update.jpg"/>
-        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
-        Logs are in the <code>build/work/WEB-INF/logs</code> directory and the 
-        list of broken links is in the <code>build</code> directory.
-      (NKB)</li><li><icon alt="update" src="images/update.jpg"/>
-        Updated Centipede stuff to latest changes:
-        - added lib/endorsed dir for endorsed jars that are put in global calsspath
-        - changed the build scripts to not make direct reference to jar files
-        - added "examples" dir in src and creation of examples jar in buils
-        - added "testmodule" target to be run before committing stuff
-        - added "gump" build to be run by Gump
-      (NKB)</li><li><icon alt="update" src="images/update.jpg"/>
-        Updated project descriptor: now it should be usable by Gump.
-        Added basic Forrest descriptor.
-      (NKB)</li></ul></section></section>
+      (DC) Thanks to <link href="mailto:stevenn@outerthought.org">Steven Noels</link>.</li></ul></section></section>
   </body></document>

Modified: forrest/site/docs_0_60/changes.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_60/changes.html?rev=201955&r1=201954&r2=201955&view=diff
==============================================================================
--- forrest/site/docs_0_60/changes.html (original)
+++ forrest/site/docs_0_60/changes.html Mon Jun 27 00:44:14 2005
@@ -234,19 +234,19 @@
 <a href="#version_0.7">Version 0.7 (2005-06-23)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10190">Changes to Documentation</a>
+<a href="#Changes+to+Build">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Design">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Build">Changes to Build</a>
+<a href="#Changes+to+Documentation-N101B2">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -254,16 +254,16 @@
 <a href="#version_0.6">Version 0.6 (2004-10-15)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10257">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration-N10257">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N1061C">Changes to Documentation</a>
+<a href="#Changes+to+Build-N10261">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration-N1067A">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base-N1028F">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10684">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10654">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -271,10 +271,10 @@
 <a href="#version_0.5.1">Version 0.5.1 (2003-10-06)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N106B7">Changes to Code Base</a>
+<a href="#Changes+to+Build-N106B7">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N106F7">Changes to Build</a>
+<a href="#Changes+to+the+Code+Base-N106C1">Changes to the Code Base</a>
 </li>
 </ul>
 </li>
@@ -282,7 +282,7 @@
 <a href="#version_0.5">Version 0.5 (2003-09-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10706">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10706">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Documentation-N10907">Changes to Documentation</a>
@@ -293,7 +293,7 @@
 <a href="#version_0.4">Version 0.4 (2003-02-12)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10916">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10916">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Documentation-N1097D">Changes to Documentation</a>
@@ -304,13 +304,13 @@
 <a href="#version_0.3">Version 0.3 (2003-01-30)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N1098C">Changes to Code Base</a>
+<a href="#Changes+to+Build-N1098C">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10AA2">Changes to Documentation</a>
+<a href="#Changes+to+the+Code+Base-N1099B">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10AAC">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10AB1">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -318,7 +318,7 @@
 <a href="#version_0.2">Version 0.2 (2002-11-16)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10AC0">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10AC0">Changes to the Code Base</a>
 </li>
 </ul>
 </li>
@@ -326,19 +326,19 @@
 <a href="#version_0.2rc1">Version 0.2rc1 (2002-11-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10ADC">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration-N10ADC">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10B97">Changes to Documentation</a>
+<a href="#Changes+to+Build-N10AE6">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration-N10C00">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base-N10B54">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Design-N10C0A">Changes to Design</a>
+<a href="#Changes+to+Design-N10C0F">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10C14">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10C19">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -366,8 +366,26 @@
 <a name="N10023"></a><a name="version_0.7"></a>
 <h2 class="underlined_10">Version 0.7 (2005-06-23)</h2>
 <div class="section">
-<a name="N10027"></a><a name="Changes+to+Code+Base"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10027"></a><a name="Changes+to+Project+Administration"></a>
+<h3 class="underlined_5">Changes to Project Administration</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added testing facilities to plugins to facilitate integration testing. 
+      (RDG)</li>
+</ul>
+<a name="N10031"></a><a name="Changes+to+Build"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Changed Ant build property name "version" to "forrest.version"
+        to prevent collisions with other build systems when using the
+        Ant "import" task.
+      (DC)</li>
+</ul>
+<a name="N1003B"></a><a name="Changes+to+the+Code+Base"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -614,7 +632,16 @@
         starting with Forrest-0.7-dev
       (DC)</li>
 </ul>
-<a name="N10190"></a><a name="Changes+to+Documentation-N10190"></a>
+<a name="N101A4"></a><a name="Changes+to+Design"></a>
+<h3 class="underlined_5">Changes to Design</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
+        Needed to add width and height to filter element.
+      (TS) Thanks to Kevin. Fixes <a href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</a>.</li>
+</ul>
+<a name="N101B2"></a><a name="Changes+to+Documentation-N101B2"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -704,40 +731,48 @@
         tab</a> to create subject-specific aggregated documents.
       (TS)</li>
 </ul>
-<a name="N10230"></a><a name="Changes+to+Project+Administration"></a>
+</div>
+    
+<a name="N10253"></a><a name="version_0.6"></a>
+<h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
+<div class="section">
+<a name="N10257"></a><a name="Changes+to+Project+Administration-N10257"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added testing facilities to plugins to facilitate integration testing. 
-      (RDG)</li>
-</ul>
-<a name="N1023A"></a><a name="Changes+to+Design"></a>
-<h3 class="underlined_5">Changes to Design</h3>
-<ul>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
-        Needed to add width and height to filter element.
-      (TS) Thanks to Kevin. Fixes <a href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</a>.</li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
+        'import' task instead of XSLT/ant.  Webapp completely
+        rewritten to use JSTL, Struts, Java utility classes, and 
+        OpenSymphony's OSUser for flexible authentication.
+      (DB)</li>
 </ul>
-<a name="N10248"></a><a name="Changes+to+Build"></a>
+<a name="N10261"></a><a name="Changes+to+Build-N10261"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        New 'clean-dist' target for build.xml, which is now the default target.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</a>.</li>
+<li>
 <img class="icon" alt="fix" src="../images/fix.jpg">
-        Changed Ant build property name "version" to "forrest.version"
-        to prevent collisions with other build systems when using the
-        Ant "import" task.
-      (DC)</li>
+        The 'validate-site' build target will validate the intermediate xdocs.
+      (JJP)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Support running Forrest on Win9x.
+      (DB) Thanks to Pierrick Brihaye. Fixes <a href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</a>.</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Don't copy unneeded project files in 'war' and 'webapp' targets.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</a>.</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Add more desriptions to forrest targets.  Highlight the most common ones.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
 </ul>
-</div>
-    
-<a name="N10253"></a><a name="version_0.6"></a>
-<h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
-<div class="section">
-<a name="N10257"></a><a name="Changes+to+Code+Base-N10257"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N1028F"></a><a name="Changes+to+the+Code+Base-N1028F"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg"> 
@@ -1481,7 +1516,7 @@
         Sort action types order to "add","remove","update","fix".
       (JJP)</li>
 </ul>
-<a name="N1061C"></a><a name="Changes+to+Documentation-N1061C"></a>
+<a name="N10654"></a><a name="Changes+to+Documentation-N10654"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1538,49 +1573,22 @@
         <a href="http://forrest.apache.org/">http://forrest.apache.org/</a>
       (DC)</li>
 </ul>
-<a name="N1067A"></a><a name="Changes+to+Project+Administration-N1067A"></a>
-<h3 class="underlined_5">Changes to Project Administration</h3>
-<ul>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
-        'import' task instead of XSLT/ant.  Webapp completely
-        rewritten to use JSTL, Struts, Java utility classes, and 
-        OpenSymphony's OSUser for flexible authentication.
-      (DB)</li>
-</ul>
-<a name="N10684"></a><a name="Changes+to+Build-N10684"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        New 'clean-dist' target for build.xml, which is now the default target.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</a>.</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        The 'validate-site' build target will validate the intermediate xdocs.
-      (JJP)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Support running Forrest on Win9x.
-      (DB) Thanks to Pierrick Brihaye. Fixes <a href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</a>.</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Don't copy unneeded project files in 'war' and 'webapp' targets.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</a>.</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Add more desriptions to forrest targets.  Highlight the most common ones.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
-</ul>
 </div>
 
     
 <a name="N106B3"></a><a name="version_0.5.1"></a>
 <h2 class="underlined_10">Version 0.5.1 (2003-10-06)</h2>
 <div class="section">
-<a name="N106B7"></a><a name="Changes+to+Code+Base-N106B7"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N106B7"></a><a name="Changes+to+Build-N106B7"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        forrest.antproxy.xml script now properly fails when Cocoon fails
+      (JT)</li>
+</ul>
+<a name="N106C1"></a><a name="Changes+to+the+Code+Base-N106C1"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -1616,22 +1624,14 @@
         ~/.antrc, which solves problems on some *nix distributions.
       (JT)</li>
 </ul>
-<a name="N106F7"></a><a name="Changes+to+Build-N106F7"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        forrest.antproxy.xml script now properly fails when Cocoon fails
-      (JT)</li>
-</ul>
 </div>
 
     
 <a name="N10702"></a><a name="version_0.5"></a>
 <h2 class="underlined_10">Version 0.5 (2003-09-13)</h2>
 <div class="section">
-<a name="N10706"></a><a name="Changes+to+Code+Base-N10706"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10706"></a><a name="Changes+to+the+Code+Base-N10706"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2022,8 +2022,8 @@
 <a name="N10912"></a><a name="version_0.4"></a>
 <h2 class="underlined_10">Version 0.4 (2003-02-12)</h2>
 <div class="section">
-<a name="N10916"></a><a name="Changes+to+Code+Base-N10916"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10916"></a><a name="Changes+to+the+Code+Base-N10916"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2114,8 +2114,23 @@
 <a name="N10988"></a><a name="version_0.3"></a>
 <h2 class="underlined_10">Version 0.3 (2003-01-30)</h2>
 <div class="section">
-<a name="N1098C"></a><a name="Changes+to+Code+Base-N1098C"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N1098C"></a><a name="Changes+to+Build-N1098C"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Allow configuration of a project local-catalog and the entity resolver
+        verbosity level, via forrest.properties configuration. This replaces
+        tokens in the default cocoon.xconf
+      (DC)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Make the seed project use the correct 'built with Apache Forrest' logo
+        instead of Cocoon + Centipede logos.
+      (JT)</li>
+</ul>
+<a name="N1099B"></a><a name="Changes+to+the+Code+Base-N1099B"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2345,7 +2360,7 @@
         We need icons for the new buttons.
       (NKB)</li>
 </ul>
-<a name="N10AA2"></a><a name="Changes+to+Documentation-N10AA2"></a>
+<a name="N10AB1"></a><a name="Changes+to+Documentation-N10AB1"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2355,28 +2370,13 @@
         Stylesheets not yet done.
       (NKB)</li>
 </ul>
-<a name="N10AAC"></a><a name="Changes+to+Build-N10AAC"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Allow configuration of a project local-catalog and the entity resolver
-        verbosity level, via forrest.properties configuration. This replaces
-        tokens in the default cocoon.xconf
-      (DC)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Make the seed project use the correct 'built with Apache Forrest' logo
-        instead of Cocoon + Centipede logos.
-      (JT)</li>
-</ul>
 </div>
     
 <a name="N10ABC"></a><a name="version_0.2"></a>
 <h2 class="underlined_10">Version 0.2 (2002-11-16)</h2>
 <div class="section">
-<a name="N10AC0"></a><a name="Changes+to+Code+Base-N10AC0"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10AC0"></a><a name="Changes+to+the+Code+Base-N10AC0"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="fix" src="../images/fix.jpg">
@@ -2399,8 +2399,116 @@
 <a name="N10AD8"></a><a name="version_0.2rc1"></a>
 <h2 class="underlined_10">Version 0.2rc1 (2002-11-13)</h2>
 <div class="section">
-<a name="N10ADC"></a><a name="Changes+to+Code+Base-N10ADC"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10ADC"></a><a name="Changes+to+Project+Administration-N10ADC"></a>
+<h3 class="underlined_5">Changes to Project Administration</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Initial Import
+      (SM)</li>
+</ul>
+<a name="N10AE6"></a><a name="Changes+to+Build-N10AE6"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Validate project sitemaps and choice of skin
+      (JT)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Included Jetty in the distro.
+        type "forrest run" to have the ./build/webapp dir contents be run
+        in a local web server, starting from http://localhost:8888/index.html
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added Jing "RELAX NG validator in Java" and initial grammar for
+        skinconf.xml files. These config files now get validated during the build.
+      (DC)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        User projects can now add custom classes and jars to Forrest doc builds.
+        Useful for custom sitemap components, or overriding Forrest-provided jars.
+      (JT)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added the forrestbot - infrastructure and configuration for remote project building.
+      (SN) Thanks to <a href="mailto:mpo.at.outerthought.org">Marc Portier</a>.</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added a draft DTD for the Gump Descriptor forrest.xgump
+      (SN)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Forrest website is being automatically built and published to krysalis.org
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added simple xsl stylesheet for forrest.xgump.
+        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
+        more simplifies CSS version.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added Forrest to Gump runs.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added simple css stylesheet for forrest.xgump.
+        In IE and Mozilla 6 it renders.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Merged forrest needed info in forrest.xgump.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Imported Centipede as a build system.
+      (SN)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Building Forrest no longer requires a network connection (for downloading
+        Centipede).  It is buildable by typing 'ant' or with the provided build
+        scripts.
+      (JT)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        "Change History" images (update.jpg, add.jpg etc) are now provided by
+        default by Forrest (in images/), and need not be supplied by user projects.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        The locations where Forrest expects doc files to be is now configurable via
+        properties, that can be set in forrest.properties.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        User projects may now specify their own sitemap, overriding the
+        Forrest-provided one.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
+        Logs are in the <span class="codefrag">build/work/WEB-INF/logs</span> directory and the 
+        list of broken links is in the <span class="codefrag">build</span> directory.
+      (NKB)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated Centipede stuff to latest changes:
+        - added lib/endorsed dir for endorsed jars that are put in global calsspath
+        - changed the build scripts to not make direct reference to jar files
+        - added "examples" dir in src and creation of examples jar in buils
+        - added "testmodule" target to be run before committing stuff
+        - added "gump" build to be run by Gump
+      (NKB)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated project descriptor: now it should be usable by Gump.
+        Added basic Forrest descriptor.
+      (NKB)</li>
+</ul>
+<a name="N10B54"></a><a name="Changes+to+the+Code+Base-N10B54"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2547,7 +2655,16 @@
         Put the internal matches in a separate pipeline with internal-only="true".
       (NKB)</li>
 </ul>
-<a name="N10B97"></a><a name="Changes+to+Documentation-N10B97"></a>
+<a name="N10C0F"></a><a name="Changes+to+Design-N10C0F"></a>
+<h3 class="underlined_5">Changes to Design</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Designed a new skin for the Forrest documents. Particular attention to
+        cross-browser issues.
+      (BK)</li>
+</ul>
+<a name="N10C19"></a><a name="Changes+to+Documentation-N10C19"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2634,123 +2751,6 @@
         Ensure that initial DTDs are valid and that the initial XML instances can be
         validated using these DTDs and OASIS Catalogs.
       (DC) Thanks to <a href="mailto:stevenn.at.outerthought.org">Steven Noels</a>.</li>
-</ul>
-<a name="N10C00"></a><a name="Changes+to+Project+Administration-N10C00"></a>
-<h3 class="underlined_5">Changes to Project Administration</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Initial Import
-      (SM)</li>
-</ul>
-<a name="N10C0A"></a><a name="Changes+to+Design-N10C0A"></a>
-<h3 class="underlined_5">Changes to Design</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Designed a new skin for the Forrest documents. Particular attention to
-        cross-browser issues.
-      (BK)</li>
-</ul>
-<a name="N10C14"></a><a name="Changes+to+Build-N10C14"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Validate project sitemaps and choice of skin
-      (JT)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Included Jetty in the distro.
-        type "forrest run" to have the ./build/webapp dir contents be run
-        in a local web server, starting from http://localhost:8888/index.html
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added Jing "RELAX NG validator in Java" and initial grammar for
-        skinconf.xml files. These config files now get validated during the build.
-      (DC)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        User projects can now add custom classes and jars to Forrest doc builds.
-        Useful for custom sitemap components, or overriding Forrest-provided jars.
-      (JT)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added the forrestbot - infrastructure and configuration for remote project building.
-      (SN) Thanks to <a href="mailto:mpo.at.outerthought.org">Marc Portier</a>.</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added a draft DTD for the Gump Descriptor forrest.xgump
-      (SN)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Forrest website is being automatically built and published to krysalis.org
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added simple xsl stylesheet for forrest.xgump.
-        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
-        more simplifies CSS version.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added Forrest to Gump runs.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added simple css stylesheet for forrest.xgump.
-        In IE and Mozilla 6 it renders.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Merged forrest needed info in forrest.xgump.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Imported Centipede as a build system.
-      (SN)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Building Forrest no longer requires a network connection (for downloading
-        Centipede).  It is buildable by typing 'ant' or with the provided build
-        scripts.
-      (JT)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        "Change History" images (update.jpg, add.jpg etc) are now provided by
-        default by Forrest (in images/), and need not be supplied by user projects.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        The locations where Forrest expects doc files to be is now configurable via
-        properties, that can be set in forrest.properties.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        User projects may now specify their own sitemap, overriding the
-        Forrest-provided one.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
-        Logs are in the <span class="codefrag">build/work/WEB-INF/logs</span> directory and the 
-        list of broken links is in the <span class="codefrag">build</span> directory.
-      (NKB)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated Centipede stuff to latest changes:
-        - added lib/endorsed dir for endorsed jars that are put in global calsspath
-        - changed the build scripts to not make direct reference to jar files
-        - added "examples" dir in src and creation of examples jar in buils
-        - added "testmodule" target to be run before committing stuff
-        - added "gump" build to be run by Gump
-      (NKB)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated project descriptor: now it should be usable by Gump.
-        Added basic Forrest descriptor.
-      (NKB)</li>
 </ul>
 </div>
   

Modified: forrest/site/docs_0_60/changes.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_60/changes.pdf?rev=201955&r1=201954&r2=201955&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_70/changes.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/changes.html?rev=201955&r1=201954&r2=201955&view=diff
==============================================================================
--- forrest/site/docs_0_70/changes.html (original)
+++ forrest/site/docs_0_70/changes.html Mon Jun 27 00:44:14 2005
@@ -273,19 +273,19 @@
 <a href="#version_0.7">Version 0.7 (2005-06-23)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10190">Changes to Documentation</a>
+<a href="#Changes+to+Build">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Design">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Build">Changes to Build</a>
+<a href="#Changes+to+Documentation-N101B2">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -293,16 +293,16 @@
 <a href="#version_0.6">Version 0.6 (2004-10-15)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10257">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration-N10257">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N1061C">Changes to Documentation</a>
+<a href="#Changes+to+Build-N10261">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration-N1067A">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base-N1028F">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10684">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10654">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -310,10 +310,10 @@
 <a href="#version_0.5.1">Version 0.5.1 (2003-10-06)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N106B7">Changes to Code Base</a>
+<a href="#Changes+to+Build-N106B7">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N106F7">Changes to Build</a>
+<a href="#Changes+to+the+Code+Base-N106C1">Changes to the Code Base</a>
 </li>
 </ul>
 </li>
@@ -321,7 +321,7 @@
 <a href="#version_0.5">Version 0.5 (2003-09-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10706">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10706">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Documentation-N10907">Changes to Documentation</a>
@@ -332,7 +332,7 @@
 <a href="#version_0.4">Version 0.4 (2003-02-12)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10916">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10916">Changes to the Code Base</a>
 </li>
 <li>
 <a href="#Changes+to+Documentation-N1097D">Changes to Documentation</a>
@@ -343,13 +343,13 @@
 <a href="#version_0.3">Version 0.3 (2003-01-30)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N1098C">Changes to Code Base</a>
+<a href="#Changes+to+Build-N1098C">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10AA2">Changes to Documentation</a>
+<a href="#Changes+to+the+Code+Base-N1099B">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10AAC">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10AB1">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -357,7 +357,7 @@
 <a href="#version_0.2">Version 0.2 (2002-11-16)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10AC0">Changes to Code Base</a>
+<a href="#Changes+to+the+Code+Base-N10AC0">Changes to the Code Base</a>
 </li>
 </ul>
 </li>
@@ -365,19 +365,19 @@
 <a href="#version_0.2rc1">Version 0.2rc1 (2002-11-13)</a>
 <ul class="minitoc">
 <li>
-<a href="#Changes+to+Code+Base-N10ADC">Changes to Code Base</a>
+<a href="#Changes+to+Project+Administration-N10ADC">Changes to Project Administration</a>
 </li>
 <li>
-<a href="#Changes+to+Documentation-N10B97">Changes to Documentation</a>
+<a href="#Changes+to+Build-N10AE6">Changes to Build</a>
 </li>
 <li>
-<a href="#Changes+to+Project+Administration-N10C00">Changes to Project Administration</a>
+<a href="#Changes+to+the+Code+Base-N10B54">Changes to the Code Base</a>
 </li>
 <li>
-<a href="#Changes+to+Design-N10C0A">Changes to Design</a>
+<a href="#Changes+to+Design-N10C0F">Changes to Design</a>
 </li>
 <li>
-<a href="#Changes+to+Build-N10C14">Changes to Build</a>
+<a href="#Changes+to+Documentation-N10C19">Changes to Documentation</a>
 </li>
 </ul>
 </li>
@@ -405,8 +405,26 @@
 <a name="N10023"></a><a name="version_0.7"></a>
 <h2 class="underlined_10">Version 0.7 (2005-06-23)</h2>
 <div class="section">
-<a name="N10027"></a><a name="Changes+to+Code+Base"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10027"></a><a name="Changes+to+Project+Administration"></a>
+<h3 class="underlined_5">Changes to Project Administration</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added testing facilities to plugins to facilitate integration testing. 
+      (RDG)</li>
+</ul>
+<a name="N10031"></a><a name="Changes+to+Build"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Changed Ant build property name "version" to "forrest.version"
+        to prevent collisions with other build systems when using the
+        Ant "import" task.
+      (DC)</li>
+</ul>
+<a name="N1003B"></a><a name="Changes+to+the+Code+Base"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -653,7 +671,16 @@
         starting with Forrest-0.7-dev
       (DC)</li>
 </ul>
-<a name="N10190"></a><a name="Changes+to+Documentation-N10190"></a>
+<a name="N101A4"></a><a name="Changes+to+Design"></a>
+<h3 class="underlined_5">Changes to Design</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
+        Needed to add width and height to filter element.
+      (TS) Thanks to Kevin. Fixes <a href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</a>.</li>
+</ul>
+<a name="N101B2"></a><a name="Changes+to+Documentation-N101B2"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -743,40 +770,48 @@
         tab</a> to create subject-specific aggregated documents.
       (TS)</li>
 </ul>
-<a name="N10230"></a><a name="Changes+to+Project+Administration"></a>
+</div>
+    
+<a name="N10253"></a><a name="version_0.6"></a>
+<h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
+<div class="section">
+<a name="N10257"></a><a name="Changes+to+Project+Administration-N10257"></a>
 <h3 class="underlined_5">Changes to Project Administration</h3>
 <ul>
 <li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added testing facilities to plugins to facilitate integration testing. 
-      (RDG)</li>
-</ul>
-<a name="N1023A"></a><a name="Changes+to+Design"></a>
-<h3 class="underlined_5">Changes to Design</h3>
-<ul>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
-        Needed to add width and height to filter element.
-      (TS) Thanks to Kevin. Fixes <a href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</a>.</li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
+        'import' task instead of XSLT/ant.  Webapp completely
+        rewritten to use JSTL, Struts, Java utility classes, and 
+        OpenSymphony's OSUser for flexible authentication.
+      (DB)</li>
 </ul>
-<a name="N10248"></a><a name="Changes+to+Build"></a>
+<a name="N10261"></a><a name="Changes+to+Build-N10261"></a>
 <h3 class="underlined_5">Changes to Build</h3>
 <ul>
 <li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        New 'clean-dist' target for build.xml, which is now the default target.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</a>.</li>
+<li>
 <img class="icon" alt="fix" src="../images/fix.jpg">
-        Changed Ant build property name "version" to "forrest.version"
-        to prevent collisions with other build systems when using the
-        Ant "import" task.
-      (DC)</li>
+        The 'validate-site' build target will validate the intermediate xdocs.
+      (JJP)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Support running Forrest on Win9x.
+      (DB) Thanks to Pierrick Brihaye. Fixes <a href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</a>.</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Don't copy unneeded project files in 'war' and 'webapp' targets.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</a>.</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Add more desriptions to forrest targets.  Highlight the most common ones.
+      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
 </ul>
-</div>
-    
-<a name="N10253"></a><a name="version_0.6"></a>
-<h2 class="underlined_10">Version 0.6 (2004-10-15)</h2>
-<div class="section">
-<a name="N10257"></a><a name="Changes+to+Code+Base-N10257"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N1028F"></a><a name="Changes+to+the+Code+Base-N1028F"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg"> 
@@ -1520,7 +1555,7 @@
         Sort action types order to "add","remove","update","fix".
       (JJP)</li>
 </ul>
-<a name="N1061C"></a><a name="Changes+to+Documentation-N1061C"></a>
+<a name="N10654"></a><a name="Changes+to+Documentation-N10654"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -1577,49 +1612,22 @@
         <a href="http://forrest.apache.org/">http://forrest.apache.org/</a>
       (DC)</li>
 </ul>
-<a name="N1067A"></a><a name="Changes+to+Project+Administration-N1067A"></a>
-<h3 class="underlined_5">Changes to Project Administration</h3>
-<ul>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
-        'import' task instead of XSLT/ant.  Webapp completely
-        rewritten to use JSTL, Struts, Java utility classes, and 
-        OpenSymphony's OSUser for flexible authentication.
-      (DB)</li>
-</ul>
-<a name="N10684"></a><a name="Changes+to+Build-N10684"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        New 'clean-dist' target for build.xml, which is now the default target.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-108">FOR-108</a>.</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        The 'validate-site' build target will validate the intermediate xdocs.
-      (JJP)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Support running Forrest on Win9x.
-      (DB) Thanks to Pierrick Brihaye. Fixes <a href="http://issues.apache.org/jira/browse/FOR-113">FOR-113</a>.</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Don't copy unneeded project files in 'war' and 'webapp' targets.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-207">FOR-207</a>.</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Add more desriptions to forrest targets.  Highlight the most common ones.
-      (DB) Fixes <a href="http://issues.apache.org/jira/browse/FOR-216">FOR-216</a>.</li>
-</ul>
 </div>
 
     
 <a name="N106B3"></a><a name="version_0.5.1"></a>
 <h2 class="underlined_10">Version 0.5.1 (2003-10-06)</h2>
 <div class="section">
-<a name="N106B7"></a><a name="Changes+to+Code+Base-N106B7"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N106B7"></a><a name="Changes+to+Build-N106B7"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        forrest.antproxy.xml script now properly fails when Cocoon fails
+      (JT)</li>
+</ul>
+<a name="N106C1"></a><a name="Changes+to+the+Code+Base-N106C1"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -1655,22 +1663,14 @@
         ~/.antrc, which solves problems on some *nix distributions.
       (JT)</li>
 </ul>
-<a name="N106F7"></a><a name="Changes+to+Build-N106F7"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        forrest.antproxy.xml script now properly fails when Cocoon fails
-      (JT)</li>
-</ul>
 </div>
 
     
 <a name="N10702"></a><a name="version_0.5"></a>
 <h2 class="underlined_10">Version 0.5 (2003-09-13)</h2>
 <div class="section">
-<a name="N10706"></a><a name="Changes+to+Code+Base-N10706"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10706"></a><a name="Changes+to+the+Code+Base-N10706"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2061,8 +2061,8 @@
 <a name="N10912"></a><a name="version_0.4"></a>
 <h2 class="underlined_10">Version 0.4 (2003-02-12)</h2>
 <div class="section">
-<a name="N10916"></a><a name="Changes+to+Code+Base-N10916"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10916"></a><a name="Changes+to+the+Code+Base-N10916"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2153,8 +2153,23 @@
 <a name="N10988"></a><a name="version_0.3"></a>
 <h2 class="underlined_10">Version 0.3 (2003-01-30)</h2>
 <div class="section">
-<a name="N1098C"></a><a name="Changes+to+Code+Base-N1098C"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N1098C"></a><a name="Changes+to+Build-N1098C"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Allow configuration of a project local-catalog and the entity resolver
+        verbosity level, via forrest.properties configuration. This replaces
+        tokens in the default cocoon.xconf
+      (DC)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Make the seed project use the correct 'built with Apache Forrest' logo
+        instead of Cocoon + Centipede logos.
+      (JT)</li>
+</ul>
+<a name="N1099B"></a><a name="Changes+to+the+Code+Base-N1099B"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2384,7 +2399,7 @@
         We need icons for the new buttons.
       (NKB)</li>
 </ul>
-<a name="N10AA2"></a><a name="Changes+to+Documentation-N10AA2"></a>
+<a name="N10AB1"></a><a name="Changes+to+Documentation-N10AB1"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2394,28 +2409,13 @@
         Stylesheets not yet done.
       (NKB)</li>
 </ul>
-<a name="N10AAC"></a><a name="Changes+to+Build-N10AAC"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Allow configuration of a project local-catalog and the entity resolver
-        verbosity level, via forrest.properties configuration. This replaces
-        tokens in the default cocoon.xconf
-      (DC)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Make the seed project use the correct 'built with Apache Forrest' logo
-        instead of Cocoon + Centipede logos.
-      (JT)</li>
-</ul>
 </div>
     
 <a name="N10ABC"></a><a name="version_0.2"></a>
 <h2 class="underlined_10">Version 0.2 (2002-11-16)</h2>
 <div class="section">
-<a name="N10AC0"></a><a name="Changes+to+Code+Base-N10AC0"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10AC0"></a><a name="Changes+to+the+Code+Base-N10AC0"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="fix" src="../images/fix.jpg">
@@ -2438,8 +2438,116 @@
 <a name="N10AD8"></a><a name="version_0.2rc1"></a>
 <h2 class="underlined_10">Version 0.2rc1 (2002-11-13)</h2>
 <div class="section">
-<a name="N10ADC"></a><a name="Changes+to+Code+Base-N10ADC"></a>
-<h3 class="underlined_5">Changes to Code Base</h3>
+<a name="N10ADC"></a><a name="Changes+to+Project+Administration-N10ADC"></a>
+<h3 class="underlined_5">Changes to Project Administration</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Initial Import
+      (SM)</li>
+</ul>
+<a name="N10AE6"></a><a name="Changes+to+Build-N10AE6"></a>
+<h3 class="underlined_5">Changes to Build</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Validate project sitemaps and choice of skin
+      (JT)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Included Jetty in the distro.
+        type "forrest run" to have the ./build/webapp dir contents be run
+        in a local web server, starting from http://localhost:8888/index.html
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added Jing "RELAX NG validator in Java" and initial grammar for
+        skinconf.xml files. These config files now get validated during the build.
+      (DC)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        User projects can now add custom classes and jars to Forrest doc builds.
+        Useful for custom sitemap components, or overriding Forrest-provided jars.
+      (JT)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added the forrestbot - infrastructure and configuration for remote project building.
+      (SN) Thanks to <a href="mailto:mpo.at.outerthought.org">Marc Portier</a>.</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added a draft DTD for the Gump Descriptor forrest.xgump
+      (SN)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Forrest website is being automatically built and published to krysalis.org
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added simple xsl stylesheet for forrest.xgump.
+        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
+        more simplifies CSS version.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added Forrest to Gump runs.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Added simple css stylesheet for forrest.xgump.
+        In IE and Mozilla 6 it renders.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Merged forrest needed info in forrest.xgump.
+      (NKB)</li>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Imported Centipede as a build system.
+      (SN)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        Building Forrest no longer requires a network connection (for downloading
+        Centipede).  It is buildable by typing 'ant' or with the provided build
+        scripts.
+      (JT)</li>
+<li>
+<img class="icon" alt="fix" src="../images/fix.jpg">
+        "Change History" images (update.jpg, add.jpg etc) are now provided by
+        default by Forrest (in images/), and need not be supplied by user projects.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        The locations where Forrest expects doc files to be is now configurable via
+        properties, that can be set in forrest.properties.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        User projects may now specify their own sitemap, overriding the
+        Forrest-provided one.
+      (JT)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
+        Logs are in the <span class="codefrag">build/work/WEB-INF/logs</span> directory and the 
+        list of broken links is in the <span class="codefrag">build</span> directory.
+      (NKB)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated Centipede stuff to latest changes:
+        - added lib/endorsed dir for endorsed jars that are put in global calsspath
+        - changed the build scripts to not make direct reference to jar files
+        - added "examples" dir in src and creation of examples jar in buils
+        - added "testmodule" target to be run before committing stuff
+        - added "gump" build to be run by Gump
+      (NKB)</li>
+<li>
+<img class="icon" alt="update" src="../images/update.jpg">
+        Updated project descriptor: now it should be usable by Gump.
+        Added basic Forrest descriptor.
+      (NKB)</li>
+</ul>
+<a name="N10B54"></a><a name="Changes+to+the+Code+Base-N10B54"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
 <img class="icon" alt="add" src="../images/add.jpg">
@@ -2586,7 +2694,16 @@
         Put the internal matches in a separate pipeline with internal-only="true".
       (NKB)</li>
 </ul>
-<a name="N10B97"></a><a name="Changes+to+Documentation-N10B97"></a>
+<a name="N10C0F"></a><a name="Changes+to+Design-N10C0F"></a>
+<h3 class="underlined_5">Changes to Design</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="../images/add.jpg">
+        Designed a new skin for the Forrest documents. Particular attention to
+        cross-browser issues.
+      (BK)</li>
+</ul>
+<a name="N10C19"></a><a name="Changes+to+Documentation-N10C19"></a>
 <h3 class="underlined_5">Changes to Documentation</h3>
 <ul>
 <li>
@@ -2673,123 +2790,6 @@
         Ensure that initial DTDs are valid and that the initial XML instances can be
         validated using these DTDs and OASIS Catalogs.
       (DC) Thanks to <a href="mailto:stevenn.at.outerthought.org">Steven Noels</a>.</li>
-</ul>
-<a name="N10C00"></a><a name="Changes+to+Project+Administration-N10C00"></a>
-<h3 class="underlined_5">Changes to Project Administration</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Initial Import
-      (SM)</li>
-</ul>
-<a name="N10C0A"></a><a name="Changes+to+Design-N10C0A"></a>
-<h3 class="underlined_5">Changes to Design</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Designed a new skin for the Forrest documents. Particular attention to
-        cross-browser issues.
-      (BK)</li>
-</ul>
-<a name="N10C14"></a><a name="Changes+to+Build-N10C14"></a>
-<h3 class="underlined_5">Changes to Build</h3>
-<ul>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Validate project sitemaps and choice of skin
-      (JT)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Included Jetty in the distro.
-        type "forrest run" to have the ./build/webapp dir contents be run
-        in a local web server, starting from http://localhost:8888/index.html
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added Jing "RELAX NG validator in Java" and initial grammar for
-        skinconf.xml files. These config files now get validated during the build.
-      (DC)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        User projects can now add custom classes and jars to Forrest doc builds.
-        Useful for custom sitemap components, or overriding Forrest-provided jars.
-      (JT)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added the forrestbot - infrastructure and configuration for remote project building.
-      (SN) Thanks to <a href="mailto:mpo.at.outerthought.org">Marc Portier</a>.</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added a draft DTD for the Gump Descriptor forrest.xgump
-      (SN)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Forrest website is being automatically built and published to krysalis.org
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added simple xsl stylesheet for forrest.xgump.
-        In IE6 and Mozilla 6 it renders using this, in older ones it uses the
-        more simplifies CSS version.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added Forrest to Gump runs.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Added simple css stylesheet for forrest.xgump.
-        In IE and Mozilla 6 it renders.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Merged forrest needed info in forrest.xgump.
-      (NKB)</li>
-<li>
-<img class="icon" alt="add" src="../images/add.jpg">
-        Imported Centipede as a build system.
-      (SN)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        Building Forrest no longer requires a network connection (for downloading
-        Centipede).  It is buildable by typing 'ant' or with the provided build
-        scripts.
-      (JT)</li>
-<li>
-<img class="icon" alt="fix" src="../images/fix.jpg">
-        "Change History" images (update.jpg, add.jpg etc) are now provided by
-        default by Forrest (in images/), and need not be supplied by user projects.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        The locations where Forrest expects doc files to be is now configurable via
-        properties, that can be set in forrest.properties.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        User projects may now specify their own sitemap, overriding the
-        Forrest-provided one.
-      (JT)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
-        Logs are in the <span class="codefrag">build/work/WEB-INF/logs</span> directory and the 
-        list of broken links is in the <span class="codefrag">build</span> directory.
-      (NKB)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated Centipede stuff to latest changes:
-        - added lib/endorsed dir for endorsed jars that are put in global calsspath
-        - changed the build scripts to not make direct reference to jar files
-        - added "examples" dir in src and creation of examples jar in buils
-        - added "testmodule" target to be run before committing stuff
-        - added "gump" build to be run by Gump
-      (NKB)</li>
-<li>
-<img class="icon" alt="update" src="../images/update.jpg">
-        Updated project descriptor: now it should be usable by Gump.
-        Added basic Forrest descriptor.
-      (NKB)</li>
 </ul>
 </div>
   

Modified: forrest/site/docs_0_70/changes.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/changes.pdf?rev=201955&r1=201954&r2=201955&view=diff
==============================================================================
Binary files - no diff available.