You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-svn@forrest.apache.org by cr...@apache.org on 2010/06/21 08:47:26 UTC

svn commit: r956456 [4/10] - in /forrest/site: ./ docs_0_70/ docs_0_70/howto/ docs_0_70/howto/cvs-ssh/ docs_0_70/howto/multi/ docs_0_80/ docs_0_80/howto/ docs_0_80/howto/cvs-ssh/ docs_0_80/howto/multi/ docs_0_90/ docs_0_90/howto/ docs_0_90/howto/cvs-ss...

Modified: forrest/site/docs_0_70/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/changes.xml?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/changes.xml (original)
+++ forrest/site/docs_0_70/changes.xml Mon Jun 21 04:31:28 2010
@@ -9,7 +9,33 @@
         Explicitly set the javac target@ to our defined base version.
         This fixed an issue with plugins being deployed by committers using
         more recent versions.
-       Committed by DC. Thanks to Ron Blaschke.</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="../images/add.jpg"/>
+       Committed by DC. Thanks to Ron Blaschke.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Forrest minimum Java version is now 1.5
+       Committed by GM.</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="../images/add.jpg"/>
+        Added new search facility to ForrestBar to enable search for a mail
+        Message-Id (only at Gmane.org).
+       Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial output plugin "iCal" to the whiteboard.
+       Committed by SNM.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Enabled use of EXSLT extensions via exslt.org stylesheets.
+        See example "EXSLT" in the 'forrest seed-sample' site.
+       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1176">FOR-1176</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Enabled the filtering of output messages from Ant
+        (see <link href="site:faq/verbose-ant">FAQ</link>)
+        and explained how to enable coloured output
+        (see <link href="site:faq/coloured-ant">FAQ</link>).
+       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1178">FOR-1178</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Assist with xml debugging. Show list of catalog descriptors being used.
+       Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
+       Added a demonstration of using xml source documents without declaring a
+       DTD. See example "no-dtd" in the 'forrest seed-sample' site.
+      Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1173">FOR-1173</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+       Added the ability to use RELAXNG to validate intermediate xml.
+       Do 'localhost:8888/index.validation.xml' for example.
+       Also see how to
+       <link href="site:procedures/forrest-dev/validate-intermediate">validate intermediate</link>
+       content for the whole site.
+      Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1172">FOR-1172</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
        Added the ability for a "trademark statement" at bottom of all pages.
        For configuration details, see skinconf.xml from a new "seed" site.
       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1170">FOR-1170</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -35,13 +61,28 @@
        The "class" attributes in the document-v13 and document-v20 DTDs
        now enable multiple space-separated class definitions.
       Committed by DC. Thanks to Brolin Empey.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        There was a problem with plugins libs not being copied. Using 
-        the war task from ant fixes this issue.   
+        There was a problem with plugins libs not being copied. Using
+        the war task from ant fixes this issue.
        Committed by TS. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1074">FOR-1074</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         There was a partially implemented xml catalog with missing project symbols file.
         Only affected users of the 'seed-basic' template site.
         See notes in <link href="site:upgrading_09">upgrading to v0.9</link>
        Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1075">FOR-1075</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Use plain svn commands rather than JSVN for forrestbot and plugins
+        deployment.
+       Committed by DC,TWW. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1198">FOR-1198</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Switch to a new XML module providing better memory behavior.
+       Committed by TWW. See Issue <link href="http://issues.apache.org/jira/browse/FOR-591">FOR-591</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Improved SVG template for generating "project name" image.
+        Make it wider and add small space at right-hand end.
+       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1186">FOR-1186</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Changed XSLT import statements in skins to use the LocationMap.
+       Committed by BMD. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1000">FOR-1000</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Replaced the custom caching implementation with EHCache in the
+        LocationMap feature. Given how integral the LM has become, this gives
+        us much better overall performance, concurrent behavior, and cache
+        configuration options.
+       Committed by TWW.</li><li><icon alt="update" src="../images/update.jpg"/>
         Forrestbot deploy.scp workstage now reports which files were transferred.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated to Jing-20081028 release (from
@@ -61,12 +102,12 @@
         products such as Apache Xerces and Apache Xalan, etc.
         See <link href="site:upgrading_09/cocoon">upgrading notes</link>.
        Committed by TS, DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-955">FOR-955</link>, <link href="http://issues.apache.org/jira/browse/FOR-1017">FOR-1017</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Promoting the output.inputModule plugin to core. Main reason for the move is to 
-        prevent plugins dependencies since the code has attracted different use cases 
-        solved in plugins to move it into core. 
+        Promoting the output.inputModule plugin to core. Main reason for the move is to
+        prevent plugins dependencies since the code has attracted different use cases
+        solved in plugins to move it into core.
        Committed by TS. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1103">FOR-1103</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Added ability to use XInclude to the document-v20 xdoc DTD.
-        See an example in a 'forrest seed sample' site.
+        See an example in a 'forrest seed-sample' site.
        Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1032">FOR-1032</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Images had not been reliably reproduced in PDFs (fop version
         prior to 0.94). The old way always expected a physical URI (file or http) the new fop
         URIResolver in the FOP-NG block delegates to Cocoon's SourceResolver framework,
@@ -80,9 +121,9 @@
        Committed by GM. See Issue <link href="http://issues.apache.org/jira/browse/FOR-940">FOR-940</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
          Fix unkown font error in FO generation.
        Committed by RDG. Thanks to Uwe Kreibaum. See Issue <link href="http://issues.apache.org/jira/browse/FOR-640">FOR-640</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-	Added method to make URLs absolute in PDF via skinconf.xml.
+        Added method to make URLs absolute in PDF via skinconf.xml.
        Committed by BMD. Thanks to Patrick Ohly. See Issue <link href="http://issues.apache.org/jira/browse/FOR-1013">FOR-1013</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-	Added method to disable table of contents in PDF via skinconf.xml.
+        Added method to disable table of contents in PDF via skinconf.xml.
        Committed by BMD. Thanks to Patrick Ohly. See Issue <link href="http://issues.apache.org/jira/browse/FOR-355">FOR-355</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
@@ -96,7 +137,7 @@
         explains how to manage a personal or company website using Secure Shell
         SCP to deploy the generated documents.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added example of using XInclude to the 'forrest seed sample' site.
+        Added example of using XInclude to the 'forrest seed-sample' site.
        Committed by DC. Thanks to Carlos Tejo. See Issue <link href="http://issues.apache.org/jira/browse/FOR-814">FOR-814</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
             Fixed docs in several places to work with fop94 upgrade.
          Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/>
@@ -114,7 +155,7 @@
         as a way to easily view the internal processing steps.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Add explanation of <link href="site:forrestbar">ForrestBar</link> menu items.
-       Committed by CD.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Brian M. Dube (BMD), Cyriaque Dupoirieux (CD), David Crossley (DC), Ferdinand Soethe (FSO), Gavin McDonald (GM), Ross Gardler (RDG), Thorsten Scherler (TS),  (TS, DC).</p><p>This is a list of other contributors:<br/>Brolin Empey, Carlos Tejo, Oshani Senevira, Patrick Ohly, Ron Blaschke, Sina K. Heshmati, Uwe Kreibaum.</p></section></section>
+       Committed by CD.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Brian M. Dube (BMD), Cyriaque Dupoirieux (CD), David Crossley (DC),  (DC,TWW), Ferdinand Soethe (FSO), Gavin McDonald (GM), Ross Gardler (RDG), Sjur N Moshagen (SNM), Thorsten Scherler (TS),  (TS, DC), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Brolin Empey, Carlos Tejo, Oshani Senevira, Patrick Ohly, Ron Blaschke, Sina K. Heshmati, Uwe Kreibaum.</p></section></section>
     <section id="version_0.8"><title>Version 0.8 (2007-04-18)</title><section><title>Changes to Build</title><ul><li><icon alt="add" src="../images/add.jpg"/>
         Add new build target "clean-build".
        Committed by CD.</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="../images/add.jpg"/>
@@ -177,12 +218,12 @@
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
         Clarify some confusing notes about site/@href in seeds xdocs/site.xml files.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
-       Finish renaming of files for a-to-b.xsl naming convention. 
+       Finish renaming of files for a-to-b.xsl naming convention.
        Committed by DG. See Issue <link href="http://issues.apache.org/jira/browse/FOR-697">FOR-697</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Add a Devs menu to tools/forrestbar to help with testing intermediate
         Cocoon pipelines.
        Committed by CD.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Describe the 
+        Describe the
         <link href="site:faq/build_msg_a">status messages</link>
         that are issued by Cocoon CLI during processing of each doc.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -191,7 +232,7 @@
         you can easily view it.
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
         Reviewed all sitemaps to use locationmap references (lm:).
-        At the same time we changed filenames of core stylesheets to follow 
+        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.
@@ -252,10 +293,10 @@
        Committed by RDG. Thanks to Tom HANAX. See Issue <link href="http://issues.apache.org/jira/browse/FOR-589">FOR-589</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Strip remaining &lt;i18n:text&gt; elements that remain if i18n processing
         has been disabled. This was causing invalid HTML output.
-       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="add" src="../images/add.jpg"/> Added a shell script to 
-        do some steps of the cocoon update process. Still there are some steps 
-        that should rather be done by a script, rather than committer interaction. 
-        Updated the readme to state that some steps could be done by the 
+       Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="add" src="../images/add.jpg"/> Added a shell script to
+        do some steps of the cocoon update process. Still there are some steps
+        that should rather be done by a script, rather than committer interaction.
+        Updated the readme to state that some steps could be done by the
         script. <link href="http://svn.apache.org/viewcvs.cgi?rev=280710&amp;view=rev">Diff</link>
        Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/>
         Refactored the view resolver code of the internal.view plugin. Created an action that
@@ -281,10 +322,10 @@
         "My Project Name&#8482;".
         See <link href="site:faq/xml-entities">FAQ</link>.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Plugins can now define their own *.xconf file to add configuration 
-        information to cocoon.xconf. Simply place your *.xconf file in 
-        PLUGIN_HOME/conf/*.xconf. Note that changes to this configuration 
-        file will not take effect until Forrest has been restarted.  
+        Plugins can now define their own *.xconf file to add configuration
+        information to cocoon.xconf. Simply place your *.xconf file in
+        PLUGIN_HOME/conf/*.xconf. Note that changes to this configuration
+        file will not take effect until Forrest has been restarted.
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
         New site seeding mechanism. You can now run "forrest seed" as before, or you can run
         "forrest seed-business". The later will ask a number of questions about the site
@@ -294,17 +335,17 @@
         in the future.
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added support for Locationmaps. This enables content to be retrieved from a location
-        that is defined in a locationmap file. A project-based file can be located at 
+        that is defined in a locationmap file. A project-based file can be located at
         <code>PROJECT_HOME/src/documentation/content/locationmap.xml</code> while core locationmaps
         are at <code>$FORREST_HOME/main/webapp/locationmap-*.xml</code> files.<br/>The
         advantage of this is that the URL seen by the user need bear no relation to the location
         of the source document, thus Forrest can separate the client URL space from the source
         document URL space. Thus, using the locationmap it is possible to pull together
         documents from many different locations into a single uniform site.<br/>
-        
+
         In addition, since the user URL space is now unconnected to the source URL space
         it is possible to move source documents without breaking any existing user links.<br/>
-        
+
         See <link href="site:locationmap">locationmap docs</link> for more information.
         Thanks to Unico Hommes for the original locationmap implementation which
         was added to Forrest long ago.
@@ -349,7 +390,7 @@
         Use a better title and introduction.
         Use @description if available.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Rename webapp build target to run-webapp to distinguish the resulting 
+        Rename webapp build target to run-webapp to distinguish the resulting
         webapp from one suitable for deployment (use the war target for that)
         and provide a new xconf that is used in the war to ensure plugins can be found in war files
        Committed by RDG. See Issue <link href="http://issues.apache.org/jira/browse/FOR-735">FOR-735</link>.</li><li><icon alt="update" src="../images/update.jpg"/> FOR-924 Readding the loading from
@@ -366,8 +407,8 @@
         org.apache.forrest.plugin.output.inputModule and request
         cocoon://module.properties.properties. Committed by TS. See Issue <link href="http://issues.apache.org/jira/browse/FOR-800">FOR-800</link>.</li><li><icon alt="update" src="../images/update.jpg"/> FOR-916 - adding site-wide configuration files
         Applying patches from Mathieu Champlon. Thanks Mathieu for your contribution.
-         Committed by TS. Thanks to Mathieu Champlon. See Issue <link href="http://issues.apache.org/jira/browse/FOR-916">FOR-916</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Updated the 
-        cocoon.xconf and declared the core components that are needed 
+         Committed by TS. Thanks to Mathieu Champlon. See Issue <link href="http://issues.apache.org/jira/browse/FOR-916">FOR-916</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Updated the
+        cocoon.xconf and declared the core components that are needed
         for flow. This makes it possible to use flow in forrest. Committed by TS. Thanks to David Crossley.</li><li><icon alt="update" src="../images/update.jpg"/>
         Enabled i18n by default in fresh-site: as the default i18n config now requires
         an explicit locale specification (using an URL parameter for example), this shouldn't
@@ -403,7 +444,7 @@
        Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/>
         Enable optional printing of image alt text in PDFs.
        Committed by RDG.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Update the Forrest plugin for the XMLmind XML Editor at 
+        Update the Forrest plugin for the XMLmind XML Editor at
         <link href="site:tools/xxe">tools/xxe</link>
        Committed by RDG. Thanks to Sjur N. Moshagen. See Issue <link href="http://issues.apache.org/jira/browse/FOR-779">FOR-779</link>, <link href="http://issues.apache.org/jira/browse/FOR-780">FOR-780</link>, <link href="http://issues.apache.org/jira/browse/FOR-722">FOR-722</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Upgrade our packaged Cocoon to cocoon-2.2.0-dev-r351990 and enhanced the notes
@@ -436,19 +477,19 @@
             Note: To style tables with class elements like before you have to add styling code
             in the extra-css-section of skinconfig.
          Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/>
-            Fixed problems with disappearing of id-attributes in img-element and several others.    
-         Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/> Added 
-        LocationmapSourceFactory.java. With this it is possible to request 
-        locationmap source via lm://my-location which makes it easier to use it 
+            Fixed problems with disappearing of id-attributes in img-element and several others.
+         Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/> Added
+        LocationmapSourceFactory.java. With this it is possible to request
+        locationmap source via lm://my-location which makes it easier to use it
         without contacting a input module in java and any other files. <link href="http://svn.apache.org/viewcvs.cgi?rev=355474&amp;view=rev">Diff</link>
-       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/> Added variable.helper.xsl 
-        to the core, should be enhanced by matching the 
-        default.forrest.properties.xml. This xsl will produce all variables we 
-        use in skins to the new property system. Moved pathutils.xsl to the 
+       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/> Added variable.helper.xsl
+        to the core, should be enhanced by matching the
+        default.forrest.properties.xml. This xsl will produce all variables we
+        use in skins to the new property system. Moved pathutils.xsl to the
         core from the skins. <link href="http://svn.apache.org/viewcvs.cgi?rev=356240&amp;view=rev">Diff</link>
-       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/> Added helper 
-        stylesheets to locationmap and core stylesheets. generateId.xsl (will 
-        generate a unique id) and replaceCharsInString.xsl (will find and 
+       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/> Added helper
+        stylesheets to locationmap and core stylesheets. generateId.xsl (will
+        generate a unique id) and replaceCharsInString.xsl (will find and
         replace character in a string) <link href="http://svn.apache.org/viewcvs.cgi?rev=358150&amp;view=rev">Diff</link>
        Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/>
         Fixed and enhanced the Forrest plugin for the XMLmind XML Editor at
@@ -456,18 +497,18 @@
        Committed by DC. Thanks to Sjur N. Moshagen. See Issue <link href="http://issues.apache.org/jira/browse/FOR-581">FOR-581</link>, <link href="http://issues.apache.org/jira/browse/FOR-720">FOR-720</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated tools/forrestbar to be compatible with recent versions of Firefox.
        Committed by DC. Thanks to Addison Berry. See Issue <link href="http://issues.apache.org/jira/browse/FOR-180">FOR-180</link>, <link href="http://issues.apache.org/jira/browse/FOR-716">FOR-716</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Correctly handle w3c-xml-schema rules in 
+        Correctly handle w3c-xml-schema rules in
         <link href="site:cap">SourceTypeAction</link>.
        Committed by RDG. Thanks to Josias Thoeny. See Issue <link href="http://issues.apache.org/jira/browse/FOR-710">FOR-710</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Upgrade our packaged Cocoon to cocoon-2.2.0-dev-r279987 and enhanced the notes
         about how to upgrade.
-       Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>Removed 
-        the project.theme-dir property by adding it to the lm like suggest by 
+       Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>Removed
+        the project.theme-dir property by adding it to the lm like suggest by
         Ross. <link href="http://svn.apache.org/viewcvs.cgi?rev=328839&amp;view=rev">Diff</link>
-       Committed by TS. Thanks to Ross Gardler.</li><li><icon alt="update" src="../images/update.jpg"/> Changed the 'local 
-        forrest' caption to host:port format. Added localhost as option. added 
+       Committed by TS. Thanks to Ross Gardler.</li><li><icon alt="update" src="../images/update.jpg"/> Changed the 'local
+        forrest' caption to host:port format. Added localhost as option. added
         structurer xml view to devs. <link href="http://svn.apache.org/viewcvs.cgi?rev=329431&amp;view=rev">Diff</link>
-       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/>Allowed as well 
+       Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/>Allowed as well
         localhost as local address for jetty for the forrestbar. <link href="http://svn.apache.org/viewcvs.cgi?rev=329177&amp;view=rev">Diff</link>
        Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/>
         The xml comments from source files were not being generated to the output.
@@ -493,10 +534,10 @@
         Enhanced the initial Eclipse plugin for using Forrest via Eclipse.
         This work was enabled via a "Google Summer of Code" project.
         See <link href="site:tools/eclipse">docs</link>.
-       Committed by RDG. Thanks to Anil Ramnanan.</li><li><icon alt="update" src="../images/update.jpg"/> Added new 
+       Committed by RDG. Thanks to Anil Ramnanan.</li><li><icon alt="update" src="../images/update.jpg"/> Added new
         seed targets seed-basic and seed-sample. That closes FOR-253. <link href="http://svn.apache.org/viewcvs.cgi?rev=231130&amp;view=rev">Diff</link>
-       Committed by TS. See Issue <link href="http://issues.apache.org/jira/browse/FOR-253">FOR-253</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Fixed sample 
-        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; 
+       Committed by TS. See Issue <link href="http://issues.apache.org/jira/browse/FOR-253">FOR-253</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Fixed sample
+        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness;
         forrest site fails resume dtd validation <link href="http://svn.apache.org/viewcvs.cgi?rev=279892&amp;view=rev">Diff</link>
        Committed by TS. Thanks to kevin. See Issue <link href="http://issues.apache.org/jira/browse/FOR-670">FOR-670</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 -->
@@ -519,7 +560,7 @@
         the XML Catalog Entity Resolver for local DTDs.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added doc to explain
-        <link href="site:status-themes">Skins and Dispatcher status</link>. 
+        <link href="site:status-themes">Skins and Dispatcher status</link>.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Move documentation from text file into howto
         <link href="site:howToRelease">Release</link> doc and enhance it.
@@ -542,7 +583,7 @@
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Add FAQ about <link href="site:faq/jobs">job postings</link>.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Add FAQ about 
+        Add FAQ about
         <link href="site:faq/checksums">Enabling Cocoon Checksum</link>.
        Committed by DC. Thanks to Paul Kronenwetter. See Issue <link href="http://issues.apache.org/jira/browse/FOR-778">FOR-778</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Add explanation of
@@ -551,14 +592,14 @@
         Add FAQ #crawler to explain how the Cocoon crawler gathers links.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Add notes about how to use the <link href="site:bugs">Issue Tracker</link>.
-       Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>Added basic instructions to 
+       Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>Added basic instructions to
         deploy and install the forrestbar from the source as readme.txt<link href="http://svn.apache.org/viewcvs.cgi?rev=328688&amp;view=rev">Diff</link>
        Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/>
         We now have a regular 24-hour IRC session once per month. Developers get together.
         See <link href="site:forrest-friday">ForrestFriday</link>.
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Documenting some of the locationmap syntax and naming conventions
-        as comments/examples 
+        as comments/examples
         until it can be done more formally.
         See 'forrest seed-sample' and
         <link href="site:locationmap">locationmap docs</link>.
@@ -585,7 +626,7 @@
         Added FAQ to explain the Cocoon Cache and some ways to enhance responsiveness.
         Inspired by comments from Torsten Stolpmann.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Enhance the explanation of integrating 
+        Enhance the explanation of integrating
         <link href="site:faq/docbook">DocBook</link> sources to also explain
         how to use Content Aware Pipelines (SourceTypeAction).
        Committed by DC. Thanks to Brian Dube.</li><li><icon alt="update" src="../images/update.jpg"/>
@@ -593,7 +634,7 @@
         <link href="site:faq/single-document">single documents</link>.
         Use 'wget' or Ant to retrieve individual files.
        Committed by DC. Thanks to Jan Materne.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Review and enhance the 
+        Review and enhance the
         <link href="site:howToRelease">Release</link> doc.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Add note about using entity catalogs for DTDs etc. for
@@ -606,8 +647,8 @@
        Committed by CD.</li><li><icon alt="update" src="../images/update.jpg"/>
         Enhance the FAQ about efficiently generating
         <link href="site:faq/single-document">single documents</link>.
-       Committed by DC. Thanks to Clay Leeds. See Issue <link href="http://issues.apache.org/jira/browse/FOR-840">FOR-840</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added lenya.zone 
-        site to the dispatcher section in the live sites. 
+       Committed by DC. Thanks to Clay Leeds. See Issue <link href="http://issues.apache.org/jira/browse/FOR-840">FOR-840</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added lenya.zone
+        site to the dispatcher section in the live sites.
        Committed by TS.</li><li><icon alt="update" src="../images/update.jpg"/>
         Update the notes on <link href="site:contrib/patch">patch</link> submission.
         Techniques suggested by Richard Calmbach and Ross Gardler.
@@ -633,7 +674,7 @@
         docs with no decoration.
        Committed by RDG. See Issue <link href="http://issues.apache.org/jira/browse/FOR-666">FOR-666</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Clarify documentation for Forrestbot.
-       Committed by DC. Thanks to Addison Berry. See Issue <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added information about 
+       Committed by DC. Thanks to Addison Berry. See Issue <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added information about
         how to debug forrest java classes to the faq <link href="http://svn.apache.org/viewcvs.cgi?rev=291361&amp;view=rev">Diff</link>
        Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Bertrand Delacretaz (BD), Cyriaque Dupoirieux (CD), David Crossley (DC), Diwaker Gupta (DG), Ferdinand Soethe (FSO), Juan Jose Pablos (JJP), Johannes Schaefer (JS), Ross Gardler (RDG), Sjur N Moshagen (SNM), Thorsten Scherler (TS), Tim Williams (TWW).</p><p>This is a list of other contributors:<br/>Addison Berry, Alan Chandler, Anil Ramnanan, Brian Dube, Clay Leeds, Community, Dave Brosius, David Crossley, Gavin McDonald, Jan Materne, Jim Dixon, Joachim Breitsprecher, Josias Thoeny, kevin, Martin Stockhammer, Mathieu Champlon, Paul Devine, Paul Kronenwetter, Phillip Evens, Pier Fumagalli, Randy Metcalfe, Rasik Pandey, Richard Calmbach, Ross Gardler, Sjur N. Moshagen, Steve Masover, Tom HANAX, Torsten Stolpmann, Vadim
  Gritsenko, Vronk Duat.</p></section></section>
     <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not released)</title>
@@ -655,7 +696,7 @@
             Note: To style tables with class elements like before you have to add styling code
             in the extra-css-section of skinconfig.
          Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/>
-            Fixed problems with disappearing of id-attributes in img-element and several others.    
+            Fixed problems with disappearing of id-attributes in img-element and several others.
          Committed by FSO.</li><li><icon alt="update" src="../images/update.jpg"/>
         Added new "clean" targets. Doing 'forrest clean-site' will remove
         the contents of the project's generated documents directory.
@@ -674,7 +715,7 @@
           detailed changes.
         </p>
       <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. 
+        Added testing facilities to plugins to facilitate integration testing.
        Committed by 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
@@ -705,7 +746,7 @@
         out of the core.
         Generates DTD documentation using a custom Cocoon Generator.
        Committed by DC. See Issue <link href="http://issues.apache.org/jira/browse/FOR-389">FOR-389</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Changed plugin template location to {forrest.plugins.dir}/pluginTemplate 
+        Changed plugin template location to {forrest.plugins.dir}/pluginTemplate
         in the build.xml of plugins/ and whiteboard/plugins/. That allows to create
         new plugins in the whiteboard/plugin/ directory.
        Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -772,7 +813,7 @@
        Committed by DC.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Generate html/head/meta elements from document-v2.
        Committed by DC. Thanks to Mark Eggers. See Issue <link href="http://issues.apache.org/jira/browse/FOR-482">FOR-482</link>, <link href="http://issues.apache.org/jira/browse/FOR-457">FOR-457</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Images group.svg and project.svg were rendered with the shadow effect slightly clipped. 
+        Images group.svg and project.svg were rendered with the shadow effect slightly clipped.
         Needed to add width and height to filter element.
        Committed by TS. Thanks to Kevin. See Issue <link href="http://issues.apache.org/jira/browse/FOR-477">FOR-477</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fix broken links in Table of Contents when titles contain accented characters.
@@ -784,7 +825,7 @@
        Committed by DC. Thanks to Florian G. Haas. See Issue <link href="http://issues.apache.org/jira/browse/FOR-246">FOR-246</link>, <link href="http://issues.apache.org/jira/browse/FOR-431">FOR-431</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fixed quotes in forrest.bat so forrest can be in a directory with spaces.
        Committed by DB. Thanks to Gary Feldman. See Issue <link href="http://issues.apache.org/jira/browse/FOR-330">FOR-330</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-      LocaleAction changed its API. The "lang" value is "language" now. 
+      LocaleAction changed its API. The "lang" value is "language" now.
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-18">FOR-18</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
        Ignore directory links for aggregations.
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-370">FOR-370</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
@@ -793,11 +834,11 @@
        Committed by DC.</li><li><icon alt="remove" src="../images/remove.jpg"/>
         Stopped doing deletion of the cache-dir, so consecutive "forrest site" actions
         can be cached.
-       Committed by JJP.</li><li><icon alt="remove" src="../images/remove.jpg"/> 
+       Committed by JJP.</li><li><icon alt="remove" src="../images/remove.jpg"/>
       Merge xdocs and raw files in the same directory src/document/content/xdocs
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
           Config check for the i8n attribute for i18n transformer
-	  so it is used only when necessary.
+          so it is used only when necessary.
         Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-18">FOR-18</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Enhanced the Message of the Day (MOTD) facility.
         See skinconf.xml from a "seed" site for configuration details.
@@ -834,7 +875,7 @@
        Handle FAQs sections and faqs with both howto-v1.* and howto-v2.* docs.
        Apply proper section numbering.
        Committed by DC. Thanks to Mark Eggers. See Issue <link href="http://issues.apache.org/jira/browse/FOR-479">FOR-479</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Added FAQ about "pageBreakBefore" and "pageBreakAfter" class int PDF 
+        Added FAQ about "pageBreakBefore" and "pageBreakAfter" class int PDF
         documents and describe how to enable the page break behaviour in HTML
         documents.
        Committed by RDG.</li><li><icon alt="update" src="../images/update.jpg"/>
@@ -858,7 +899,7 @@
        Committed by DC.</li><li><icon alt="add" src="../images/add.jpg"/>
         Removed the leather-dev docs and added the begining of the View plugin docs.
        Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/>
-      Added 
+      Added
       <link href="site:v0.70//howto/custom-html-source">How to customize
       processing of html source</link>
        Committed by DC. Thanks to Ferdinand Soethe. See Issue <link href="http://issues.apache.org/jira/browse/FOR-446">FOR-446</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -866,7 +907,7 @@
        Committed by RDG. Thanks to Ian P. Springer. See Issue <link href="http://issues.apache.org/jira/browse/FOR-369">FOR-369</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
       Added <link href="site:v0.70//howto/buildPlugin">How-To Build a plugin</link>.
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
-      Split plugin documentation between 
+      Split plugin documentation between
       <link href="site:plugins/using">user</link> and
       <link href="site:plugins/infrastructure">developer</link> topics.
        Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -876,11 +917,11 @@
        Committed by RDG. Thanks to Ferdinand Soethe.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added custom xml sample and project sitemap to the 'forrest seed site'.
        Committed by JJP.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added 
-        <link href="site:v0.70//howto/corner-css">How to modify the color of generated corner images</link>. 
+        Added
+        <link href="site:v0.70//howto/corner-css">How to modify the color of generated corner images</link>.
        Committed by DC. Thanks to Stephan E. Schlierf. See Issue <link href="http://issues.apache.org/jira/browse/FOR-351">FOR-351</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added links to example websites to demonstrate each available
-        <link href="site:v0.70//skins">default skin</link>. 
+        <link href="site:v0.70//skins">default skin</link>.
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Rewrote example of raw content in fresh-site to correctly document the
         behaviour in 0.7.
@@ -891,7 +932,7 @@
         Allow the serving of raw SVG files to allow clients to render locally.
        Committed by RDG. See Issue <link href="http://issues.apache.org/jira/browse/FOR-185">FOR-185</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Plugin docs are now upated automatically when a plugin is deployed.
-        Alternatively you can update the docs independantly by running the 
+        Alternatively you can update the docs independantly by running the
         deploy-docs target in the plugin directory.
        Committed by RDG.</li><li><icon alt="update" src="../images/update.jpg"/>
         Removed old versions of pre-release plugins following renaming to the
@@ -905,9 +946,9 @@
         tab</link> to create subject-specific aggregated documents.
        Committed by TS.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Ross Gardler (RDG), Rick Tessner (RFT), Thorsten Scherler (TS).</p><p>This is a list of other contributors:<br/>Cyriaque Dupoirieux, Ferdinand Soethe, Florian G. Haas, Gary Feldman, Ian P. Springer, Joao Ferreira, Johannes Schaefer, Jörg Werner, Kevin, Mark Eggers, Ron Blaschke, Sjur N. Moshagen, Stephan E. Schlierf, Tamara Harpster, Upayavira.</p></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 
+        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 
+        rewritten to use JSTL, Struts, Java utility classes, and
         OpenSymphony's OSUser for flexible authentication.
        Committed by 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.
@@ -923,22 +964,22 @@
         Added initial whiteboard internal plugin "IMSManifest".
         Alternative navigation method. Generates menu links from
         IMS Manifests (Learning Objects).
-       Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/> 
+       Committed by RDG.</li><li><icon alt="add" src="../images/add.jpg"/>
         getMenu.js - fixes a path issue and the double click behaviour of pelt.
-       Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/> 
+       Committed by 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.
        Committed by TS.</li><li><icon alt="add" src="../images/add.jpg"/>
         Initial Chaperon grammar for minimal MoinMoin Wiki to Forrest xdocs
         transformation. Source documents use the *.moinwiki filename extension.
        Committed by DC. Thanks to Fabio Rinaldi. See Issue <link href="http://issues.apache.org/jira/browse/FOR-268">FOR-268</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Requesting linkmap.html Forrest now renders the site.xml 
+        Requesting linkmap.html Forrest now renders the site.xml
         file as a table of contents.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Now the *.ihtml and *.cwiki extensions are deprecated. 
-        To get the same functionality it is recommended to switch to 
-        *.html and *.jspwiki. With this it's now possible to have a 
-        site in simple html, edited with any html editor. 
-        The *.jspwiki extension was put to make it clear what the 
+        Now the *.ihtml and *.cwiki extensions are deprecated.
+        To get the same functionality it is recommended to switch to
+        *.html and *.jspwiki. With this it's now possible to have a
+        site in simple html, edited with any html editor.
+        The *.jspwiki extension was put to make it clear what the
         format is about.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
         New project sitemap extension mechanism. Now it is possible to add
@@ -992,7 +1033,7 @@
        Committed by DB.</li><li><icon alt="add" src="../images/add.jpg"/>
         Do not create ToC unless it has been defined on the skinconf.
         Change level attribute to max-depth attribute.
-        Add a min-sections attribute to define a minimun number of sections 
+        Add a min-sections attribute to define a minimun number of sections
         before create a toc.
        Committed by JJP.</li><li><icon alt="add" src="../images/add.jpg"/>
         Add Language alternatives div. To test it:
@@ -1000,7 +1041,7 @@
        Committed by JJP.</li><li><icon alt="add" src="../images/add.jpg"/>
         Page size and orientation for pdf.
        Committed by JJP. Thanks to Florian G. Haas. See Issue <link href="http://issues.apache.org/jira/browse/FOR-112">FOR-112</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added SkinconfTransformer, that augments the skinconf.xml 
+        Added SkinconfTransformer, that augments the skinconf.xml
         by adding these attributes to colors if not present:
         @highlight, @lowlight, @font, @link, @vlink, @hlink.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -1021,8 +1062,8 @@
         New "extra-css" tag in skinconf can contain css that is injected in
         forrest.css, added in the skins by default.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
-        New section in skinconf about colors used by the site. 
-        Enabled for krysalis-site and tigris-style. 
+        New section in skinconf about colors used by the site.
+        Enabled for krysalis-site and tigris-style.
         If a needed color is not specified, the default one is used.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
         Now skin resources can be generated from skinconf.xml from xslt.
@@ -1035,10 +1076,10 @@
         The icon can be overridden by the skin and the behaviour
         can be disabled in skinconf.xml.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added new 'tigris' skin, by using exactly the same 
+        Added new 'tigris' skin, by using exactly the same
         skin version 1.1. from the project Style at http://style.tigris.org/.
         This will completely replace the avalon-tigris skin in subsequent versions.
-        The avalon-tigris skin is to be considered deprecated and no longer 
+        The avalon-tigris skin is to be considered deprecated and no longer
         developed.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
         Properties from ${user.home}/forrest.properties are loaded, after
@@ -1058,7 +1099,7 @@
            property.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
           Patch facility to be used by any contributor (From Ant's project).
-	  To use it run "build.[sh|bat] patch".
+          To use it run "build.[sh|bat] patch".
        Committed by JJP. Thanks to <link href="mailto:Jan.Materne@rzf.fin-nrw.de">Jan Materne</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Skins can now be packaged, downloaded and automatically installed.
         See <link href="site:v0.70//skin-package">documentation</link>.
@@ -1068,18 +1109,18 @@
         Integrate Lucene on Forrest. Check the bug report for more info.
        Committed by JJP. Thanks to <link href="mailto:rprades@porcelanosa.com">Ramón Prades</link>. See Issue <link href="http://issues.apache.org/jira/browse/FOR-9">FOR-9</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added XSP support.
-	For old sitemap.xmap add this tag:
-	&lt;map:generator name="serverpages" 
-	src="org.apache.cocoon.generation.ServerPagesGenerator"/&gt;
+        For old sitemap.xmap add this tag:
+        &lt;map:generator name="serverpages"
+        src="org.apache.cocoon.generation.ServerPagesGenerator"/&gt;
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-56">FOR-56</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Proper positioning of icon/links for PDF, XML, POD, Print content
         options on pelt skin.
        Committed by DC. Thanks to Arturo Vazquez.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Allow forrest to run in a project directory with a space in the name.
-       Committed by DB. See Issue <link href="http://issues.apache.org/jira/browse/FOR-267">FOR-267</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/> 
-        Fixed the domain bug of the searchbox in pelt.  
-       Committed by TS.</li><li><icon alt="fix" src="../images/fix.jpg"/> 
-        Fixed the menu in pelt by adding getMenu.js and changing the site2xhtml.xsl. 
+       Committed by DB. See Issue <link href="http://issues.apache.org/jira/browse/FOR-267">FOR-267</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
+        Fixed the domain bug of the searchbox in pelt.
+       Committed by TS.</li><li><icon alt="fix" src="../images/fix.jpg"/>
+        Fixed the menu in pelt by adding getMenu.js and changing the site2xhtml.xsl.
         Now the chapter image will get expand again.
        Committed by TS.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Relative URIs with absolute paths were broken in the site.xml
@@ -1098,7 +1139,7 @@
        Committed by DB. See Issue <link href="http://issues.apache.org/jira/browse/FOR-154">FOR-154</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Brokenlinks file is now generated in project.home rather than forrest.home
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-165">FOR-165</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Add missing xdocs from the validate.exclude property. Allowing to exclude files. 
+        Add missing xdocs from the validate.exclude property. Allowing to exclude files.
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-130">FOR-130</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Improved resolving image references in PDFs.
        Committed by DB. See Issue <link href="http://issues.apache.org/jira/browse/FOR-114">FOR-114</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
@@ -1125,7 +1166,7 @@
         changes.
         * For more information see the FOR-146 issue report.
        Committed by DC. Thanks to Rick Tessner. See Issue <link href="http://issues.apache.org/jira/browse/FOR-146">FOR-146</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Remove misleading error message. Reported a cocoon bug #28939 
+        Remove misleading error message. Reported a cocoon bug #28939
        Committed by JJP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         skinconf was being ignored for the svg and fo formats.
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-139">FOR-139</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
@@ -1149,7 +1190,7 @@
         Stop overwriting skinconf and cocoon.xconf on webapp target.
         Libs were not copied on the webapp target.
        Committed by JJP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-       ToC element is optional on skinconf. 
+       ToC element is optional on skinconf.
        Committed by JJP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Allow a full url image to be included on a pdf file.
         Use only tmp as the temporary directory.
@@ -1171,14 +1212,14 @@
           pipeline, to cater for the new system that does not copy docs prior
           to rendering.
        Committed by NKB.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-          Fixed bug in the autodownload support for skins that was preventing 
+          Fixed bug in the autodownload support for skins that was preventing
           custom skins in the project source dir from working.
        Committed by NKB. Thanks to <link href="mailto:sb@sebastian-bergmann.de">Sebastian Bergmann</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-          Added default translation for menu on fresh-site so it is used 
-	  when the user locale can not be found.
+          Added default translation for menu on fresh-site so it is used
+          when the user locale can not be found.
           Synchronized some I18n labels after a modification on fresh-site.
        Committed by JJP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-          Patched directory2book.xsl to be able to serve raw documents from the 
+          Patched directory2book.xsl to be able to serve raw documents from the
           side menu (e.g. pdf); previously it always generated .html links.
        Committed by NKB. Thanks to <link href="mailto:eburghar@free.fr">Eric BURGHARD</link>.</li><li><icon alt="remove" src="../images/remove.jpg"/>
         Skins "forrest-css" and "avalon-tigris" are deleted. The
@@ -1246,7 +1287,7 @@
         other resources are used in their original location.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Jetty jar was mistakenly compiled for jdk 1.4
-        - now re-compiled for jdk 1.3 
+        - now re-compiled for jdk 1.3
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
         'build patch' command updated for SVN.
        Committed by DB. See Issue <link href="http://issues.apache.org/jira/browse/FOR-137">FOR-137</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
@@ -1263,7 +1304,7 @@
         Add i18n to tabs.
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
         Putting a jettyconf.xml file in your document directory will override
-        the one supplied in the default Forrest context. Also no longer copies 
+        the one supplied in the default Forrest context. Also no longer copies
         jettyconf.xml to build dir (one more file closer to no copying ;-))
        Committed by RDG.</li><li><icon alt="update" src="../images/update.jpg"/>
         Support multiple skin descriptor files via the forrest.skins.descriptors property
@@ -1288,11 +1329,11 @@
         directory to ease editing (e.g. src, resources and skins)
        Committed by RDG. See Issue <link href="http://issues.apache.org/jira/browse/FOR-98">FOR-98</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Upgrade to cocoon 2.1.3
-	nekodtd 0.1.9
-	remove excalibur-concurrent-20020820.jar
-	remove excalibur-cli-1.0.jar
-	remove excalibur-datasource-vm12-20021121.jar
-	remove jakarta-oro-2.0.6.jar 
+        nekodtd 0.1.9
+        remove excalibur-concurrent-20020820.jar
+        remove excalibur-cli-1.0.jar
+        remove excalibur-datasource-vm12-20021121.jar
+        remove jakarta-oro-2.0.6.jar
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
         Instead of forrest-targets.ent with Ant 1.6 Forrest can now also be used with
         the new import facility: &lt;import file="forrest-targets.xml"/&gt;
@@ -1307,7 +1348,7 @@
          /skin/images/rc-t-l-5-1header-2tab-selected-3-tab-unselected.png
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Removed all validation includes and excludes from the fresh site,
-        except the most basic one. This means that the feature is to 
+        except the most basic one. This means that the feature is to
         be considered deprecated.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated Ant 1.6.0
@@ -1320,7 +1361,7 @@
         temp, webapp, and brokenlinks files too.
        Committed by DB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated and separated in their directory all the resources
-        needed by Chaperon, and make the pipeline generate the 
+        needed by Chaperon, and make the pipeline generate the
         xml grammar versions if unavailable.
         This fixes some wiki rendering bugs and makes sections
         follow the correct level nesting.
@@ -1335,24 +1376,24 @@
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated Jetty to 4.2.14
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Removed the deprecated Ant @tag@ substitution method for skins to 
+        Removed the deprecated Ant @tag@ substitution method for skins to
         reduce copying further.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
          All resources in skins/common/images|scripts are used if the
-         corresponding resource is not found in the skin being used. 
-         Moved under these dirs the images and the scripts that were placed by 
-         default under resources/images or copied in each skin, and added a 
+         corresponding resource is not found in the skin being used.
+         Moved under these dirs the images and the scripts that were placed by
+         default under resources/images or copied in each skin, and added a
          temporary sitemap rule to route the request of the images to the new
-         location. 
+         location.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
           Moved the images of fresh-site to the src/content/xdocs directory,
           for the new layout that has been decided on forrest-dev.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
-          Major update to inner working of the krysalis-site skin: 
+          Major update to inner working of the krysalis-site skin:
           - removed all use of the spacer.gif image
           - replaced all visual enhancement icons with css icons
           - fixed CSS and html validation
-          - reduced final output size, 
+          - reduced final output size,
           - removed all font tag usage in favor of css
           - added aural (speech) style in css
           - reduced usage of nested tables
@@ -1362,18 +1403,18 @@
           - removed unused icons.
           - made location of minitoc configurable as "page", "menu", or "both"
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
-          Removed duplicated copying of files during the creation of the 
+          Removed duplicated copying of files during the creation of the
           distro. Now the command-line context dir is like the webapp context dir.
           This reduces Forrest build time from 53 to 19 seconds on my system.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
           Added support for docbook version 4.1.2. Allows importing files
-	  from various editors (Open office, Abiword).
+          from various editors (Open office, Abiword).
        Committed by JJP.</li><li><icon alt="update" src="../images/update.jpg"/>
           Added German Translation for menu in fresh-site example seed.
        Committed by JJP. Thanks to <link href="mailto:Jan.Materne@rzf.fin-nrw.de">Jan Materne</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Added creation of TOC support on PDF files.
-	Improved so it uses value from skinconfig.xml.
-	Improve algoritm to define font size for section/subsection/...
+        Improved so it uses value from skinconfig.xml.
+        Improve algoritm to define font size for section/subsection/...
        Committed by JJP. Thanks to <link href="mailto:eburghar@free.fr">Eric Burghard</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         In the generated "changes" document, add "version_" to section@id
         as required by document-v12.
@@ -1403,7 +1444,7 @@
         <link href="site:v0.70//searching">Searching Forrest-built documentation</link>
         which describes both Lucene and Google search.
        Committed by JJP. Thanks to Florian G. Haas. See Issue <link href="http://issues.apache.org/jira/browse/FOR-9">FOR-9</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
-       Information about the new 
+       Information about the new
        <link href="site:mail-lists/forrest-user">forrest-user</link>
        mail list.
        Committed by JJP.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -1449,7 +1490,7 @@
        Committed by JJP. Thanks to <link href="mailto:joerg.heinicke@gmx.de">Joerg Heinicke</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Now the Krysalis skin has javascript-collapsable menus.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
-         Added a text2document.xsl stylesheet. Convert to unix format so it stop  
+         Added a text2document.xsl stylesheet. Convert to unix format so it stop
          EOL character. Simplify so it does not use chaperon format.
          format.
         Committed by JJP. Thanks to <link href="mailto:dave@brondsema.net">Dave Brondsema</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -1462,11 +1503,11 @@
        Committed by JT.</li><li><icon alt="add" src="../images/add.jpg"/>
        On krysalis skin: users can select font size, reworked left-bar inclusion
        of page section titles, made them only one level deep, moved buttons after
-       the left navbar, added publish date on top right navbar. 
+       the left navbar, added publish date on top right navbar.
        For both Forrest and krysalis skins, added single background pixel line below
        unselected tabs and made selected tab more prominent.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added XInclude capability  to the documents. Remember to 
+        Added XInclude capability  to the documents. Remember to
         disable validations for files with xincludes as the xinclude is not
         performed during validation.
        Committed by NKB.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -1486,12 +1527,12 @@
        Committed by JJP. Thanks to <link href="mailto:bjorsnos@stud.ntnu.no">Eirik Bjørsnøs</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
          Support for version, type and notice on html format.
        Committed by JJP. Thanks to <link href="mailto:bjorsnos@stud.ntnu.no">Eirik Bjørsnøs</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Style information on the common skin. 
+        Style information on the common skin.
        Committed by JJP. See Issue <link href="http://issues.apache.org/jira/browse/FOR-34">FOR-34</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         build directory created in wrong directories.
        Committed by JJP. Thanks to <link href="mailto:ross@saafe.org">Ross Gardler</link>. See Issue <link href="http://issues.apache.org/jira/browse/FOR-46">FOR-46</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         On fresh-site:
-        Synchronize size for group and project logo. 
+        Synchronize size for group and project logo.
         Added description on site.xml elements so it displays tooltip.
        Committed by JJP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
        Remove errors for fopx:bookmarks element.
@@ -1516,8 +1557,8 @@
        Committed by JJP. Thanks to <link href="mailto:dave@brondsema.net">Dave Brondsema</link>. See Issue <link href="http://issues.apache.org/jira/browse/FOR-49">FOR-49</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Stopped the rewriting of extensions.
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Fixed bug that showed the krysalis-site skin in IE browsers from 
-        a remote site to start with a font size of 100. 
+        Fixed bug that showed the krysalis-site skin in IE browsers from
+        a remote site to start with a font size of 100.
         Also made the font size script kick in at the start of the
         page rendering, as before it resized only after all the page
         was loaded, which was not nice to say the least.
@@ -1623,7 +1664,7 @@
         The 'backcopy' command will now copy all types of custom content
         (*.xmap, skinconf.xml, xdocs, images, stylesheets, DTDs).
        Committed by JT.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Add a @indexfile attribute to tabs.xml, so that the user can specify 
+        Add a @indexfile attribute to tabs.xml, so that the user can specify
         which file the tab links to.
        Committed by JT.</li><li><icon alt="update" src="../images/update.jpg"/>
         Add &lt;elaborate&gt; to the FAQ &lt;question&gt; element, which lets one
@@ -1653,7 +1694,7 @@
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Upgraded to 2003-03-11 version of Cocoon
        Committed by JT.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Forrestbar is now 
+        Forrestbar is now
         <link href="http://www.mozilla.org/projects/phoenix/">Phoenix</link> compatible.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Added links for both possible local forrests (port 8080 and 8888),
@@ -1681,12 +1722,12 @@
        Committed by MP.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Got skins working in the forrestbot.
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        The problem with starting a new forked JVM is that all 
+        The problem with starting a new forked JVM is that all
         properties get lost.  This makes it able to use one forrest.properties
-        for all multiple projects, and just create the docs from there. 
+        for all multiple projects, and just create the docs from there.
        Committed by NKB. Thanks to <link href="mailto:bloritsch@apache.org">Berin Loritsch</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         The menu is now limited to only pages in the current subdirectory and
-        below. 
+        below.
        Committed by JT. Thanks to <link href="mailto:Bernhard.Brandmair@integral.com">Bernhard Brandmair</link>.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Added the cwiki stylesheets that were missing and an example in the
         fresh site seed.
@@ -1721,7 +1762,7 @@
        Committed by 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.
        Committed by JT.</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added a means to override the check for existing content: 
+        Added a means to override the check for existing content:
         <code>forrest seed -Dskip.contentcheck=yes</code>
         Thanks to Tom Klaasen.
        Committed by JT.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -1780,7 +1821,7 @@
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Now files present in the content dir are correctly linked and
         copied verbatim by the CLI. The wellknown files are given with the
-        correct mime-type, and links in html and xml are followed. 
+        correct mime-type, and links in html and xml are followed.
        Committed by NKB.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fixed a bug in the search form where there was no space between search
         term and 'site:' term.  Search form also no longer requires Javascript.
@@ -1822,9 +1863,9 @@
         On avalon-tigris skin it's now possible to add a mysite.css file
         to customize the style. An example that can be used is from
         chaperon.sf.net.
-        Also added a rounded corner to paragraphs, and many minor fixes. 
+        Also added a rounded corner to paragraphs, and many minor fixes.
        Committed by NKB. Thanks to <link href="mailto:stephan@apache.org">Stefan Michels</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Fixed the annoying link highlighting on the krysalis skin 
+        Fixed the annoying link highlighting on the krysalis skin
         due to the border. Removed the border, now it highlights fine.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated part of the editor so that it now can save files in wiki format.
@@ -1836,7 +1877,7 @@
        Committed by DC.</li><li><icon alt="update" src="../images/update.jpg"/>
         Update to 2002-12-26 Cocoon.
        Committed by JT.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Tweaked forrestbar, added a sub-project menu for Jakarta, fixed 
+        Tweaked forrestbar, added a sub-project menu for Jakarta, fixed
         download link and added submenu for tools and gump.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Added rss capability to changes generation.
@@ -1851,7 +1892,7 @@
         default, such menu links are always clickable.
        Committed by JT.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated avalon-tigris skin by merging what was in CVS here and
-        what was used in Avalon with its Cocoon-generated site.  
+        what was used in Avalon with its Cocoon-generated site.
         The visual effect is the same to the current framework and Exalibur
         Avalon sites.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
@@ -1927,7 +1968,7 @@
         Forrest-provided one.
        Committed by 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 
+        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.
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated Centipede stuff to latest changes:
@@ -1939,7 +1980,7 @@
        Committed by NKB.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated project descriptor: now it should be usable by Gump.
         Added basic Forrest descriptor.
-       Committed by 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 
+       Committed by 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,
         XML Schema PI, root element, or a processing instruction (PI)
@@ -1992,7 +2033,7 @@
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fixed webapp redirect problems under Tomcat and (sometimes) under Jetty.
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
-        Now site builds do not delete files in build/site that are included in the 
+        Now site builds do not delete files in build/site that are included in the
         Ant list of default excludes, like CVS info.
        Committed by NKB.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Fixed a bug where having a tabs.xml link to a file not otherwise mentioned
@@ -2064,7 +2105,7 @@
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         Made forrest-site skin fully generic, usable with any project. Skins are
         configured through an external 'skinconf.xml' file, specified by the
-        project. 
+        project.
        Committed by JT.</li><li><icon alt="fix" src="../images/fix.jpg"/>
         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

Modified: forrest/site/docs_0_70/compliance.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/compliance.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/compliance.html (original)
+++ forrest/site/docs_0_70/compliance.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="compliance.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -456,7 +452,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/dreams.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/dreams.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/dreams.html (original)
+++ forrest/site/docs_0_70/dreams.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="dreams.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -577,7 +573,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/faq.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/faq.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/faq.html (original)
+++ forrest/site/docs_0_70/faq.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="faq.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -1489,7 +1485,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/forrest-contract.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/forrest-contract.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/forrest-contract.html (original)
+++ forrest/site/docs_0_70/forrest-contract.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="forrest-contract.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -455,7 +451,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/howto/cvs-ssh/howto-cvs-ssh.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/howto/cvs-ssh/howto-cvs-ssh.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/howto/cvs-ssh/howto-cvs-ssh.html (original)
+++ forrest/site/docs_0_70/howto/cvs-ssh/howto-cvs-ssh.html Mon Jun 21 04:31:28 2010
@@ -142,10 +142,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="howto-cvs-ssh.pdf"><img alt="PDF -icon" src="../../../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -164,7 +160,7 @@ document.write("Last Published: " + docu
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#Intended audience">Intended audience</a>
+<a href="#Intended-audience">Intended audience</a>
 </li>
 <li>
 <a href="#Purpose">Purpose</a>
@@ -201,7 +197,7 @@ document.write("Last Published: " + docu
 </ul>
 </div>
 </div>
-<a name="N10013"></a><a name="Intended audience"></a>
+<a name="N10013"></a><a name="Intended-audience"></a>
 <h2 class="underlined_10">Intended audience</h2>
 <div class="section">
 <p>
@@ -470,7 +466,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/howto/forrest.xmap.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/howto/forrest.xmap.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/howto/forrest.xmap.html (original)
+++ forrest/site/docs_0_70/howto/forrest.xmap.html Mon Jun 21 04:31:28 2010
@@ -146,6 +146,12 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../thanks.html" title="Acknowledgment to those who have become involved">Thanks</a>
 </div>
+<div class="menuitem">
+<a href="http://www.apache.org/foundation/sponsorship.html" title="ASF Sponsorship Program">Sponsorship</a>
+</div>
+<div class="menuitem">
+<a href="http://www.apache.org/security/" title="Please report vulnerabilities via ASF Security">Security</a>
+</div>
 </div>
 <div onclick="SwitchMenu('menu_1.2', '../../skin/')" id="menu_1.2Title" class="menutitle">Getting involved</div>
 <div id="menu_1.2" class="menuitemgroup">
@@ -252,6 +258,9 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Related projects</div>
 <div id="menu_1.6" class="menuitemgroup">
 <div class="menuitem">
+<a href="http://www.apache.org/">ASF</a>
+</div>
+<div class="menuitem">
 <a href="http://gump.apache.org/">Apache Gump</a>
 </div>
 <div class="menuitem">
@@ -689,10 +698,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="forrest.xmap.pdf"><img alt="PDF -icon" src="../../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -1055,7 +1060,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/howto/howto-asf-mirror.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/howto/howto-asf-mirror.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/howto/howto-asf-mirror.html (original)
+++ forrest/site/docs_0_70/howto/howto-asf-mirror.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="howto-asf-mirror.pdf"><img alt="PDF -icon" src="../../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -323,7 +319,7 @@ document.write("Last Published: " + docu
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#Intended Audience">Intended Audience</a>
+<a href="#Intended-Audience">Intended Audience</a>
 </li>
 <li>
 <a href="#Purpose">Purpose</a>
@@ -354,7 +350,7 @@ document.write("Last Published: " + docu
 </ul>
 </div>
 </div>
-<a name="N10010"></a><a name="Intended Audience"></a>
+<a name="N10010"></a><a name="Intended-Audience"></a>
 <h2 class="underlined_10">Intended Audience</h2>
 <div class="section">
 <ul>
@@ -515,7 +511,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.

Modified: forrest/site/docs_0_70/howto/howto-buildPlugin.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_70/howto/howto-buildPlugin.html?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_70/howto/howto-buildPlugin.html (original)
+++ forrest/site/docs_0_70/howto/howto-buildPlugin.html Mon Jun 21 04:31:28 2010
@@ -301,10 +301,6 @@ document.write("Last Published: " + docu
     |start content
     +-->
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="howto-buildPlugin.pdf"><img alt="PDF -icon" src="../../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <div class="trail">Font size: 
 	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
@@ -327,7 +323,7 @@ document.write("Last Published: " + docu
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#Intended Audience">Intended Audience</a>
+<a href="#Intended-Audience">Intended Audience</a>
 </li>
 <li>
 <a href="#Purpose">Purpose</a>
@@ -405,7 +401,7 @@ document.write("Last Published: " + docu
 </ul>
 </div>
 </div>
-<a name="N10013"></a><a name="Intended Audience"></a>
+<a name="N10013"></a><a name="Intended-Audience"></a>
 <h2 class="underlined_10">Intended Audience</h2>
 <div class="section">
 <p>
@@ -821,7 +817,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2002-2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
+         2002-2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation. Licensed under Apache License 2.0</a>
 <br>
     Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
     logos are trademarks of The Apache Software Foundation.