Return-Path: Delivered-To: apmail-forrest-site-svn-archive@minotaur.apache.org Received: (qmail 47323 invoked from network); 21 Jun 2010 06:48:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jun 2010 06:48:55 -0000 Received: (qmail 36720 invoked by uid 500); 21 Jun 2010 06:48:55 -0000 Delivered-To: apmail-forrest-site-svn-archive@forrest.apache.org Received: (qmail 36672 invoked by uid 500); 21 Jun 2010 06:48:55 -0000 Mailing-List: contact site-svn-help@forrest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@forrest.apache.org Delivered-To: mailing list site-svn@forrest.apache.org Received: (qmail 36665 invoked by uid 99); 21 Jun 2010 06:48:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 06:48:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 06:48:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 298D52388BCD; Mon, 21 Jun 2010 06:47:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r956456 [8/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... Date: Mon, 21 Jun 2010 06:47:26 -0000 To: site-svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100621064733.298D52388BCD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: forrest/site/docs_0_80/changes.xml URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/changes.xml?rev=956456&r1=956455&r2=956456&view=diff ============================================================================== --- forrest/site/docs_0_80/changes.xml (original) +++ forrest/site/docs_0_80/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.
Changes to the Code Base
  • + Committed by DC. Thanks to Ron Blaschke.
  • + Forrest minimum Java version is now 1.5 + Committed by GM.
Changes to the Code Base
  • + Added new search facility to ForrestBar to enable search for a mail + Message-Id (only at Gmane.org). + Committed by DC.
  • + Added initial output plugin "iCal" to the whiteboard. + Committed by SNM.
  • + Enabled use of EXSLT extensions via exslt.org stylesheets. + See example "EXSLT" in the 'forrest seed-sample' site. + Committed by DC. See Issue FOR-1176.
  • + Enabled the filtering of output messages from Ant + (see FAQ) + and explained how to enable coloured output + (see FAQ). + Committed by DC. See Issue FOR-1178.
  • + Assist with xml debugging. Show list of catalog descriptors being used. + Committed by DC.
  • + 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 FOR-1173.
  • + 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. + Committed by DC. See Issue FOR-1172.
  • 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 FOR-1170.
  • @@ -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.
  • - 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 FOR-1074.
  • There was a partially implemented xml catalog with missing project symbols file. Only affected users of the 'seed-basic' template site. See notes in upgrading to v0.9 Committed by DC. See Issue FOR-1075.
  • + Use plain svn commands rather than JSVN for forrestbot and plugins + deployment. + Committed by DC,TWW. See Issue FOR-1198.
  • + Switch to a new XML module providing better memory behavior. + Committed by TWW. See Issue FOR-591.
  • + Improved SVG template for generating "project name" image. + Make it wider and add small space at right-hand end. + Committed by DC. See Issue FOR-1186.
  • + Changed XSLT import statements in skins to use the LocationMap. + Committed by BMD. See Issue FOR-1000.
  • + 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.
  • Forrestbot deploy.scp workstage now reports which files were transferred. Committed by DC.
  • Updated to Jing-20081028 release (from @@ -61,12 +102,12 @@ products such as Apache Xerces and Apache Xalan, etc. See upgrading notes. Committed by TS, DC. See Issue FOR-955, FOR-1017.
  • - 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 FOR-1103.
  • 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 FOR-1032.
  • 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 FOR-940.
  • Fix unkown font error in FO generation. Committed by RDG. Thanks to Uwe Kreibaum. See Issue FOR-640.
  • - 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 FOR-1013.
  • - 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 FOR-355.
Changes to Documentation
  • 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.
  • - 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 FOR-814.
  • Fixed docs in several places to work with fop94 upgrade. Committed by FSO.
  • @@ -114,7 +155,7 @@ as a way to easily view the internal processing steps. Committed by DC.
  • Add explanation of ForrestBar menu items. - Committed by CD.
Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Brian M. Dube (BMD), Cyriaque Dupoirieux (CD), David Crossley (DC), Ferdinand Soethe (FSO), Gavin McDonald (GM), Ross Gardler (RDG), Thorsten Scherler (TS), (TS, DC).

This is a list of other contributors:
Brolin Empey, Carlos Tejo, Oshani Senevira, Patrick Ohly, Ron Blaschke, Sina K. Heshmati, Uwe Kreibaum.

+ Committed by CD.
Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
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).

This is a list of other contributors:
Brolin Empey, Carlos Tejo, Oshani Senevira, Patrick Ohly, Ron Blaschke, Sina K. Heshmati, Uwe Kreibaum.

Version 0.8 (2007-04-18)
Changes to Build
  • Add new build target "clean-build". Committed by CD.
Changes to the Code Base
  • @@ -177,12 +218,12 @@ Committed by RDG.
  • Clarify some confusing notes about site/@href in seeds xdocs/site.xml files. Committed by DC.
  • - 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 FOR-697.
  • Add a Devs menu to tools/forrestbar to help with testing intermediate Cocoon pipelines. Committed by CD.
  • - Describe the + Describe the status messages that are issued by Cocoon CLI during processing of each doc. Committed by DC.
  • @@ -191,7 +232,7 @@ you can easily view it. Committed by RDG.
  • 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 => 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 FOR-589.
  • Strip remaining <i18n:text> elements that remain if i18n processing has been disabled. This was causing invalid HTML output. - Committed by DC. See Issue FOR-592.
  • 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 FOR-592.
  • 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 Committed by TS.
  • Refactored the view resolver code of the internal.view plugin. Created an action that @@ -281,10 +322,10 @@ "My Project Name™". See FAQ. Committed by DC.
  • - 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.
  • 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.
  • 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. @@ -349,7 +390,7 @@ Use a better title and introduction. Use @description if available. Committed by DC.
  • - 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 FOR-735.
  • 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 FOR-800.
  • 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 FOR-916.
  • Updated the - cocoon.xconf and declared the core components that are needed + Committed by TS. Thanks to Mathieu Champlon. See Issue FOR-916.
  • 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.
  • 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.
  • Enable optional printing of image alt text in PDFs. Committed by RDG.
  • - Update the Forrest plugin for the XMLmind XML Editor at + Update the Forrest plugin for the XMLmind XML Editor at tools/xxe Committed by RDG. Thanks to Sjur N. Moshagen. See Issue FOR-779, FOR-780, FOR-722.
  • 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.
  • - Fixed problems with disappearing of id-attributes in img-element and several others. - Committed by FSO.
  • 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.
  • 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 - Committed 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 + Committed 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 core from the skins. Diff - Committed by TS.
  • Added helper - stylesheets to locationmap and core stylesheets. generateId.xsl (will - generate a unique id) and replaceCharsInString.xsl (will find and + Committed by TS.
  • 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 Committed by TS.
  • 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 FOR-581, FOR-720.
  • Updated tools/forrestbar to be compatible with recent versions of Firefox. Committed by DC. Thanks to Addison Berry. See Issue FOR-180, FOR-716.
  • - Correctly handle w3c-xml-schema rules in + Correctly handle w3c-xml-schema rules in SourceTypeAction. Committed by RDG. Thanks to Josias Thoeny. See Issue FOR-710.
  • Upgrade our packaged Cocoon to cocoon-2.2.0-dev-r279987 and enhanced the notes about how to upgrade. - Committed by JJP.
  • Removed - the project.theme-dir property by adding it to the lm like suggest by + Committed by JJP.
  • Removed + the project.theme-dir property by adding it to the lm like suggest by Ross. Diff - Committed by TS. Thanks to Ross Gardler.
  • Changed the 'local - forrest' caption to host:port format. Added localhost as option. added + Committed by TS. Thanks to Ross Gardler.
  • Changed the 'local + forrest' caption to host:port format. Added localhost as option. added structurer xml view to devs. Diff - Committed by TS.
  • Allowed as well + Committed by TS.
  • Allowed as well localhost as local address for jetty for the forrestbar. Diff Committed by TS.
  • 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 docs. - Committed by RDG. Thanks to Anil Ramnanan.
  • Added new + Committed by RDG. Thanks to Anil Ramnanan.
  • Added new seed targets seed-basic and seed-sample. That closes FOR-253. Diff - Committed by TS. See Issue FOR-253.
  • Fixed sample - sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; + Committed by TS. See Issue FOR-253.
  • Fixed sample + sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; forrest site fails resume dtd validation Diff Committed by TS. Thanks to kevin. See Issue FOR-670.
Changes to Documentation
  • @@ -519,7 +560,7 @@ the XML Catalog Entity Resolver for local DTDs. Committed by DC.
  • Added doc to explain - Skins and Dispatcher status. + Skins and Dispatcher status. Committed by DC.
  • Move documentation from text file into howto Release doc and enhance it. @@ -542,7 +583,7 @@ Committed by DC.
  • Add FAQ about job postings. Committed by DC.
  • - Add FAQ about + Add FAQ about Enabling Cocoon Checksum. Committed by DC. Thanks to Paul Kronenwetter. See Issue FOR-778.
  • Add explanation of @@ -551,14 +592,14 @@ Add FAQ #crawler to explain how the Cocoon crawler gathers links. Committed by DC.
  • Add notes about how to use the Issue Tracker. - Committed by DC.
  • Added basic instructions to + Committed by DC.
  • Added basic instructions to deploy and install the forrestbar from the source as readme.txtDiff Committed by TS.
  • We now have a regular 24-hour IRC session once per month. Developers get together. See ForrestFriday. Committed by DC.
  • 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. @@ -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.
  • - Enhance the explanation of integrating + Enhance the explanation of integrating DocBook sources to also explain how to use Content Aware Pipelines (SourceTypeAction). Committed by DC. Thanks to Brian Dube.
  • @@ -593,7 +634,7 @@ single documents. Use 'wget' or Ant to retrieve individual files. Committed by DC. Thanks to Jan Materne.
  • - Review and enhance the + Review and enhance the Release doc. Committed by DC.
  • Add note about using entity catalogs for DTDs etc. for @@ -606,8 +647,8 @@ Committed by CD.
  • Enhance the FAQ about efficiently generating single documents. - Committed by DC. Thanks to Clay Leeds. See Issue FOR-840.
  • Added lenya.zone - site to the dispatcher section in the live sites. + Committed by DC. Thanks to Clay Leeds. See Issue FOR-840.
  • Added lenya.zone + site to the dispatcher section in the live sites. Committed by TS.
  • Update the notes on patch submission. Techniques suggested by Richard Calmbach and Ross Gardler. @@ -633,7 +674,7 @@ docs with no decoration. Committed by RDG. See Issue FOR-666.
  • Clarify documentation for Forrestbot. - Committed by DC. Thanks to Addison Berry. See Issue FOR-568.
  • Added information about + Committed by DC. Thanks to Addison Berry. See Issue FOR-568.
  • Added information about how to debug forrest java classes to the faq Diff Committed by TS.
Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
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).

This is a list of other contributors:
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.

Version 0.7.1-dev (not released) @@ -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.
  • - 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.
  • 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.

    Changes to Project Administration
    • - Added testing facilities to plugins to facilitate integration testing. + Added testing facilities to plugins to facilitate integration testing. Committed by RDG.
    Changes to Build
    • 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 FOR-389.
    • - 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.
    • @@ -772,7 +813,7 @@ Committed by DC.
    • Generate html/head/meta elements from document-v2. Committed by DC. Thanks to Mark Eggers. See Issue FOR-482, FOR-457.
    • - 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 FOR-477.
    • 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 FOR-246, FOR-431.
    • Fixed quotes in forrest.bat so forrest can be in a directory with spaces. Committed by DB. Thanks to Gary Feldman. See Issue FOR-330.
    • - 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 FOR-18.
    • Ignore directory links for aggregations. Committed by JJP. See Issue FOR-370.
    • @@ -793,11 +834,11 @@ Committed by DC.
    • Stopped doing deletion of the cache-dir, so consecutive "forrest site" actions can be cached. - Committed by JJP.
    • + Committed by JJP.
    • Merge xdocs and raw files in the same directory src/document/content/xdocs Committed by JJP.
    • 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 FOR-18.
    • 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 FOR-479.
    • - 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.
    • @@ -858,7 +899,7 @@ Committed by DC.
    • Removed the leather-dev docs and added the begining of the View plugin docs. Committed by TS.
    • - Added + Added How to customize processing of html source Committed by DC. Thanks to Ferdinand Soethe. See Issue FOR-446.
    • @@ -866,7 +907,7 @@ Committed by RDG. Thanks to Ian P. Springer. See Issue FOR-369.
    • Added How-To Build a plugin. Committed by RDG.
    • - Split plugin documentation between + Split plugin documentation between user and developer topics. Committed by RDG.
    • @@ -876,11 +917,11 @@ Committed by RDG. Thanks to Ferdinand Soethe.
    • Added custom xml sample and project sitemap to the 'forrest seed site'. Committed by JJP.
    • - Added - How to modify the color of generated corner images. + Added + How to modify the color of generated corner images. Committed by DC. Thanks to Stephan E. Schlierf. See Issue FOR-351.
    • Added links to example websites to demonstrate each available - default skin. + default skin. Committed by DC.
    • 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 FOR-185.
    • 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.
    • Removed old versions of pre-release plugins following renaming to the @@ -905,9 +946,9 @@ tab to create subject-specific aggregated documents. Committed by TS.
    Contributors to this release

    We thank the following people for their contributions to this release.

    This is a list of all people who participated as committers:
    Antonio Gallardo (AG), Dave Brondsema (DB), David Crossley (DC), Juan Jose Pablos (JJP), Ross Gardler (RDG), Rick Tessner (RFT), Thorsten Scherler (TS).

    This is a list of other contributors:
    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.

  • Version 0.6 (2004-10-15)
    Changes to Project Administration
    • - 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.
    Changes to Build
    • 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.
    • + Committed by RDG.
    • getMenu.js - fixes a path issue and the double click behaviour of pelt. - Committed by TS.
    • + Committed by TS.
    • Explained the usage of the extra-css element in skinconf.xml of the fresh site. Committed by TS.
    • 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 FOR-268.
    • - 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.
    • - 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.
    • New project sitemap extension mechanism. Now it is possible to add @@ -992,7 +1033,7 @@ Committed by DB.
    • 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.
    • Add Language alternatives div. To test it: @@ -1000,7 +1041,7 @@ Committed by JJP.
    • Page size and orientation for pdf. Committed by JJP. Thanks to Florian G. Haas. See Issue FOR-112.
    • - 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.
    • @@ -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.
    • - 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.
    • 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.
    • - 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.
    • Properties from ${user.home}/forrest.properties are loaded, after @@ -1058,7 +1099,7 @@ property. Committed by NKB.
    • 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 Jan Materne.
    • Skins can now be packaged, downloaded and automatically installed. See documentation. @@ -1068,18 +1109,18 @@ Integrate Lucene on Forrest. Check the bug report for more info. Committed by JJP. Thanks to Ramón Prades. See Issue FOR-9.
    • Added XSP support. - For old sitemap.xmap add this tag: - <map:generator name="serverpages" - src="org.apache.cocoon.generation.ServerPagesGenerator"/> + For old sitemap.xmap add this tag: + <map:generator name="serverpages" + src="org.apache.cocoon.generation.ServerPagesGenerator"/> Committed by JJP. See Issue FOR-56.
    • Proper positioning of icon/links for PDF, XML, POD, Print content options on pelt skin. Committed by DC. Thanks to Arturo Vazquez.
    • Allow forrest to run in a project directory with a space in the name. - Committed by DB. See Issue FOR-267.
    • - Fixed the domain bug of the searchbox in pelt. - Committed by TS.
    • - Fixed the menu in pelt by adding getMenu.js and changing the site2xhtml.xsl. + Committed by DB. See Issue FOR-267.
    • + Fixed the domain bug of the searchbox in pelt. + Committed by TS.
    • + 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.
    • Relative URIs with absolute paths were broken in the site.xml @@ -1098,7 +1139,7 @@ Committed by DB. See Issue FOR-154.
    • Brokenlinks file is now generated in project.home rather than forrest.home Committed by JJP. See Issue FOR-165.
    • - 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 FOR-130.
    • Improved resolving image references in PDFs. Committed by DB. See Issue FOR-114.
    • @@ -1125,7 +1166,7 @@ changes. * For more information see the FOR-146 issue report. Committed by DC. Thanks to Rick Tessner. See Issue FOR-146.
    • - Remove misleading error message. Reported a cocoon bug #28939 + Remove misleading error message. Reported a cocoon bug #28939 Committed by JJP.
    • skinconf was being ignored for the svg and fo formats. Committed by JJP. See Issue FOR-139.
    • @@ -1149,7 +1190,7 @@ Stop overwriting skinconf and cocoon.xconf on webapp target. Libs were not copied on the webapp target. Committed by JJP.
    • - ToC element is optional on skinconf. + ToC element is optional on skinconf. Committed by JJP.
    • 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.
    • - 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 Sebastian Bergmann.
    • - 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.
    • - 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 Eric BURGHARD.
    • Skins "forrest-css" and "avalon-tigris" are deleted. The @@ -1246,7 +1287,7 @@ other resources are used in their original location. Committed by NKB.
    • 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.
    • 'build patch' command updated for SVN. Committed by DB. See Issue FOR-137.
    • @@ -1263,7 +1304,7 @@ Add i18n to tabs. Committed by JJP.
    • 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.
    • 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 FOR-98.
    • 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.
    • Instead of forrest-targets.ent with Ant 1.6 Forrest can now also be used with the new import facility: <import file="forrest-targets.xml"/> @@ -1307,7 +1348,7 @@ /skin/images/rc-t-l-5-1header-2tab-selected-3-tab-unselected.png Committed by NKB.
    • 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.
    • Updated Ant 1.6.0 @@ -1320,7 +1361,7 @@ temp, webapp, and brokenlinks files too. Committed by DB.
    • 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.
    • Updated Jetty to 4.2.14 Committed by JJP.
    • - 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.
    • 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.
    • 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.
    • - 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.
    • - 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.
    • 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.
    • Added German Translation for menu in fresh-site example seed. Committed by JJP. Thanks to Jan Materne.
    • 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 Eric Burghard.
    • In the generated "changes" document, add "version_" to section@id as required by document-v12. @@ -1403,7 +1444,7 @@ Searching Forrest-built documentation which describes both Lucene and Google search. Committed by JJP. Thanks to Florian G. Haas. See Issue FOR-9.
    • - Information about the new + Information about the new forrest-user mail list. Committed by JJP.
    • @@ -1449,7 +1490,7 @@ Committed by JJP. Thanks to Joerg Heinicke.
    • Now the Krysalis skin has javascript-collapsable menus. Committed by NKB.
    • - 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 Dave Brondsema.
    • @@ -1462,11 +1503,11 @@ Committed by JT.
    • 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.
    • - 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.
    • @@ -1486,12 +1527,12 @@ Committed by JJP. Thanks to Eirik Bjørsnøs.
    • Support for version, type and notice on html format. Committed by JJP. Thanks to Eirik Bjørsnøs.
    • - Style information on the common skin. + Style information on the common skin. Committed by JJP. See Issue FOR-34.
    • build directory created in wrong directories. Committed by JJP. Thanks to Ross Gardler. See Issue FOR-46.
    • 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.
    • Remove errors for fopx:bookmarks element. @@ -1516,8 +1557,8 @@ Committed by JJP. Thanks to Dave Brondsema. See Issue FOR-49.
    • Stopped the rewriting of extensions. Committed by JT.
    • - 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.
    • - 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.
    • Add <elaborate> to the FAQ <question> element, which lets one @@ -1653,7 +1694,7 @@ Committed by NKB.
    • Upgraded to 2003-03-11 version of Cocoon Committed by JT.
    • - Forrestbar is now + Forrestbar is now Phoenix compatible. Committed by NKB.
    • Added links for both possible local forrests (port 8080 and 8888), @@ -1681,12 +1722,12 @@ Committed by MP.
    • Got skins working in the forrestbot. Committed by JT.
    • - 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 Berin Loritsch.
    • The menu is now limited to only pages in the current subdirectory and - below. + below. Committed by JT. Thanks to Bernhard Brandmair.
    • Added the cwiki stylesheets that were missing and an example in the fresh site seed. @@ -1721,7 +1762,7 @@ Committed by JT.
    Changes to the Code Base
    • Added <acronym> tag. Committed by 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. Committed by JT.
    • @@ -1780,7 +1821,7 @@ Committed by JT.
    • 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.
    • 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 Stefan Michels.
    • - 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.
    • Updated part of the editor so that it now can save files in wiki format. @@ -1836,7 +1877,7 @@ Committed by DC.
    • Update to 2002-12-26 Cocoon. Committed by JT.
    • - 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.
    • Added rss capability to changes generation. @@ -1851,7 +1892,7 @@ default, such menu links are always clickable. Committed by JT.
    • 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.
    • @@ -1927,7 +1968,7 @@ Forrest-provided one. Committed by JT.
    • 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. Committed by NKB.
    • Updated Centipede stuff to latest changes: @@ -1939,7 +1980,7 @@ Committed by NKB.
    • Updated project descriptor: now it should be usable by Gump. Added basic Forrest descriptor. - Committed by NKB.
    Changes to the Code Base
    • SourceAction or the so-called + Committed by NKB.
    Changes to the Code Base
    • 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) @@ -1992,7 +2033,7 @@ Committed by JT.
    • Fixed webapp redirect problems under Tomcat and (sometimes) under Jetty. Committed by JT.
    • - 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.
    • Fixed a bug where having a tabs.xml link to a file not otherwise mentioned @@ -2064,7 +2105,7 @@ Committed by JT.
    • 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.
    • 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_80/dreams.html URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/dreams.html?rev=956456&r1=956455&r2=956456&view=diff ============================================================================== --- forrest/site/docs_0_80/dreams.html (original) +++ forrest/site/docs_0_80/dreams.html Mon Jun 21 04:31:28 2010 @@ -304,10 +304,6 @@ document.write("Last Published: " + docu |start content +-->
      -
      Font size:     @@ -580,7 +576,7 @@ document.write("Last Published: " + docu