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

svn commit: r412018 [4/4] - in /forrest/site: ./ docs_0_60/ docs_0_70/ docs_0_80/ dtdx/ skin/ skin/images/ skins/

Modified: forrest/site/docs_0_80/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/changes.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/docs_0_80/changes.xml (original)
+++ forrest/site/docs_0_80/changes.xml Mon Jun  5 23:13:23 2006
@@ -17,13 +17,48 @@
       (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
         The "dispatcher" development work has moved to two new plugins.
         See <link href="site:v0.80//dispatcher-concept">dispatcher development</link> and
-        follow to the installation howto.
+        follow to the quickstart howto.
       (TS)</li><li><icon alt="add" src="../images/add.jpg"/>
         Added Validation transformer to enable RELAX NG validation and
         W3C XML Schema validation using Jing and Xerces.
         See <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=112598308027438">forrest-dev
           discussion</link>.
       (DC) Thanks to Pier Fumagalli.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial whiteboard input plugin for Lenya integration.
+      (RDG) Thanks to Joachim Breitsprecher. Fixes <link href="http://issues.apache.org/jira/browse/FOR-660">FOR-660</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial whiteboard input plugin for "Blog".
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added the beginnings of a sitemap analysis tool to the whiteboard.
+        Doesn't do much at the moment.
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial whiteboard input plugin for "Resume".
+      (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial whiteboard internal plugin for "GoogleSitemap".
+      (RDG) Thanks to Rasik Pandey. Fixes <link href="http://issues.apache.org/jira/browse/FOR-597">FOR-597</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add WTP 0.7 compatability for Eclipse plugin.
+        Clarify installation notes.
+      (RDG) Thanks to Alan Chandler.</li><li><icon alt="add" src="../images/add.jpg"/>
+        Use locationmap's mounting capability to allow selective project location overrides.
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add locationmap selector based mounting (and project-based mounting).
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add locationmap mounting capability.
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added support for actions in the locationmap.
+      (TS)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Plugins can now define their own *.xconf file to add configuration
+        information to cocoon.xconf. Simply place your *.xconf file in
+        PLUGIN_HOME/conf/*.xconf. Note that changes to this configuration
+        file will not take effect until Forrest has been restarted.
+      (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add an
+        "<link href="http://svn.apache.org/repos/asf/forrest/events/">events</link>"
+        section to our SVN to hold materials for gatherings of developers that
+        have been held outside the mailing list community.
+      (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Added initial whiteboard output plugin for "voice".
+        Read a document using a voice enabled browser such as Opera.
+      (RDG) Thanks to Tom HANAX. Fixes <link href="http://issues.apache.org/jira/browse/FOR-589">FOR-589</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Strip remaining &lt;i18n:text&gt; elements that remain if i18n processing
         has been disabled. This was causing invalid HTML output.
       (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -48,7 +83,7 @@
         For example, use "<code>&amp;myp-t;</code>" to represent the
         project name together with trademark symbol
         "My Project Name&#8482;".
-        See <a href="site:faq/xml-entities">FAQ</a>.
+        See <link href="site:faq/xml-entities">FAQ</link>.
       (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
         Plugins can now define their own *.xconf file to add configuration 
         information to cocoon.xconf. Simply place your *.xconf file in 
@@ -63,17 +98,20 @@
         in the future.
       (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
         Added support for a locationmap. This enables content to be retrieved from a location
-        that is defined in a locationmap file (located at 
-        <code>PROJECT_HOME/src/documentation/content/locationmap.xml</code> file. The
+        that is defined in a locationmap file. A project-based file can be located at 
+        <code>PROJECT_HOME/src/documentation/content/locationmap.xml</code> while core locationmaps
+        are at <code>$FORREST_HOME/main/webapp/locationmap-*.xml</code> files.<br/>The
         advantage of this is that the URL seen by the user need bear no relation to the location
         of the source document, thus Forrest can separate the client URL space from the source
-        docuement URL space. Thus, using the locationmap it is possible to pull together
+        document URL space. Thus, using the locationmap it is possible to pull together
         documents from many different locations into a single uniform site.<br/>
         
         In addition, since the user URL space is now unconnected to the source URL space
         it is possible to move source documents without breaking any existing user links.<br/>
         
         See <link href="site:v0.80//locationmap">locationmap docs</link> for more information.
+        Thanks to Unico Hommes for the original locationmap implementation which
+        was added to Forrest long ago.
       (RDG)</li><li><icon alt="update" src="../images/update.jpg"/>
         Enabled i18n by default in fresh-site: as the default i18n config now requires
         an explicit locale specification (using an URL parameter for example), this shouldn't
@@ -84,23 +122,23 @@
       (BD)</li><li><icon alt="update" src="../images/update.jpg"/>
         Moved LocaleAction and LocaleMatcher configurations to main sitemap, and changed
         I18nTransformer use to take locale info from enclosing LocaleAction everywhere.
-      (BD)</li><li><icon alt="update" src="../images/update.jpg"/>
+      (BD) Fixes <link href="http://issues.apache.org/jira/browse/FOR-887">FOR-887</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated to Apache-Ant-1.6.5 release, jsch-0.1.28, apache-jakarta-commons-net-1.4.1
       (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated xerces to 2.8.0, xml-apis to 1.3.03, log4j to 1.2.13 and ehcache to 1.2.
       (AG)</li><li><icon alt="update" src="../images/update.jpg"/>
         Howto-v20 now properly handles a/@class=fork etc. attribute to enable
         links to open in a new browser window.
-      (DC) Thanks to Steve Masover.</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Thanks to Steve Masover. Fixes <link href="http://issues.apache.org/jira/browse/FOR-824">FOR-824</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Fixed inconsistent line-endings in comments of generated html.
-      (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-492">FOR-492</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Able to <link href="site:v0.80//plugins/using">declare</link>
         additional sources for plugins. Assists with development of private
         and local project-specific plugins.
       (CD)</li><li><icon alt="update" src="../images/update.jpg"/>
         Forrestbot deploy.scp workstage now uses keyfile/passphrase in preference,
         then fallback to remote password.
-      (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-818">FOR-818</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Plugin: PhotoGallery.
         Automated the image variant (e.g. thumb, small) creation. Note that this
         is not
@@ -130,9 +168,22 @@
         Doing 'forrest clean' will remove both sections.
       (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
         Fixed and enhanced the Forrest plugin for the XMLmind XML Editor at tools/xxe
-      (DC) Thanks to Sjur N. Moshagen.</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Thanks to Sjur N. Moshagen. Fixes <link href="http://issues.apache.org/jira/browse/FOR-581">FOR-581</link>, <link href="http://issues.apache.org/jira/browse/FOR-720">FOR-720</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated tools/forrestbar to be compatiable with recent versions of Firefox.
-      (DC) Thanks to Addison Berry.</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-180">FOR-180</link>, <link href="http://issues.apache.org/jira/browse/FOR-716">FOR-716</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Enable Cocoon Profiler block.
+      (DC) Thanks to Ron Blaschke. Fixes <link href="http://issues.apache.org/jira/browse/FOR-572">FOR-572</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        The hlink and vlink colors were not set correctly by SkinconfTransformer.
+      (DC) Thanks to Dave Brosius. Fixes <link href="http://issues.apache.org/jira/browse/FOR-649">FOR-649</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Synchronise the appearance of warning, fixme, and note elements
+        in the pelt skin.
+      (DC) Thanks to Gavin McDonald. Fixes <link href="http://issues.apache.org/jira/browse/FOR-604">FOR-604</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Enhanced notes about using plugins.
+      (RDG) Thanks to Phillip Evens.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Strip remaining &lt;i18n:text&gt; elements that remain if i18n processing
+        has been disabled. This was causing invalid HTML output.
+        Thanks to assistance from Gavin McDonald.
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Enhanced the initial Eclipse plugin for using Forrest via Eclipse.
         This work was enabled via a "Google Summer of Code" project.
         See <link href="site:tools/eclipse">docs</link>.
@@ -141,19 +192,26 @@
         Added document to facilitate
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
       (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Documenting some of the locationmap syntax as comments/examples 
+        until it can be done more formally.
+        See 'forrest seed-sample' and 
+        <link href="site:locationmap">locationmap docs</link>.
+      (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
         Added document to explain the process for
         <link href="site:getting-involved/committed">Becoming an Apache Forrest
         committer</link>.
-      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-603">FOR-603</link>.</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
+      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-603">FOR-603</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Clarify documentation for Forrestbot.
+      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
        were not full developers on the project. We thank these people for their 
-       contributions.</p><ul><li>Addison Berry</li><li>Anil Ramnanan</li><li>Paul Devine</li><li>Pier Fumagalli</li><li>Sjur N. Moshagen</li><li>Steve Masover</li></ul></section></section>
-    <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not yet released)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="update" src="../images/update.jpg"/>
+       contributions.</p><ul><li>Addison Berry</li><li>Alan Chandler</li><li>Anil Ramnanan</li><li>Dave Brosius</li><li>Gavin McDonald</li><li>Joachim Breitsprecher</li><li>Paul Devine</li><li>Phillip Evens</li><li>Pier Fumagalli</li><li>Rasik Pandey</li><li>Ron Blaschke</li><li>Sjur N. Moshagen</li><li>Steve Masover</li><li>Tom HANAX</li></ul></section></section>
+    <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not released)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="update" src="../images/update.jpg"/>
         Howto-v20 now properly handles a/@class=fork etc. attribute to enable
         links to open in a new browser window.
-      (DC) Thanks to Steve Masover.</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Thanks to Steve Masover. Fixes <link href="http://issues.apache.org/jira/browse/FOR-824">FOR-824</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Forrestbot deploy.scp workstage now uses keyfile/passphrase in preference,
         then fallback to remote password.
-      (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-818">FOR-818</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
             Changed handling of table elements with class-attributes in source:
             Table elements w/o class elements will receive standard Forrest styling like before
             (cellpadding="4" cellspacing="1" class="ForrestTable")
@@ -387,7 +445,7 @@
         tab</link> to create subject-specific aggregated documents.
       (TS)</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
        were not full developers on the project. We thank these people for their 
-       contributions.</p><ul><li>Cyriaque Dupoirieux</li><li>Ferdinand Soethe</li><li>Florian G. Haas</li><li>Gary Feldman</li><li>Ian P. Springer</li><li>Joao Ferreira</li><li>Johannes Schaefer</li><li>Jörg Werner</li><li>Kevin</li><li>Mark Eggers</li><li>Ron Blaschke</li><li>Stephan E. Schlierf</li><li>Tamara Harpster</li><li>Upayavira</li></ul></section></section>
+       contributions.</p><ul><li>Cyriaque Dupoirieux</li><li>Ferdinand Soethe</li><li>Florian G. Haas</li><li>Gary Feldman</li><li>Ian P. Springer</li><li>Joao Ferreira</li><li>Johannes Schaefer</li><li>Jörg Werner</li><li>Kevin</li><li>Mark Eggers</li><li>Stephan E. Schlierf</li><li>Tamara Harpster</li><li>Upayavira</li></ul></section></section>
     <section id="version_0.6"><title>Version 0.6 (2004-10-15)</title><section><title>Changes to Project Administration</title><ul><li><icon alt="update" src="../images/update.jpg"/>
         Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
         'import' task instead of XSLT/ant.  Webapp completely
@@ -1582,4 +1640,4 @@
        were not full developers on the project. We thank these people for their 
        contributions.</p><ul><li>Bert Van Kets</li><li>Bruno Dumon</li><li>Kevin Ross</li><li>Leo Simons</li><li>Marc Portier</li><li>Peter Donald</li><li>Steven Noels</li></ul></section></section>
   <section><title>Committers</title><p>This is a list of all people who have been 
-         voted in as committers on this project.</p><ul><li>Stefano Mazzocchi (SM)</li><li>Sam Ruby (SR)</li><li>John Morrison (JM)</li><li>David Crossley (DC)</li><li>Steven Noels (SN)</li><li>Nicola Ken Barozzi (NKB)</li><li>Konstantin Piroumian (KP)</li><li>Bert Van Kets (BK)</li><li>Marc Portier (MP)</li><li>Jeff Turner (JT)</li><li>Juan Jose Pablos (JJP)</li><li>Dave Brondsema (DB)</li><li>Antonio Gallardo (AG)</li><li>Reinhard Pötz (RP)</li><li>Ross Gardler (RDG)</li><li>Thorsten Scherler (TS)</li><li>Rick Tessner (RFT)</li><li>Ferdinand Soethe (FSO)</li><li>Cyriaque Dupoirieux (CD)</li><li>Bertrand Delacretaz (BD)</li><li>Volunteer needed (open)</li></ul></section></body></document>
\ No newline at end of file
+         voted in as committers on this project.</p><ul><li>Stefano Mazzocchi (SM)</li><li>Sam Ruby (SR)</li><li>John Morrison (JM)</li><li>David Crossley (DC)</li><li>Steven Noels (SN)</li><li>Nicola Ken Barozzi (NKB)</li><li>Konstantin Piroumian (KP)</li><li>Bert Van Kets (BK)</li><li>Marc Portier (MP)</li><li>Jeff Turner (JT)</li><li>Juan Jose Pablos (JJP)</li><li>Dave Brondsema (DB)</li><li>Antonio Gallardo (AG)</li><li>Reinhard Pötz (RP)</li><li>Ross Gardler (RDG)</li><li>Thorsten Scherler (TS)</li><li>Rick Tessner (RFT)</li><li>Ferdinand Soethe (FSO)</li><li>Cyriaque Dupoirieux (CD)</li><li>Bertrand Delacretaz (BD)</li><li>Tim Williams (TWW)</li><li>Volunteer needed (open)</li></ul></section></body></document>
\ No newline at end of file

Modified: forrest/site/docs_0_80/faq.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/faq.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/docs_0_80/faq.xml (original)
+++ forrest/site/docs_0_80/faq.xml Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/docs_0_80/index.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/index.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/docs_0_80/index.xml (original)
+++ forrest/site/docs_0_80/index.xml Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/dtdx/document-v13.xml
URL: http://svn.apache.org/viewvc/forrest/site/dtdx/document-v13.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/dtdx/document-v13.xml (original)
+++ forrest/site/dtdx/document-v13.xml Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/dtdx/document-v20.xml
URL: http://svn.apache.org/viewvc/forrest/site/dtdx/document-v20.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/dtdx/document-v20.xml (original)
+++ forrest/site/dtdx/document-v20.xml Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/events.html
URL: http://svn.apache.org/viewvc/forrest/site/events.html?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/events.html (original)
+++ forrest/site/events.html Mon Jun  5 23:13:23 2006
@@ -275,33 +275,43 @@
           in web-development</h4>
 <p>
             Monday 26 June - Official ApacheCon full-day tutorial 
-            conducted by Thorsten Scherler.
-          </p>
+            conducted by Thorsten Scherler. <a href="http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,4,nodeid,,_language,uk.html#session-mof3">Read
+              more ...</a>
+          
+</p>
 <p>
             Note: Subject to attendance numbers.
           </p>
-<a name="N1003E"></a><a name="MOH8-dublin-2006"></a>
+<a name="N10042"></a><a name="MOH8-dublin-2006"></a>
 <h4>ApacheCon Tutorial: MOH8: Build an Apache Forrest site mixing from different Content sources</h4>
 <p>
             Monday 26 June - Official ApacheCon half-day tutorial
-            conducted by Juan Jose Pablos. 
-          </p>
+            conducted by Juan Jose Pablos. <a href="http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,5,nodeid,,_language,uk.html#session-moh8">Read
+              more ...</a>
+          
+</p>
 <p>
             Note: Subject to attendance numbers.
           </p>
-<a name="N1004B"></a><a name="FR19-dublin-2006"></a>
+<a name="N10053"></a><a name="FR19-dublin-2006"></a>
 <h4>ApacheCon Session: FR19: Single Source Publishing with Apache Forrest</h4>
 <p>
             Friday 30 June - Official ApacheCon session
-            conducted by Ferdinand Soethe.
-          </p>
+              conducted by Ferdinand Soethe. <a href="http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,3,nodeid,,_language,uk.html#session-fr19">Read
+              more ...</a>
+          
+</p>
+<div class="note">
+<div class="label">Note</div>
+<div class="content">This session is has been re-scheduled for Friday 30 June 14:30-15:30.</div>
+</div>
 </div>
 
     
-<a name="N10057"></a><a name="past"></a>
+<a name="N10066"></a><a name="past"></a>
 <h2 class="underlined_10">Past events</h2>
 <div class="section">
-<a name="N1005D"></a><a name="apachecon-us-2005"></a>
+<a name="N1006C"></a><a name="apachecon-us-2005"></a>
 <h3 class="underlined_5">ApacheCon US 2005 (10-14 December)</h3>
 <p>
           
@@ -312,7 +322,7 @@
           Apart from all of the general ApacheCon events, there is one
           Forrest-specific event.
         </p>
-<a name="N1006D"></a><a name="fs-ac-us-2005"></a>
+<a name="N1007C"></a><a name="fs-ac-us-2005"></a>
 <h4>ApacheCon Session: Single Source Publishing with Apache Forrest</h4>
 <p>
             Tuesday 13 December at 09:00 to 10:00 - Official ApacheCon session
@@ -321,7 +331,7 @@
             Schedule</a> Session TU01.
             The event is only open to ApacheCon attendees.
           </p>
-<a name="N1007C"></a><a name="apachecon-eu-2005"></a>
+<a name="N1008B"></a><a name="apachecon-eu-2005"></a>
 <h3 class="underlined_5">ApacheCon Europe 2005 (18-22 July)</h3>
 <p>
         
@@ -333,7 +343,7 @@
         Apart from all of the general ApacheCon events, there are a number of
         Forrest-specific events. In chronological order ...
       </p>
-<a name="N1008C"></a><a name="ht-stuttgart-2005"></a>
+<a name="N1009B"></a><a name="ht-stuttgart-2005"></a>
 <h4>Apache committers hackathon</h4>
 <p>
           Monday 18 July and Tuesday 19 July all day - Open to any Apache
@@ -341,7 +351,7 @@
           about Apache Forrest and maybe fix some bugs. We will probably
           collaborate with the Apache Lenya committers too.
         </p>
-<a name="N10096"></a><a name="ws-stuttgart-2005"></a>
+<a name="N100A5"></a><a name="ws-stuttgart-2005"></a>
 <h4>Apache Forrest workshop on Views</h4>
 <p>
           Monday 18 July commencing at 18:30 - We will go out to dinner and then
@@ -354,7 +364,7 @@
           The event is open to anybody, you don't need to be attending ApacheCon.
           Venue and Directions: Gather at the foyer of the ApacheCon.
         </p>
-<a name="N100A0"></a><a name="ua-stuttgart-2005"></a>
+<a name="N100AF"></a><a name="ua-stuttgart-2005"></a>
 <h4>Usability professionals meeting</h4>
 <p>
           Tuesday 19 July commencing at 18:30 - Johannes Schaefer will
@@ -363,7 +373,7 @@
           See
           <a href="http://www.gui-design.de/ak/ak_050719.htm">further information</a>.
         </p>
-<a name="N100AE"></a><a name="rf-stuttgart-2005"></a>
+<a name="N100BD"></a><a name="rf-stuttgart-2005"></a>
 <h4>ApacheCon Session: Single Source Publishing with Apache Forrest</h4>
 <p>
           Wednesday 20 July at 14:30 to 15:30 - Official ApacheCon session
@@ -372,7 +382,7 @@
           Schedule</a> Session WE16.
           The event is only open to ApacheCon attendees.
         </p>
-<a name="N100BC"></a><a name="gt-stuttgart-2005"></a>
+<a name="N100CB"></a><a name="gt-stuttgart-2005"></a>
 <h4>Apache Forrest get-together</h4>
 <p>
           Wednesday 20 July commencing at 20:00 - Informal get together to

Modified: forrest/site/events.pdf
URL: http://svn.apache.org/viewvc/forrest/site/events.pdf?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.html?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Mon Jun  5 23:13:23 2006
@@ -204,10 +204,10 @@
 <a href="#%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc">[FOR-868] add relevant notes to the "Upgrading" xdoc</a>
 </li>
 <li>
-<a href="#%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list">[FOR-865] Add missing entries to status.xml to generate the changes list</a>
+<a href="#%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</a>
 </li>
 <li>
-<a href="#%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</a>
+<a href="#%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list">[FOR-865] Add missing entries to status.xml to generate the changes list</a>
 </li>
 <li>
 <a href="#%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating">[FOR-572] run a memory profiler while forrest is operating</a>
@@ -351,7 +351,17 @@
 </p>
 <p>We need to add some notes to the upgrading_0*.html doc for the upcoming release. This would most easily be done after attending to &lt;a href="http://issues.apache.org/jira/browse/FOR-865" title="Add missing entries to status.xml to generate the changes list"&gt;FOR-865&lt;/a&gt; &amp;quot;Add missing entries to status.xml to generate the changes list&amp;quot;.</p>
 </div>
-<a name="N1004D"></a><a name="%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list"></a>
+<a name="N1004D"></a><a name="%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin"></a>
+<h2 class="underlined_10">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-891">http://issues.apache.org/jira/browse/FOR-891</a>
+</p>
+<p>Our home page does not pass CSS validation with &lt;a href="http://jigsaw.w3.org/css-validator/"&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;
+&lt;br/&gt;
+</p>
+</div>
+<a name="N10059"></a><a name="%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list"></a>
 <h2 class="underlined_10">[FOR-865] Add missing entries to status.xml to generate the changes list</h2>
 <div class="section">
 <p>
@@ -368,16 +378,6 @@
 Re: better use of changes.html (Was: Community health)
 &lt;br/&gt;
 &lt;a href="http://marc.theaimsgroup.com/?t=114274836600001"&gt;http://marc.theaimsgroup.com/?t=114274836600001&lt;/a&gt;</p>
-</div>
-<a name="N10059"></a><a name="%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin"></a>
-<h2 class="underlined_10">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-891">http://issues.apache.org/jira/browse/FOR-891</a>
-</p>
-<p>Our home page does not pass CSS validation with &lt;a href="http://jigsaw.w3.org/css-validator/"&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;
-&lt;br/&gt;
-</p>
 </div>
 <a name="N10065"></a><a name="%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating"></a>
 <h2 class="underlined_10">[FOR-572] run a memory profiler while forrest is operating</h2>

Modified: forrest/site/forrest-issues.pdf
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.pdf?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/index.xml
URL: http://svn.apache.org/viewvc/forrest/site/index.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/index.xml (original)
+++ forrest/site/index.xml Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/site/locationmap.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/locationmap.xml (original)
+++ forrest/site/locationmap.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/mirrors.cgi
URL: http://svn.apache.org/viewvc/forrest/site/mirrors.cgi?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/mirrors.cgi (original)
+++ forrest/site/mirrors.cgi Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
-# license agreements.  See the NOTICE file distributed with
+# contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
 # The ASF licenses this file to You under the Apache License, Version 2.0
 # (the "License"); you may not use this file except in compliance with

Modified: forrest/site/roles.html
URL: http://svn.apache.org/viewvc/forrest/site/roles.html?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/roles.html (original)
+++ forrest/site/roles.html Mon Jun  5 23:13:23 2006
@@ -372,7 +372,9 @@
           <a href="http://www.apache.org/dev/project-site.html">project websites</a>.
         </p>
 <p>Note that forrestbot does not remove docs from the forrest/site SVN (FOR-392).
-          So need to manually 'svn delete oldDoc'.
+          So need to manually delete: 'cd /svn/forrest/site; svn delete oldDoc'.
+          Then remove it from the forrestbot work directories:
+          'cd $FORREST_HOME; rm build/forrest-docs/oldDoc; rm work/svn-deploy/forrest-docs/oldDoc'.
         </p>
 <p>
           Publishing documentation for a particular plugin is done by:

Modified: forrest/site/roles.pdf
URL: http://svn.apache.org/viewvc/forrest/site/roles.pdf?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/skin/CommonMessages_de.xml
URL: http://svn.apache.org/viewvc/forrest/site/skin/CommonMessages_de.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/CommonMessages_de.xml (original)
+++ forrest/site/skin/CommonMessages_de.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/CommonMessages_en_US.xml
URL: http://svn.apache.org/viewvc/forrest/site/skin/CommonMessages_en_US.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/CommonMessages_en_US.xml (original)
+++ forrest/site/skin/CommonMessages_en_US.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/CommonMessages_es.xml
URL: http://svn.apache.org/viewvc/forrest/site/skin/CommonMessages_es.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/CommonMessages_es.xml (original)
+++ forrest/site/skin/CommonMessages_es.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/CommonMessages_fr.xml
URL: http://svn.apache.org/viewvc/forrest/site/skin/CommonMessages_fr.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/CommonMessages_fr.xml (original)
+++ forrest/site/skin/CommonMessages_fr.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/basic.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/basic.css?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/basic.css (original)
+++ forrest/site/skin/basic.css Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/breadcrumbs-optimized.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/breadcrumbs-optimized.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/breadcrumbs-optimized.js (original)
+++ forrest/site/skin/breadcrumbs-optimized.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/breadcrumbs.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/breadcrumbs.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/breadcrumbs.js (original)
+++ forrest/site/skin/breadcrumbs.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/fontsize.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/fontsize.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/fontsize.js (original)
+++ forrest/site/skin/fontsize.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/forrest.css.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/forrest.css.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/forrest.css.xslt (original)
+++ forrest/site/skin/forrest.css.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/getBlank.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/getBlank.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/getBlank.js (original)
+++ forrest/site/skin/getBlank.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/getMenu.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/getMenu.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/getMenu.js (original)
+++ forrest/site/skin/getMenu.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/images/corner-imports.svg.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/images/corner-imports.svg.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/images/corner-imports.svg.xslt (original)
+++ forrest/site/skin/images/corner-imports.svg.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/images/dc.svg.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/images/dc.svg.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/images/dc.svg.xslt (original)
+++ forrest/site/skin/images/dc.svg.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/images/poddoc.svg.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/images/poddoc.svg.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/images/poddoc.svg.xslt (original)
+++ forrest/site/skin/images/poddoc.svg.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/images/rc.svg.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/images/rc.svg.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/images/rc.svg.xslt (original)
+++ forrest/site/skin/images/rc.svg.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/images/txtdoc.svg.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/images/txtdoc.svg.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/images/txtdoc.svg.xslt (original)
+++ forrest/site/skin/images/txtdoc.svg.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/menu.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/menu.js?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/menu.js (original)
+++ forrest/site/skin/menu.js Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/print.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/print.css?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/print.css (original)
+++ forrest/site/skin/print.css Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/profile.css.xslt
URL: http://svn.apache.org/viewvc/forrest/site/skin/profile.css.xslt?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/profile.css.xslt (original)
+++ forrest/site/skin/profile.css.xslt Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/screen.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/screen.css?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/screen.css (original)
+++ forrest/site/skin/screen.css Mon Jun  5 23:13:23 2006
@@ -1,6 +1,6 @@
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
-* license agreements.  See the NOTICE file distributed with
+* contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skin/skinconf.xsl
URL: http://svn.apache.org/viewvc/forrest/site/skin/skinconf.xsl?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skin/skinconf.xsl (original)
+++ forrest/site/skin/skinconf.xsl Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with

Modified: forrest/site/skins/skins.xml
URL: http://svn.apache.org/viewvc/forrest/site/skins/skins.xml?rev=412018&r1=412017&r2=412018&view=diff
==============================================================================
--- forrest/site/skins/skins.xml (original)
+++ forrest/site/skins/skins.xml Mon Jun  5 23:13:23 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
-  license agreements.  See the NOTICE file distributed with
+  contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with