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 [7/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_80/changes.rss
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/changes.rss?rev=956456&r1=956455&r2=956456&view=diff
==============================================================================
--- forrest/site/docs_0_80/changes.rss (original)
+++ forrest/site/docs_0_80/changes.rss Mon Jun 21 04:31:28 2010
@@ -64,6 +64,150 @@
         upgrading to v0.9
       </description></item>
 
+      <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+        :
+        
+        Added new search facility to ForrestBar to enable search for a mail
+        Message-Id (only at Gmane.org).
+      </description></item>
+      <item><title>Apache Forrest code update
+          (bug FOR-1198)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        DC,TWW
+          (fixes bug FOR-1198)
+        
+        :
+        
+        Use plain svn commands rather than JSVN for forrestbot and plugins
+        deployment.
+      </description></item>
+
+      <item><title>Apache Forrest code update
+          (bug FOR-591)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        TWW
+          (fixes bug FOR-591)
+        
+        :
+        
+        Switch to a new XML module providing better memory behavior.
+      </description></item>
+
+      <item><title>Apache Forrest build update</title><link>http://forrest.apache.org//changes.html</link><description>build update
+        by
+        GM
+        :
+        
+        Forrest minimum Java version is now 1.5
+      </description></item>
+
+      <item><title>Apache Forrest code update
+          (bug FOR-1186)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        DC
+          (fixes bug FOR-1186)
+        
+        :
+        
+        Improved SVG template for generating "project name" image.
+        Make it wider and add small space at right-hand end.
+      </description></item>
+      <item><title>Apache Forrest code update
+          (bug FOR-1000)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        BMD
+          (fixes bug FOR-1000)
+        
+        :
+        
+        Changed XSLT import statements in skins to use the LocationMap.
+      </description></item>
+
+      <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        TWW
+        :
+        
+        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.
+      </description></item>
+
+      <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        SNM
+        :
+        
+        Added initial output plugin "iCal" to the whiteboard.
+      </description></item>
+      <item><title>Apache Forrest code add
+          (bug FOR-1176)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1176)
+        
+        :
+        
+        Enabled use of EXSLT extensions via exslt.org stylesheets.
+        See example "EXSLT" in the 'forrest seed-sample' site.
+      </description></item>
+      <item><title>Apache Forrest code add
+          (bug FOR-1178)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1178)
+        
+        :
+        
+        Enabled the filtering of output messages from Ant
+        (see FAQ)
+        and explained how to enable coloured output
+        (see FAQ).
+      </description></item>
+      <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+        :
+        
+        Assist with xml debugging. Show list of catalog descriptors being used.
+      </description></item>
+
+     <item><title>Apache Forrest code add
+          (bug FOR-1173)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1173)
+        
+        :
+        
+       Added a demonstration of using xml source documents without declaring a
+       DTD. See example "no-dtd" in the 'forrest seed-sample' site.
+     </description></item>
+     <item><title>Apache Forrest code add
+          (bug FOR-1172)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1172)
+        
+        :
+        
+       Added the ability to use RELAXNG to validate intermediate xml.
+       Do 'localhost:8888/index.validation.xml' for example.
+       Also see how to
+       validate intermediate
+       content for the whole site.
+     </description></item>
 
      <item><title>Apache Forrest code add
           (bug FOR-1170)
@@ -95,8 +239,8 @@
         
         :
         
-        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.
       </description></item>
 
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -170,9 +314,9 @@
         
         :
         
-        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.
       </description></item>
 
       <item><title>Apache Forrest docs add
@@ -184,7 +328,7 @@
         
         :
         
-        Added example of using XInclude to the 'forrest seed sample' site.
+        Added example of using XInclude to the 'forrest seed-sample' site.
        Thanks to Carlos Tejo.</description></item>
       <item><title>Apache Forrest code update
           (bug FOR-1032)
@@ -196,7 +340,7 @@
         :
         
         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.
       </description></item>
 
       <item><title>Apache Forrest code add
@@ -314,7 +458,7 @@
         
         :
         
-	Added method to make URLs absolute in PDF via skinconf.xml.
+        Added method to make URLs absolute in PDF via skinconf.xml.
        Thanks to Patrick Ohly.</description></item>
       <item><title>Apache Forrest code update
           (bug FOR-355)
@@ -325,7 +469,7 @@
         
         :
         
-	Added method to disable table of contents in PDF via skinconf.xml.
+        Added method to disable table of contents in PDF via skinconf.xml.
        Thanks to Patrick Ohly.</description></item>
       <item><title>Apache Forrest docs update</title><link>http://forrest.apache.org//changes.html</link><description>docs update
         by
@@ -557,7 +701,7 @@
         
         :
         
-        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
       </description></item>
@@ -689,8 +833,8 @@
         by
         TS
         :
-         Updated the 
-        cocoon.xconf and declared the core components that are needed 
+         Updated the
+        cocoon.xconf and declared the core components that are needed
         for flow. This makes it possible to use flow in forrest. Thanks to David Crossley.</description></item>
 
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -735,7 +879,7 @@
         DC
         :
         
-        Enhance the explanation of integrating 
+        Enhance the explanation of integrating
         DocBook sources to also explain
         how to use Content Aware Pipelines (SourceTypeAction).
        Thanks to Brian Dube.</description></item>
@@ -753,7 +897,7 @@
         DC
         :
         
-        Review and enhance the 
+        Review and enhance the
         Release doc.
       </description></item>
       <item><title>Apache Forrest docs add</title><link>http://forrest.apache.org//changes.html</link><description>docs add
@@ -762,7 +906,7 @@
         :
         
         Added doc to explain
-        Skins and Dispatcher status. 
+        Skins and Dispatcher status.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -1030,7 +1174,7 @@
         
         :
         
-        Update the Forrest plugin for the XMLmind XML Editor at 
+        Update the Forrest plugin for the XMLmind XML Editor at
         tools/xxe
        Thanks to Sjur N. Moshagen.</description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -1058,7 +1202,7 @@
         
         :
         
-        Add FAQ about 
+        Add FAQ about
         Enabling Cocoon Checksum.
        Thanks to Paul Kronenwetter.</description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -1135,8 +1279,8 @@
         by
         TS
         :
-         Added lenya.zone 
-        site to the dispatcher section in the live sites. 
+         Added lenya.zone
+        site to the dispatcher section in the live sites.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -1287,7 +1431,7 @@
         FSO
         :
         
-            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.
         </description></item>
       <item><title>Apache Forrest docs update</title><link>http://forrest.apache.org//changes.html</link><description>docs update
         by
@@ -1321,19 +1465,19 @@
         by
         TS
         :
-         Added 
-        LocationmapSourceFactory.java. With this it is possible to request 
-        locationmap source via lm://my-location which makes it easier to use it 
+         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. Diff
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         TS
         :
-         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 
+         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. Diff
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -1348,9 +1492,9 @@
         by
         TS
         :
-         Added helper 
-        stylesheets to locationmap and core stylesheets. generateId.xsl (will 
-        generate a unique id) and replaceCharsInString.xsl (will find and 
+         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) Diff
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -1370,7 +1514,7 @@
         
         :
         
-       Finish renaming of files for a-to-b.xsl naming convention. 
+       Finish renaming of files for a-to-b.xsl naming convention.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -1408,7 +1552,7 @@
         DC
         :
         
-        Describe the 
+        Describe the
         status messages
         that are issued by Cocoon CLI during processing of each doc.
       </description></item>
@@ -1430,7 +1574,7 @@
         
         :
         
-        Correctly handle w3c-xml-schema rules in 
+        Correctly handle w3c-xml-schema rules in
         SourceTypeAction.
        Thanks to Josias Thoeny.</description></item>
       <item><title>Apache Forrest code add
@@ -1443,7 +1587,7 @@
         :
         
         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.
@@ -1503,30 +1647,30 @@
         by
         TS
         :
-        Added basic instructions to 
+        Added basic instructions to
         deploy and install the forrestbar from the source as readme.txtDiff
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         TS
         :
-        Removed 
-        the project.theme-dir property by adding it to the lm like suggest by 
+        Removed
+        the project.theme-dir property by adding it to the lm like suggest by
         Ross. Diff
        Thanks to Ross Gardler.</description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         TS
         :
-         Changed the 'local 
-        forrest' caption to host:port format. Added localhost as option. added 
+         Changed the 'local
+        forrest' caption to host:port format. Added localhost as option. added
         structurer xml view to devs. Diff
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         TS
         :
-        Allowed as well 
+        Allowed as well
         localhost as local address for jetty for the forrestbar. Diff
       </description></item>
       <item><title>Apache Forrest docs update
@@ -1656,7 +1800,7 @@
         :
         
         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
         locationmap docs.
@@ -1809,17 +1953,17 @@
         by
         TS
         :
-         Added information about 
+         Added information about
         how to debug forrest java classes to the faq Diff
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
         TS
         :
-         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 
+         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. Diff
       </description></item>
       <item><title>Apache Forrest code update
@@ -1830,7 +1974,7 @@
           (fixes bug FOR-253)
         
         :
-         Added new 
+         Added new
         seed targets seed-basic and seed-sample. That closes FOR-253. Diff
       </description></item>
       <item><title>Apache Forrest code update
@@ -1841,8 +1985,8 @@
           (fixes bug FOR-670)
         
         :
-         Fixed sample 
-        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; 
+         Fixed sample
+        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness;
         forrest site fails resume dtd validation Diff
        Thanks to kevin.</description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -1916,10 +2060,10 @@
         RDG
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -1939,17 +2083,17 @@
         :
         
         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
         PROJECT_HOME/src/documentation/content/locationmap.xml while core locationmaps
         are at $FORREST_HOME/main/webapp/locationmap-*.xml files.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.
-        
+
         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.
-        
+
         See locationmap docs for more information.
         Thanks to Unico Hommes for the original locationmap implementation which
         was added to Forrest long ago.
@@ -2013,7 +2157,7 @@
         FSO
         :
         
-            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.
         </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -2054,7 +2198,7 @@
         :
         
           Config check for the i8n attribute for i18n transformer
-	  so it is used only when necessary.
+          so it is used only when necessary.
        </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -2204,7 +2348,7 @@
         :
         
         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.
       </description></item>
       <item><title>Apache Forrest code update
@@ -2308,7 +2452,7 @@
         TS
         :
         
-        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.
       </description></item>
@@ -2329,7 +2473,7 @@
         
         :
         
-        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.
        Thanks to Kevin.</description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -2345,7 +2489,7 @@
         RDG
         :
         
-        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.
       </description></item>
@@ -2366,7 +2510,7 @@
         
         :
         
-      Added 
+      Added
       How to customize
       processing of html source
        Thanks to Ferdinand Soethe.</description></item>
@@ -2529,13 +2673,13 @@
         RDG
         :
         
-        Added testing facilities to plugins to facilitate integration testing. 
+        Added testing facilities to plugins to facilitate integration testing.
       </description></item>
       <item><title>Apache Forrest code remove</title><link>http://forrest.apache.org//changes.html</link><description>code remove
         by
         JJP
         :
-         
+        
       Merge xdocs and raw files in the same directory src/document/content/xdocs
       </description></item>
       <item><title>Apache Forrest docs add
@@ -2561,7 +2705,7 @@
         RDG
         :
         
-      Split plugin documentation between 
+      Split plugin documentation between
       user and
       developer topics.
       </description></item>
@@ -2574,7 +2718,7 @@
         
         :
         
-      LocaleAction changed its API. The "lang" value is "language" now. 
+      LocaleAction changed its API. The "lang" value is "language" now.
       </description></item>
       <item><title>Apache Forrest code fix
           (bug FOR-370)
@@ -2612,8 +2756,8 @@
         
         :
         
-        Added 
-        How to modify the color of generated corner images. 
+        Added
+        How to modify the color of generated corner images.
        Thanks to Stephan E. Schlierf.</description></item>
       <item><title>Apache Forrest docs add</title><link>http://forrest.apache.org//changes.html</link><description>docs add
         by
@@ -2621,7 +2765,7 @@
         :
         
         Added links to example websites to demonstrate each available
-        default skin. 
+        default skin.
       </description></item>
       <item><title>Apache Forrest build fix</title><link>http://forrest.apache.org//changes.html</link><description>build fix
         by
@@ -2813,29 +2957,29 @@
         by
         TS
         :
-         
-        Fixed the domain bug of the searchbox in pelt.  
+        
+        Fixed the domain bug of the searchbox in pelt.
       </description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
         by
         TS
         :
-         
-        Fixed the menu in pelt by adding getMenu.js and changing the site2xhtml.xsl. 
+        
+        Fixed the menu in pelt by adding getMenu.js and changing the site2xhtml.xsl.
         Now the chapter image will get expand again.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
         TS
         :
-         
+        
         getMenu.js - fixes a path issue and the double click behaviour of pelt.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
         TS
         :
-         
+        
         Explained the usage of the extra-css element in skinconf.xml of the fresh site.
       </description></item>
       <item><title>Apache Forrest code add
@@ -2855,7 +2999,7 @@
         NKB
         :
         
-        Requesting linkmap.html Forrest now renders the site.xml 
+        Requesting linkmap.html Forrest now renders the site.xml
         file as a table of contents.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -2863,11 +3007,11 @@
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -3210,7 +3354,7 @@
         
         :
         
-        Add missing xdocs from the validate.exclude property. Allowing to exclude files. 
+        Add missing xdocs from the validate.exclude property. Allowing to exclude files.
       </description></item>
       <item><title>Apache Forrest code fix
           (bug FOR-114)
@@ -3335,9 +3479,9 @@
         DB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -3404,7 +3548,7 @@
         JJP
         :
         
-        Remove misleading error message. Reported a cocoon bug #28939 
+        Remove misleading error message. Reported a cocoon bug #28939
       </description></item>
       <item><title>Apache Forrest code remove</title><link>http://forrest.apache.org//changes.html</link><description>code remove
         by
@@ -3418,7 +3562,7 @@
         JJP
         :
         
-       Information about the new 
+       Information about the new
        forrest-user
        mail list.
       </description></item>
@@ -3428,7 +3572,7 @@
         :
         
         Jetty jar was mistakenly compiled for jdk 1.4
-        - now re-compiled for jdk 1.3 
+        - now re-compiled for jdk 1.3
       </description></item>
       <item><title>Apache Forrest code remove
           (bug FOR-140)
@@ -3579,7 +3723,7 @@
         
         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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -3627,7 +3771,7 @@
         JJP
         :
         
-       ToC element is optional on skinconf. 
+       ToC element is optional on skinconf.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -3649,7 +3793,7 @@
         :
         
         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 ;-))
       </description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
@@ -3731,7 +3875,7 @@
         NKB
         :
         
-        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.
       </description></item>
@@ -3776,11 +3920,11 @@
         :
         
         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
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -3829,7 +3973,7 @@
         :
         
         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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -3845,8 +3989,8 @@
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -3883,10 +4027,10 @@
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -3954,7 +4098,7 @@
         :
         
         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.
@@ -4009,7 +4153,7 @@
         NKB
         :
         
-        Removed the deprecated Ant @tag@ substitution method for skins to 
+        Removed the deprecated Ant @tag@ substitution method for skins to
         reduce copying further.
       </description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
@@ -4025,11 +4169,11 @@
         :
         
          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.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -4073,11 +4217,11 @@
         NKB
         :
         
-          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
@@ -4092,7 +4236,7 @@
         NKB
         :
         
-          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.
       </description></item>
@@ -4101,7 +4245,7 @@
         NKB
         :
         
-          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.
        Thanks to Sebastian Bergmann.</description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -4110,15 +4254,15 @@
         :
         
           Added support for docbook version 4.1.2. Allows importing files
-	  from various editors (Open office, Abiword).
+          from various editors (Open office, Abiword).
       </description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
         by
         JJP
         :
         
-          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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -4127,7 +4271,7 @@
         :
         
           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".
        Thanks to Jan Materne.</description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -4141,7 +4285,7 @@
         NKB
         :
         
-          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.
        Thanks to Eric BURGHARD.</description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -4158,8 +4302,8 @@
         :
         
         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/...
        Thanks to Eric Burghard.</description></item>
       <item><title>Apache Forrest code add
           (bug FOR-9)
@@ -4209,9 +4353,9 @@
         :
         
         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;
       </description></item>
     
     
@@ -4386,7 +4530,7 @@
         
         :
         
-        Style information on the common skin. 
+        Style information on the common skin.
       </description></item>
       <item><title>Apache Forrest code fix
           (bug FOR-46)
@@ -4405,7 +4549,7 @@
         :
         
         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.
       </description></item>
       <item><title>Apache Forrest code fix
@@ -4576,7 +4720,7 @@
         JJP
         :
         
-         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.
         Thanks to Dave Brondsema.</description></item>
@@ -4617,8 +4761,8 @@
         NKB
         :
         
-        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.
@@ -4680,7 +4824,7 @@
         JT
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
@@ -4835,7 +4979,7 @@
         
        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.
       </description></item>
@@ -4884,7 +5028,7 @@
         NKB
         :
         
-        Forrestbar is now 
+        Forrestbar is now
         Phoenix compatible.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -4918,7 +5062,7 @@
         NKB
         :
         
-        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.
       </description></item>
@@ -4995,9 +5139,9 @@
         NKB
         :
         
-        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.
        Thanks to Berin Loritsch.</description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
         by
@@ -5005,7 +5149,7 @@
         :
         
         The menu is now limited to only pages in the current subdirectory and
-        below. 
+        below.
        Thanks to Bernhard Brandmair.</description></item>
       <item><title>Apache Forrest code fix</title><link>http://forrest.apache.org//changes.html</link><description>code fix
         by
@@ -5116,14 +5260,14 @@
         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.
        Thanks to Stefan Michels.</description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -5138,7 +5282,7 @@
         JT
         :
         
-        Added a means to override the check for existing content: 
+        Added a means to override the check for existing content:
         forrest seed -Dskip.contentcheck=yes
         Thanks to Tom Klaasen.
       </description></item>
@@ -5255,7 +5399,7 @@
         
         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.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
@@ -5269,7 +5413,7 @@
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -5324,7 +5468,7 @@
         :
         
         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.
       </description></item>
@@ -5469,7 +5613,7 @@
         by
         SN
         :
-        SourceAction or the so-called 
+        SourceAction 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)
@@ -5571,7 +5715,7 @@
         NKB
         :
         
-        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.
       </description></item>
       <item><title>Apache Forrest build add</title><link>http://forrest.apache.org//changes.html</link><description>build add
@@ -5784,7 +5928,7 @@
         
         Made forrest-site skin fully generic, usable with any project. Skins are
         configured through an external 'skinconf.xml' file, specified by the
-        project. 
+        project.
       </description></item>
       <item><title>Apache Forrest docs fix</title><link>http://forrest.apache.org//changes.html</link><description>docs fix
         by
@@ -5848,7 +5992,7 @@
         :
         
         Updated Cocoon to 2.1-dev to use xsltc and new CLI status messages.
-        Logs are in the build/work/WEB-INF/logs directory and the 
+        Logs are in the build/work/WEB-INF/logs directory and the
         list of broken links is in the build directory.
       </description></item>
       <item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -6017,7 +6161,132 @@
 
         Added document to facilitate
         upgrading to v0.9
+      </description></item><item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+        :
+        
+        Added new search facility to ForrestBar to enable search for a mail
+        Message-Id (only at Gmane.org).
+      </description></item><item><title>Apache Forrest code update
+          (bug FOR-1198)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        DC,TWW
+          (fixes bug FOR-1198)
+        
+        :
+        
+        Use plain svn commands rather than JSVN for forrestbot and plugins
+        deployment.
+      </description></item><item><title>Apache Forrest code update
+          (bug FOR-591)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        TWW
+          (fixes bug FOR-591)
+        
+        :
+        
+        Switch to a new XML module providing better memory behavior.
+      </description></item><item><title>Apache Forrest build update</title><link>http://forrest.apache.org//changes.html</link><description>build update
+        by
+        GM
+        :
+        
+        Forrest minimum Java version is now 1.5
+      </description></item><item><title>Apache Forrest code update
+          (bug FOR-1186)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        DC
+          (fixes bug FOR-1186)
+        
+        :
+        
+        Improved SVG template for generating "project name" image.
+        Make it wider and add small space at right-hand end.
+      </description></item><item><title>Apache Forrest code update
+          (bug FOR-1000)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        BMD
+          (fixes bug FOR-1000)
+        
+        :
+        
+        Changed XSLT import statements in skins to use the LocationMap.
+      </description></item><item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
+        by
+        TWW
+        :
+        
+        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.
+      </description></item><item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        SNM
+        :
+        
+        Added initial output plugin "iCal" to the whiteboard.
+      </description></item><item><title>Apache Forrest code add
+          (bug FOR-1176)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1176)
+        
+        :
+        
+        Enabled use of EXSLT extensions via exslt.org stylesheets.
+        See example "EXSLT" in the 'forrest seed-sample' site.
       </description></item><item><title>Apache Forrest code add
+          (bug FOR-1178)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1178)
+        
+        :
+        
+        Enabled the filtering of output messages from Ant
+        (see FAQ)
+        and explained how to enable coloured output
+        (see FAQ).
+      </description></item><item><title>Apache Forrest code add</title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+        :
+        
+        Assist with xml debugging. Show list of catalog descriptors being used.
+      </description></item><item><title>Apache Forrest code add
+          (bug FOR-1173)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1173)
+        
+        :
+        
+       Added a demonstration of using xml source documents without declaring a
+       DTD. See example "no-dtd" in the 'forrest seed-sample' site.
+     </description></item><item><title>Apache Forrest code add
+          (bug FOR-1172)
+        </title><link>http://forrest.apache.org//changes.html</link><description>code add
+        by
+        DC
+          (fixes bug FOR-1172)
+        
+        :
+        
+       Added the ability to use RELAXNG to validate intermediate xml.
+       Do 'localhost:8888/index.validation.xml' for example.
+       Also see how to
+       validate intermediate
+       content for the whole site.
+     </description></item><item><title>Apache Forrest code add
           (bug FOR-1170)
         </title><link>http://forrest.apache.org//changes.html</link><description>code add
         by
@@ -6044,8 +6313,8 @@
         
         :
         
-        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.
       </description></item><item><title>Apache Forrest code update</title><link>http://forrest.apache.org//changes.html</link><description>code update
         by
         DC
@@ -6110,9 +6379,9 @@
         
         :
         
-        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.
       </description></item><item><title>Apache Forrest docs add
           (bug FOR-814)
         </title><link>http://forrest.apache.org//changes.html</link><description>docs add
@@ -6122,7 +6391,7 @@
         
         :
         
-        Added example of using XInclude to the 'forrest seed sample' site.
+        Added example of using XInclude to the 'forrest seed-sample' site.
        Thanks to Carlos Tejo.</description></item><item><title>Apache Forrest code update
           (bug FOR-1032)
         </title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -6133,7 +6402,7 @@
         :
         
         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.
       </description></item><item><title>Apache Forrest code add
           (bug FOR-1071)
         </title><link>http://forrest.apache.org//changes.html</link><description>code add
@@ -6232,7 +6501,7 @@
         
         :
         
-	Added method to make URLs absolute in PDF via skinconf.xml.
+        Added method to make URLs absolute in PDF via skinconf.xml.
        Thanks to Patrick Ohly.</description></item><item><title>Apache Forrest code update
           (bug FOR-355)
         </title><link>http://forrest.apache.org//changes.html</link><description>code update
@@ -6242,7 +6511,7 @@
         
         :
         
-	Added method to disable table of contents in PDF via skinconf.xml.
+        Added method to disable table of contents in PDF via skinconf.xml.
        Thanks to Patrick Ohly.</description></item><item><title>Apache Forrest docs update</title><link>http://forrest.apache.org//changes.html</link><description>docs update
         by
         DC