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/03 11:49:44 UTC

svn commit: r411413 [2/2] - in /forrest/site: ./ docs_0_60/ docs_0_70/ docs_0_80/ docs_0_80/howto/ procedures/release/ skin/ tools/

Modified: forrest/site/docs_0_80/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/changes.xml?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/docs_0_80/changes.xml (original)
+++ forrest/site/docs_0_80/changes.xml Sat Jun  3 02:49:42 2006
@@ -6,6 +6,11 @@
         (TS)</li><li><icon alt="add" src="../images/add.jpg"/> Added first implementation of 
         the dispatcher. Including contract bean implementation and interface; 
         dispatcher exception and dispatcher transformers. (TS)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add new site seeding targets and a new business seed target.
+        This allows for interactive creation of seed sites - existing
+        'forrest seed' behaviour is unchanged and is equivalent to 'forrest seed-sample'.
+        New ones are 'forrest seed-business' and 'forrest seed-basic'.
+      (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
         The broken-links file is now copied into to the site root as
         "broken-links.xml" so that when building with Forrestbot
         you can easily view it.
@@ -105,6 +110,9 @@
         New skinconf parameter "disable-copyright-footer" (default=false)
         to not show the copyright notice in html page footer.
       (DC)</li><li><icon alt="update" src="../images/update.jpg"/>
+        Enable use of common character entities in skinconf.xml,
+        e.g accented characters and trademark symbols.
+      (DC) Thanks to Paul Devine.</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")
@@ -124,7 +132,11 @@
         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"/>
         Updated tools/forrestbar to be compatiable with recent versions of Firefox.
-      (DC) Thanks to Addison Berry.</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="../images/add.jpg"/>
+      (DC) Thanks to Addison Berry.</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>.
+      (RDG) Thanks to Anil Ramnanan.</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="../images/add.jpg"/>
 <!-- Please keep this action at the top -->
         Added document to facilitate
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
@@ -134,7 +146,7 @@
         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 
        were not full developers on the project. We thank these people for their 
-       contributions.</p><ul><li>Addison Berry</li><li>Pier Fumagalli</li><li>Sjur N. Moshagen</li><li>Steve Masover</li></ul></section></section>
+       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"/>
         Howto-v20 now properly handles a/@class=fork etc. attribute to enable
         links to open in a new browser window.

Modified: forrest/site/docs_0_80/howto/howto-buildPlugin.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/howto-buildPlugin.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-buildPlugin.html (original)
+++ forrest/site/docs_0_80/howto/howto-buildPlugin.html Sat Jun  3 02:49:42 2006
@@ -501,19 +501,20 @@
         <a href="http://ant.apache.org/">Apache Ant</a>
         to automate some steps in the process. Since ant
         is distributed as part of Forrest, all you need to do
-        is add the ant executable directory to your system path. The
+        is add Forrest's 'ant' executable directory to your system path. The
         name of this directory is <span class="codefrag">tools/ant/bin</span>
         in your Forrest program directory.
-        (Alternatively you can prefix all calls to ant in
-        the following instructions with the full path of the ant binary directory.)
-        Also clear the ANT_HOME environment variable.
+        Alternatively you can prefix all calls to ant in
+        the following instructions with the full path of the ant binary directory, i.e.
+        $FORREST_HOME/tools/ant/bin/ant
       </p>
 <p>
         If instead you really want to use your own version of Ant,
         then you will need to copy
         forrest/lib/core/xml-commons-resolver.jar
-        to $ANT_HOME/lib directory, otherwise your plugins will go across
-        the network to get the DTDs on every parse.
+        to $ANT_HOME/lib directory, otherwise the building of your plugins will go across
+        the network to get the DTDs on every xml parse. Be aware that Forrest
+        might be relying on some Ant features in its version.
       </p>
 <a name="N1006B"></a><a name="seed"></a>
 <h3 class="underlined_5">Seed a New Plugin</h3>

Modified: forrest/site/docs_0_80/howto/howto-buildPlugin.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/howto-buildPlugin.pdf?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/events.html
URL: http://svn.apache.org/viewvc/forrest/site/events.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/events.html (original)
+++ forrest/site/events.html Sat Jun  3 02:49:42 2006
@@ -202,7 +202,7 @@
           in web-development</a>
 </li>
 <li>
-<a href="#MOH9-dublin-2006">ApacheCon Tutorial: MOH9: Build an Apache Forrest site mixing from different Content sources</a>
+<a href="#MOH8-dublin-2006">ApacheCon Tutorial: MOH8: Build an Apache Forrest site mixing from different Content sources</a>
 </li>
 <li>
 <a href="#FR19-dublin-2006">ApacheCon Session: FR19: Single Source Publishing with Apache Forrest</a>
@@ -280,8 +280,8 @@
 <p>
             Note: Subject to attendance numbers.
           </p>
-<a name="N1003E"></a><a name="MOH9-dublin-2006"></a>
-<h4>ApacheCon Tutorial: MOH9: Build an Apache Forrest site mixing from different Content sources</h4>
+<a name="N1003E"></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. 

Modified: forrest/site/events.pdf
URL: http://svn.apache.org/viewvc/forrest/site/events.pdf?rev=411413&r1=411412&r2=411413&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=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Sat Jun  3 02:49:42 2006
@@ -198,15 +198,15 @@
 <a href="#%5BFOR-855%5D+verify+the+license+situation+prior+to+each+release">[FOR-855] verify the license situation prior to each release</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>
-</li>
-<li>
 <a href="#%5BFOR-867%5D+need+doc+to+explain+status+of+skins+and+dispatcher">[FOR-867] need doc to explain status of skins and dispatcher</a>
 </li>
 <li>
 <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>
+</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>
 </li>
 <li>
@@ -331,25 +331,7 @@
 &lt;br/&gt;
 </p>
 </div>
-<a name="N10035"></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>
-<a href="http://issues.apache.org/jira/browse/FOR-865">http://issues.apache.org/jira/browse/FOR-865</a>
-</p>
-<p>There are insufficient entries in our site-author/status.xml to generate the changes.html for the upcoming release.
-&lt;br/&gt;
-
-&lt;br/&gt;
-Besides informing users of the major changes and providing cross-links to the issue tracker, this file also provides recognition of contributions ... at the moment there are too few. It also has the importance=high attribute, which generates our release announcement ... again, too few.
-&lt;br/&gt;
-
-&lt;br/&gt;
-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="N10041"></a><a name="%5BFOR-867%5D+need+doc+to+explain+status+of+skins+and+dispatcher"></a>
+<a name="N10035"></a><a name="%5BFOR-867%5D+need+doc+to+explain+status+of+skins+and+dispatcher"></a>
 <h2 class="underlined_10">[FOR-867] need doc to explain status of skins and dispatcher</h2>
 <div class="section">
 <p>
@@ -361,13 +343,31 @@
 &lt;br/&gt;
 I have already commenced this xdoc.</p>
 </div>
-<a name="N1004D"></a><a name="%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc"></a>
+<a name="N10041"></a><a name="%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc"></a>
 <h2 class="underlined_10">[FOR-868] add relevant notes to the "Upgrading" xdoc</h2>
 <div class="section">
 <p>
 <a href="http://issues.apache.org/jira/browse/FOR-868">http://issues.apache.org/jira/browse/FOR-868</a>
 </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>
+<h2 class="underlined_10">[FOR-865] Add missing entries to status.xml to generate the changes list</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-865">http://issues.apache.org/jira/browse/FOR-865</a>
+</p>
+<p>There are insufficient entries in our site-author/status.xml to generate the changes.html for the upcoming release.
+&lt;br/&gt;
+
+&lt;br/&gt;
+Besides informing users of the major changes and providing cross-links to the issue tracker, this file also provides recognition of contributions ... at the moment there are too few. It also has the importance=high attribute, which generates our release announcement ... again, too few.
+&lt;br/&gt;
+
+&lt;br/&gt;
+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>

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

Modified: forrest/site/live-sites.html
URL: http://svn.apache.org/viewvc/forrest/site/live-sites.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/live-sites.html (original)
+++ forrest/site/live-sites.html Sat Jun  3 02:49:42 2006
@@ -492,13 +492,19 @@
 <a href="http://www.usefuldomains.co.uk">Generic Domain 
         Names</a> - Domain sales site specialising in industrial, business 
         and home themed generic domains.</li>
+      
+<li>
+<a href="http://www.travelvisas.eu/">travel visas</a>
+        - travel information for backpackers and other travellers in Europe and
+beyond
+      </li>
 <!--  <li><link href=""></link></li> -->
     
 </ul>
 </div>
 
     
-<a name="N101B3"></a><a name="dispatcher"></a>
+<a name="N101B9"></a><a name="dispatcher"></a>
 <h2 class="underlined_10">Sites using upcoming Dispatcher</h2>
 <div class="section">
 <p>The skinning system in versions of Forrest up to and including 0.7 was great,

Modified: forrest/site/live-sites.pdf
URL: http://svn.apache.org/viewvc/forrest/site/live-sites.pdf?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/mirrors.cgi
URL: http://svn.apache.org/viewvc/forrest/site/mirrors.cgi?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/mirrors.cgi (original)
+++ forrest/site/mirrors.cgi Sat Jun  3 02:49:42 2006
@@ -6,7 +6,6 @@
 # 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
 # the License.  You may obtain a copy of the License at
-
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: forrest/site/procedures/release/How_to_release.html
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/How_to_release.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/procedures/release/How_to_release.html (original)
+++ forrest/site/procedures/release/How_to_release.html Sat Jun  3 02:49:42 2006
@@ -512,8 +512,8 @@
                 easily and - if possible - roll them forward later. So creating an svn branch for the rc seems to make
                 sense to me.
                 Probably
-                easiest would be to create an rc branch here and co that. I'd sacrifice the alternative approach for
-                that which is far too risky for my liking anyway. wdyt?</div>
+                easiest would be to create an rc branch here and co that.
+                wdyt?</div>
 </div>
 <p>In this step you make absolutely sure that your working copy of SVN trunk has no local modifications, or additional files that you have been fiddling with, and especially files that might be hidden by svn:ignore settings.
             </p>
@@ -553,6 +553,9 @@
 <a name="N10140"></a><a name="adjustDocs"></a>
 <h2 class="underlined_10">Preparing docs for next release cycle</h2>
 <div class="section">
+<p>In this phase we get the docs ready for the release. You will
+              commit these changes, but do not publish to the website until
+              after the release.</p>
 <ol>
                 
 <li>
@@ -615,10 +618,21 @@
                     
 <div class="fixme">
 <div class="label">Fixme (fso)</div>
-<div class="content">This used to be 'Do global replace throughout docs_0_80 to replace the string
+<div class="content">This used to be the comment: 'Do global replace throughout docs_0_80 to replace the string
                         ="site:v0.70 with ="site:v0.80' but this needs checking.</div>
 </div>
                     
+<div class="fixme">
+<div class="label">Fixme (dc)</div>
+<div class="content">Perhaps you are talking about something else.
+                      I meant that when we copy the docs to become the next -dev (i.e.
+                      this time docs_0_90) then we need to replace all "site:" references
+                      (i.e. ="site:v0.80 with ="site:v0.90'). If you can see a better way, then great.
+                     Maybe dropping the v0.x prefix will cause it to use the most recent doc,
+                     e.g. use site:buildPlugin rather than site:v0.90/howto/buildplugin.
+                  </div>
+</div>
+                    
                 
 </li>
                 
@@ -657,6 +671,16 @@
 </li>
                 
 <li>
+                    
+<p>Edit the Forrest home page in the "News and events" section and add a text like:</p>
+                    
+<pre class="code"> Apache Forrest 0.xx was released on [Date]. [Important new features] </pre>
+                
+</li>
+                
+<li>Ensure that the documentation is building properly, do 'cd site-author; forrest'. Fix any linking errors.</li>
+                
+<li>
                   Create a new file, etc/RELEASE-NOTES-x.y.txt, where x.y is the version currently being released.
                   It is best to copy an earlier RELEASE-NOTES file, to keep a common layout.
                   In this file, insert the list of important changes which is obtained by doing:
@@ -671,20 +695,6 @@
 <li>
                     
 <p>Edit the forrest/site-author/content/xdocs/mirrors.html and adjust all version-specific content.</p>
-                    
-<div class="fixme">
-<div class="label">Fixme ()</div>
-<div class="content">FIXME: There is a bug (FOR-300) in the forrest build which generates to
-                        main/site/mirrors.html instead of build/site/mirrors.html</div>
-</div>
-                
-</li>
-                
-<li>
-                    
-<p>Edit the Forrest home page in the "News and events" section and add a text like:</p>
-                    
-<pre class="code"> Apache Forrest 0.xx was released on [Date]. [Important new features] </pre>
                 
 </li>
                 
@@ -694,7 +704,7 @@
 </div>
 
         
-<a name="N101AD"></a><a name="BuildDist"></a>
+<a name="N101B3"></a><a name="BuildDist"></a>
 <h2 class="underlined_10">Building the distribution</h2>
 <div class="section">
 <p>In this phase you build the release candidate to be tested.</p>
@@ -708,7 +718,12 @@
 <li>Announce that the code-freeze has now commenced.
                   Use the template <a href="announce_code_freeze.txt">announce_code_freeze.txt</a>
                   to send email to dev-list.
-                </li>
+                  <div class="fixme">
+<div class="label">Fixme ()</div>
+<div class="content">Define what we mean by "code-freeze".</div>
+</div>
+                
+</li>
                 
 <li>
                     
@@ -815,11 +830,8 @@
 <p>Ensure that each plugin that uses the locationmap has its "release version" set to 0.8 or
                         more.</p>
                     
-<div class="fixme">
-<div class="label">Fixme (fso)</div>
-<div class="content">Add the steps required to find that plugins that use locationmap and set the
-                        version number. Is that 0.8 only or will this be a permanent job.</div>
-</div>
+<p>If a plugin has a locationmap.xml file or uses "lm:" references in its *.xmap,
+                     then it is using locationmap. See <a href="../../docs_0_80/howto/howto-buildPlugin.html">buildPlugin</a>.</p>
                 
 </li>
                 
@@ -839,19 +851,6 @@
 <div class="label">Fixme ()</div>
 <div class="content">There are probably other areas which have version numbers. How can we improve this? Possibly with XML Entities, possibly with Ant properties.</div>
 </div>
-
-                    
-<div class="fixme">
-<div class="label">Fixme ()</div>
-<div class="content">Not sure at what stage we get rid of the old docs, e.g. 0.6</div>
-</div>
-                    
-<div class="fixme">
-<div class="label">Fixme ()</div>
-<div class="content">Not sure at what stage need to edit site-author/content/xdocs/mirrors.html (Presume
-                        that it should be done after packing release. See below.)</div>
-</div>
-
                 
 </li>
                 
@@ -985,7 +984,7 @@
 </div>
 
         
-<a name="N102A4"></a><a name="Testing+the+release+candidate+and+voting"></a>
+<a name="N102A9"></a><a name="Testing+the+release+candidate+and+voting"></a>
 <h2 class="underlined_10">Testing the release candidate and voting</h2>
 <div class="section">
 <p>Get Forrest developers to test the actual distribution on various platforms.</p>
@@ -1043,7 +1042,7 @@
 </div>
 
         
-<a name="N102E0"></a><a name="FinalRel"></a>
+<a name="N102E5"></a><a name="FinalRel"></a>
 <h2 class="underlined_10">Finalizing the release</h2>
 <div class="section">
 <p>When a good release candidate has been achieved and affirmed by the vote, we'll finalize the release.</p>
@@ -1094,7 +1093,7 @@
 </div>
 
         
-<a name="N10315"></a><a name="UploadAndAnnounce"></a>
+<a name="N1031A"></a><a name="UploadAndAnnounce"></a>
 <h2 class="underlined_10">Upload and announcement</h2>
 <div class="section">
 <p>In this phase we'll upload the new Release, wait for it to be available on most mirror sites, then
@@ -1177,11 +1176,12 @@
 </div>
                 
 </li>
-               
+                
+<li>Commit all of the above changes.</li>
                 
 <li>
                     
-<p>Rebuild (Forrest site) and publish the Forrest website as normal. Be sure to use the new version
+<p>Rebuild (Forrest site) and publish the Forrest website as normal. Be sure to use the new version of trunk
                         for building the docs. Refer to <a href="../../procedures/How_to_publish_docs.html">Publishing Forrest
                             Documentation</a> for details.</p>
                 
@@ -1248,7 +1248,7 @@
 </div>
 
         
-<a name="N103BE"></a><a name="cleanup"></a>
+<a name="N103C6"></a><a name="cleanup"></a>
 <h2 class="underlined_10">Cleanup</h2>
 <div class="section">
 <ol>
@@ -1291,11 +1291,6 @@
                 
 <li>
 <p>Do some Jira administration (need to be in the jira-administrators group)</p>
-                
-<div class="fixme">
-<div class="label">Fixme (fso)</div>
-<div class="content">Does it make sense to pass this job to the Jira-role?</div>
-</div>
                     
 <ol>
                         
@@ -1327,7 +1322,7 @@
 </li>
                 
 <li>
-<p>Cleanup this RELEASE_PROCESS.txt file to set version number examples
+<p>Cleanup this "release process" document to set version number examples
                     to be ready for the next release.</p>
                     
 <div class="fixme">
@@ -1345,7 +1340,7 @@
 </div>
         
         
-<a name="N10410"></a><a name="conclusion"></a>
+<a name="N10414"></a><a name="conclusion"></a>
 <h2 class="underlined_10">Conclusion</h2>
 <div class="section">
 <p>All done!</p>

Modified: forrest/site/procedures/release/How_to_release.pdf
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/How_to_release.pdf?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
Binary files - no diff available.

Added: forrest/site/procedures/release/anounce_code_freeze.txt
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/anounce_code_freeze.txt?rev=411413&view=auto
==============================================================================
--- forrest/site/procedures/release/anounce_code_freeze.txt (added)
+++ forrest/site/procedures/release/anounce_code_freeze.txt Sat Jun  3 02:49:42 2006
@@ -0,0 +1,40 @@
+                                      
+
+Table Of Contents
+=================
+Subject: [Important] code-freeze commenced
+
+The code-freeze is now happening to allow us to pack the
+release candidates and make them available for testing.
+
+Code-freeze means *no* non-essential commits to the trunk
+or to the new release branch. Other branches are free to
+continue.
+
+There should be no code enhancements or new functionality,
+because that could introduce new bugs.
+
+The main aim is to find and fix important bugs. Any minor
+issues are delayed until after release (add to Jira).
+
+Documentation corrections can happen because they will not
+break anything. As long as we do test the documentation
+building just prior to making the final release candidate.
+
+However, if there are important code changes that are required
+you can make a proposal to allow that commit. The PMC will
+make a quick decision.
+
+Next important milestones are:
+
+* Create release candidate #2 if there have been changes
+  on [date]
+  [www.timeanddate.com-URL]
+
+* Actual release date is [date]
+  [www.timeanddate.com-URL]
+
+Now we will go and build the releases which might take
+some time. The next message will tell you where to get
+the release candidates and describe how to test.
+

Propchange: forrest/site/procedures/release/anounce_code_freeze.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/site/skin/basic.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/basic.css?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/basic.css (original)
+++ forrest/site/skin/basic.css Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/breadcrumbs-optimized.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/breadcrumbs-optimized.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/breadcrumbs-optimized.js (original)
+++ forrest/site/skin/breadcrumbs-optimized.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/breadcrumbs.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/breadcrumbs.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/breadcrumbs.js (original)
+++ forrest/site/skin/breadcrumbs.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/fontsize.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/fontsize.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/fontsize.js (original)
+++ forrest/site/skin/fontsize.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/getBlank.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/getBlank.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/getBlank.js (original)
+++ forrest/site/skin/getBlank.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/getMenu.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/getMenu.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/getMenu.js (original)
+++ forrest/site/skin/getMenu.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/menu.js
URL: http://svn.apache.org/viewvc/forrest/site/skin/menu.js?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/menu.js (original)
+++ forrest/site/skin/menu.js Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/print.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/print.css?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/print.css (original)
+++ forrest/site/skin/print.css Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Modified: forrest/site/skin/screen.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/screen.css?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/skin/screen.css (original)
+++ forrest/site/skin/screen.css Sat Jun  3 02:49:42 2006
@@ -5,7 +5,6 @@
 * 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
 * the License.  You may obtain a copy of the License at
-
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *

Added: forrest/site/skin/screen.css.orig
URL: http://svn.apache.org/viewvc/forrest/site/skin/screen.css.orig?rev=411413&view=auto
==============================================================================
--- forrest/site/skin/screen.css.orig (added)
+++ forrest/site/skin/screen.css.orig Sat Jun  3 02:49:42 2006
@@ -0,0 +1,586 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* 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
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+body {  margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
+
+h1     { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }
+h2     { font-size : 140%; margin: 1em 0px 0.8em 0px; padding: 0px; font-weight : bold;}
+h3     { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
+.h3 { margin: 22px 0px 3px 0px; }
+h4     { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+.h4 { margin: 18px 0px 0px 0px; }
+h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold;   text-align: left; }
+h5     { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+
+/**
+* table
+*/
+table .title { background-color: #000000; }
+.ForrestTable         {
+    color: #ffffff;
+    background-color: #7099C5;
+    width: 100%;
+    font-size : 100%;
+    empty-cells: show;
+}
+table caption {
+    padding-left: 5px;
+    color: white;
+    text-align: left;
+    font-weight: bold;
+    background-color: #000000;
+}
+.ForrestTable td {
+    color: black;
+    background-color: #f0f0ff;
+}
+.ForrestTable th { text-align: center; }
+/**
+ * Page Header
+ */
+
+#top {
+    position: relative;
+    float: left;
+    width: 100%;
+    background: #294563; /* if you want a background in the header, put it here */
+}
+
+#top .breadtrail {
+    background: #CFDCED;
+    color: black;
+    border-bottom: solid 1px white;
+    padding: 3px 10px;
+    font-size: 75%;
+}
+#top .breadtrail a { color: black; }
+
+#top .header {
+    float: left;
+    width: 100%;
+    background: url("images/header_white_line.gif") repeat-x bottom;
+}
+
+#top .grouplogo {
+    padding: 7px 0 10px 10px;
+    float: left;
+    text-align: left;
+}
+#top .projectlogo {
+    padding: 7px 0 10px 10px;
+    float: left;
+    width: 33%;
+    text-align: right;
+}
+#top .projectlogoA1 {
+    padding: 7px 0 10px 10px;
+    float: right;
+}
+html>body #top .searchbox {
+    bottom: 0px;
+}
+#top .searchbox {
+    position: absolute;
+    right: 10px;
+    height: 42px;
+    font-size: 70%;
+    white-space: nowrap;
+    text-align: right;
+    color: white;
+    background-color: #000000;
+    z-index:0;
+    background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+    bottom: -1px; /* compensate for IE rendering issue */
+}
+
+#top .searchbox form {
+    padding: 5px 10px;
+    margin: 0;
+}
+#top .searchbox p {
+    padding: 0 0 2px 0;
+    margin: 0;
+}
+#top .searchbox input {
+    font-size: 100%;
+}
+
+#tabs {
+    clear: both;
+    padding-left: 10px;
+    margin: 0;
+    list-style: none;
+}
+/*    background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
+#tabs li {
+    float: left;
+    background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+    background-color: #000000;
+    margin: 0 3px 0 0;
+    padding: 0;
+}
+
+/*background: url("images/tab-left.gif") no-repeat left top;*/
+#tabs li a {
+    float: left;
+    display: block;
+    font-family: verdana, arial, sans-serif;
+    text-decoration: none;
+    color: black;
+    white-space: nowrap;
+    background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+    padding: 5px 15px 4px;
+    width: .1em; /* IE/Win fix */
+}
+
+#tabs li a:hover {
+   
+    cursor: pointer;
+    text-decoration:underline;
+}
+
+#tabs > li a { width: auto; } /* Rest of IE/Win fix */
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+#tabs a { float: none; }
+/* End IE5-Mac hack */
+
+#top .header .current {
+    background-color: #4C6C8F;
+    background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+#top .header .current a {
+    font-weight: bold;
+    padding-bottom: 5px;
+    color: white;
+    background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+}
+#publishedStrip {
+    padding-right: 10px;
+    padding-left: 20px;
+    padding-top: 3px;
+    padding-bottom:3px;
+    color: #ffffff;
+    font-size : 60%;
+    font-weight: bold;
+    background-color: #4C6C8F;
+    text-align:right;
+}
+
+#level2tabs {
+margin: 0;
+float:left;
+position:relative;
+
+}
+
+
+
+#level2tabs  a:hover {
+   
+    cursor: pointer;
+    text-decoration:underline;
+    
+}
+
+#level2tabs  a{
+   
+    cursor: pointer;
+    text-decoration:none;
+    background-image: url('images/chapter.gif');
+    background-repeat: no-repeat;
+    background-position: left 3px;
+    padding-left: 6px;
+    margin-left: 6px;
+}
+
+/*
+*    border-top: solid #4C6C8F 15px;
+*/
+#main {
+    position: relative;
+    background: white;
+    clear:both;
+}
+#main .breadtrail {
+    clear:both;
+    position: relative;
+    background: #CFDCED;
+    color: black;
+    border-bottom: solid 1px black;
+    border-top: solid 1px black;
+    padding: 0px 180px;
+    font-size: 75%;
+    z-index:10;
+}
+/**
+* Round corner
+*/
+#roundtop {
+    background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+#roundbottom {
+    background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+img.corner {
+   width: 15px;
+   height: 15px;
+   border: none;
+   display: block !important;
+}
+
+.roundtopsmall {
+    background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+#roundbottomsmall {
+    background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+img.cornersmall {
+   width: 5px;
+   height: 5px;
+   border: none;
+   display: block !important;
+}
+/**
+ * Side menu
+ */
+#menu a {  font-weight: normal; text-decoration: none;}
+#menu a:visited {  font-weight: normal; }
+#menu a:active {  font-weight: normal; }
+#menu a:hover {  font-weight: normal;  text-decoration:underline;}
+
+#menuarea { width:10em;}
+#menu {
+    position: relative;
+    float: left;
+    width: 160px;
+    padding-top: 0px;
+    top:-18px;
+    left:10px;
+    z-index: 20;
+    background-color: #f90;
+    font-size : 70%;
+    
+}
+
+.menutitle {
+        cursor:pointer;
+        padding: 3px 12px;
+        margin-left: 10px;
+        background-image: url('images/chapter.gif');
+        background-repeat: no-repeat;
+        background-position: left 6px;
+        font-weight : bold;
+
+        
+}
+
+.menutitle:hover{text-decoration:underline;cursor: pointer;}
+
+#menu .menuitemgroup {
+        margin: 0px 0px 6px 8px;
+        padding: 0px;
+        font-weight : bold; }
+
+#menu .selectedmenuitemgroup{
+        margin: 0px 0px 0px 8px;
+        padding: 0px;
+        font-weight : normal; 
+       
+        }
+
+#menu .menuitem {
+        padding: 2px 0px 1px 13px;
+        background-image: url('images/page.gif');
+        background-repeat: no-repeat;
+        background-position: left 5px;
+        font-weight : normal;
+        margin-left: 10px;
+}
+
+#menu .menupage {
+        margin: 2px 0px 1px 10px;
+        padding: 0px 3px 0px 12px;
+        background-image: url('images/page.gif');
+        background-repeat: no-repeat;
+        background-position: left 4px;
+        font-style : normal;
+}
+#menu .menupagetitle {
+        padding: 0px 0px 0px 1px;
+        font-style : normal;
+        border-style: solid;
+        border-width: 1px;
+        margin-right: 10px;
+         
+}
+#menu .menupageitemgroup {
+        padding: 3px 0px 4px 6px;
+        font-style : normal;
+        border-bottom: 1px solid ;
+        border-left: 1px solid ;
+        border-right: 1px solid ;
+        margin-right: 10px;
+}
+#menu .menupageitem {
+        font-style : normal;
+        font-weight : normal;
+        border-width: 0px;
+        font-size : 90%;
+}
+#menu #credit {
+    text-align: center;
+}
+#menu #credit2 {
+    text-align: center;
+    padding: 3px 3px 3px 3px;
+    background-color: #ffffff;
+}
+#menu .searchbox {
+    text-align: center;
+}
+#menu .searchbox form {
+    padding: 3px 3px;
+    margin: 0;
+}
+#menu .searchbox input {
+    font-size: 100%;
+}
+
+#content {
+    padding: 20px 20px 20px 180px;
+    margin: 0;
+    font : small Verdana, Helvetica, sans-serif;
+    font-size : 80%;
+}
+
+#content ul {
+    margin: 0;
+    padding: 0 25px;
+}
+#content li {
+    padding: 0 5px;
+}
+#feedback {
+    color: black;
+    background: #CFDCED;
+    text-align:center;
+    margin-top: 5px;
+}
+#feedback #feedbackto {
+    font-size: 90%;
+    color: black;
+}
+#footer {
+    clear: both;
+    position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
+    width: 100%;
+    background: #CFDCED;
+    border-top: solid 1px #4C6C8F;
+    color: black;
+}
+#footer .copyright {
+    position: relative; /* IE bugfix cont'd */
+    padding: 5px;
+    margin: 0;
+    width: 45%;
+}
+#footer .lastmodified {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    width: 45%;
+    padding: 5px;
+    margin: 0;
+    text-align: right;
+}
+#footer a { color: white; }
+
+#footer #logos {
+    text-align: left;
+}
+
+
+/**
+ * Misc Styles
+ */
+
+acronym { cursor: help; }
+.boxed      { background-color: #a5b6c6;}
+.underlined_5     {border-bottom: solid 5px #4C6C8F;}
+.underlined_10     {border-bottom: solid 10px #4C6C8F;}
+/* ==================== snail trail ============================ */
+
+.trail {
+  position: relative; /* IE bugfix cont'd */
+  font-size: 70%;
+  text-align: right;
+  float: right;
+  margin: -10px 5px 0px 5px;
+  padding: 0;
+}
+
+#motd-area {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    width: 35%;
+    background-color: #f0f0ff;
+    border-top: solid 1px #4C6C8F;
+    border-bottom: solid 1px #4C6C8F;
+    margin-bottom: 15px;
+    margin-left: 15px;
+    margin-right: 10%;
+    padding-bottom: 5px;
+    padding-top: 5px;
+}
+
+#minitoc-area {
+    border-top: solid 1px #4C6C8F;
+    border-bottom: solid 1px #4C6C8F;
+    margin: 15px 10% 5px 15px;
+   /* margin-bottom: 15px;
+    margin-left: 15px;
+    margin-right: 10%;*/
+    padding-bottom: 7px;
+    padding-top: 5px;
+}
+.minitoc {
+    list-style-image: url('images/current.gif');
+    font-weight: normal;
+}
+
+li p {
+    margin: 0;
+    padding: 0;
+}
+
+.pdflink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.pdflink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.pdflink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.pdflink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+.xmllink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.xmllink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.xmllink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.xmllink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+.podlink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.podlink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.podlink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.podlink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+
+.printlink {
+    float: right;
+}
+.printlink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.printlink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+.printlink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+
+p.instruction {
+  display: list-item;
+  list-style-image: url('../images/instruction_arrow.png');
+  list-style-position: outside;
+  margin-left: 2em;
+} 

Modified: forrest/site/tools/eclipse.html
URL: http://svn.apache.org/viewvc/forrest/site/tools/eclipse.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/tools/eclipse.html (original)
+++ forrest/site/tools/eclipse.html Sat Jun  3 02:49:42 2006
@@ -246,8 +246,7 @@
 <div class="warning">
 <div class="label">Warning</div>
 <div class="content">
-          The Forrest plugin for Eclipse is new and under rapid development. For up to the minute
-          details of available features see the dev list archives.
+          The Forrest plugin for Eclipse is new and under development.
         </div>
 </div>
 </div>

Modified: forrest/site/tools/eclipse.pdf
URL: http://svn.apache.org/viewvc/forrest/site/tools/eclipse.pdf?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/who.html
URL: http://svn.apache.org/viewvc/forrest/site/who.html?rev=411413&r1=411412&r2=411413&view=diff
==============================================================================
--- forrest/site/who.html (original)
+++ forrest/site/who.html Sat Jun  3 02:49:42 2006
@@ -309,7 +309,7 @@
         Committers can be as active as they choose and there is no performance
         pressure from the project. For those who are interested in the work
         that each paticular committer has done, see the
-        <a href="guidelines.html#contributions">acknowledgements</a> section.
+        <a href="guidelines.html#contribution">acknowledgements</a> section.
       </p>
 <p> All <a href="http://cocoon.apache.org/community/members.html">Apache Cocoon committers</a>
       and <a href="http://lenya.apache.org/community/acknowledgements.html">Apache Lenya committers</a>

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