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 2007/04/10 12:37:06 UTC

svn commit: r527091 - in /forrest/trunk: etc/ main/ plugins/ site-author/ site-author/content/xdocs/docs_0_90/ site-author/content/xdocs/pluginDocs/ site-author/content/xdocs/tools/ site-author/content/xdocs/versions/ tools/forrestbar/xpi/

Author: crossley
Date: Tue Apr 10 03:37:05 2007
New Revision: 527091

URL: http://svn.apache.org/viewvc?view=rev&rev=527091
Log:
Final updates for 0.8 release. Changing version numbers, etc.
Following procedures/release/How_to_release.html#BuildDist

Modified:
    forrest/trunk/etc/RELEASE-NOTES-0.8.txt
    forrest/trunk/main/build.xml
    forrest/trunk/main/forrest.build.xml
    forrest/trunk/plugins/build.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml
    forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi
    forrest/trunk/site-author/content/xdocs/versions/index.xml
    forrest/trunk/site-author/skinconf.xml
    forrest/trunk/site-author/status.xml
    forrest/trunk/tools/forrestbar/xpi/install.js
    forrest/trunk/tools/forrestbar/xpi/install.rdf

Modified: forrest/trunk/etc/RELEASE-NOTES-0.8.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/etc/RELEASE-NOTES-0.8.txt?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/etc/RELEASE-NOTES-0.8.txt (original)
+++ forrest/trunk/etc/RELEASE-NOTES-0.8.txt Tue Apr 10 03:37:05 2007
@@ -1,65 +1,65 @@
-                     Release Notes for Forrest 0.8
+                       Release Notes for Forrest 0.8
 
 Apache Forrest is pleased to release the new version: apache-forrest-0.8
 ========================================================================
 
   It can be downloaded from one of the Apache Software Foundation mirror 
-  sites [Link: http://forrest.apache.org/mirrors.cgi].
+  sites [Link: http://forrest.apache.org/mirrors.cgi]. 
 
   Apache Forrest is a publishing framework that transforms input from 
   various sources into a unified presentation in one or more output 
   formats. The modular and extensible plugin architecture is based on 
   Apache Cocoon and relevant standards, which separates presentation from 
   content. Forrest can generate static documents, or be used as a dynamic 
-  server, or be deployed by its automated facility.
+  server, or be deployed by its automated facility. 
 
 Requirements
 ============
 
-  A Java Runtime Environment (1.4 or higher) installed.
+  A Java Runtime Environment (1.4 or higher) installed. 
 
-  To build from source requires a Java Development Kit (1.4 or higher)
+  To build from source requires a Java Development Kit (1.4 or higher) 
 
   Apache Ant is not required: Forrest uses its own version of Ant in 
-  tools/ant/
+  tools/ant/ 
 
-  Apache Cocoon is not required: Forrest uses its own version.
+  Apache Cocoon is not required: Forrest uses its own version. 
 
 Installing Apache Forrest
 =========================
 
   The distribution contains all Forrest resources (skins, XSLTs, images, 
-  schemas), source code and Forrest's own website documentation.
+  schemas), source code and Forrest's own website documentation. 
 
   Copy somewhere permanent, like /usr/local/forrest or c:\forrest 
   (Support for installation on Windows systems into directories 
   containing spaces is very new, please report back on your success or 
-  failure.)
+  failure.) 
 
   Set FORREST_HOME environment variable to point to that top-level 
-  directory.
+  directory. 
 
-  Add to the system PATH environment variable, i.e. $FORREST_HOME/bin 
-  (Unix) or %FORREST_HOME%\bin (Windows)
+  Add to the system PATH environment variable,
+  i.e. $FORREST_HOME/bin (Unix) or %FORREST_HOME%\bin (Windows) 
 
 Getting Started
 ===============
 
-  See the file index.html for the quick start tips.
+  See the file index.html for the quick start tips. 
 
 Issue tracking
 ==============
 
   If you notice what appears to be a bug or wish to make a contribution, 
   please report it via the Forrest issue tracker
-  [Link: http://forrest.apache.org/issues.html].
+  [Link: http://forrest.apache.org/issues.html]. 
 
 Feedback
 ========
 
   Feedback, feature suggestions, contributions, bugs, and any other 
   issues can be discussed on our mailing lists
-  [Link: http://forrest.apache.org/mail-lists.html].
+  [Link: http://forrest.apache.org/mail-lists.html]. 
 
 Major Changes in Version 0.8
 ============================
@@ -67,7 +67,7 @@
                                   ** Note **
   This is not a complete list of changes, just some of the more important 
   ones. A full list of changes in this release is available
-  [Link: http://forrest.apache.org/changes.html].
+  [Link: http://forrest.apache.org/changes.html]. 
   --------------------------------------------------------------------------
 
   Changes to the Code Base
@@ -143,5 +143,9 @@
   Changes to Documentation
   ------------------------
 
-    * [Icon: add] Added document to facilitate upgrading to v0.8 [Link: 
-      docs_0_80/upgrading_08.html] Committed by DC.
+    * [Icon: add] Added document to facilitate upgrading to v0.8
+      Committed by DC.
+      [Link: http://forrest.apache.org/docs/upgrading_08.html]
+
+    * There are many more documentation changes.
+      [Link: http://forrest.apache.org/changes.html]

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Apr 10 03:37:05 2007
@@ -45,7 +45,7 @@
     <property name="build.compiler.type"        value="classic"/>
     <property name="build.compiler.vm"          value="1.2"/>
     <property name="name" value="apache-forrest"/>
-    <property name="forrest.version" value="0.8-dev"/>
+    <property name="forrest.version" value="0.8"/>
     <property name="forrest.core" location="."/>
     <property name="java.dir"              location="java"/>
     <property name="plugins.dir"           location="${forrest.home}/plugins"/>

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Tue Apr 10 03:37:05 2007
@@ -25,7 +25,7 @@
 <project default="site" basedir="." name="forrest">
   <property environment="env" />
   <property name="forrest.home"               location="${env.FORREST_HOME}" />
-  <property name="forrest.version"            value="0.8-dev"/>
+  <property name="forrest.version"            value="0.8"/>
   <property name="forrest.lib-dir"            location="${forrest.home}/lib"/>
   <property name="forrest.core.lib-dir"       location="${forrest.lib-dir}/core"/>
   <property name="forrest.endorsed.lib-dir"   location="${forrest.lib-dir}/endorsed"/>

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Tue Apr 10 03:37:05 2007
@@ -20,7 +20,7 @@
   <!-- The minimum version of Forrest a plugin is known to work -->
   <!-- This should be overridden in the plugin build file when necessary
        i.e. when the plugin is being developed for a different Forrest version -->
-  <property name="forrest.version" value="0.8"/>
+  <property name="forrest.version" value="0.9"/>
   <property name="forrest.home"                       location="${env.FORREST_HOME}"/>   
   <property name="forrest.core"                       location="${env.FORREST_HOME}/main" />  
   <property name="forrest.ant.lib.dir"                location="${forrest.home}/tools/ant/lib"/>  

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml Tue Apr 10 03:37:05 2007
@@ -21,13 +21,13 @@
     <title>Forrest 0.90-dev documentation</title>
   </header>
   <body>
-    <note>
+    <p>
       This is the <strong>development</strong> version of Apache Forrest.
       Developers can obtain it from the <a href="site:version-control">Subversion</a>
       repository.
       See the notes for obtaining and <a href="site:build">Building
       Forrest</a>.
-    </note>
+    </p>
     <p>This is a placeholder document for the new version.</p>
   </body>
 </document>

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml Tue Apr 10 03:37:05 2007
@@ -27,7 +27,7 @@
     <ul>
       <li><a href="site:v0.80/plugins/index">0.8</a> - the current release</li>
       <li><a href="site:plugins/index">0.9-dev</a> - the current development version</li>
-      <li><a href="site:plugins/index">0.7</a> - the past version</li>
+      <li><a href="site:v0.70/plugins/index">0.7</a> - the past version</li>
     </ul>
   </body>
 </document>

Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
Binary files - no diff available.

Modified: forrest/trunk/site-author/content/xdocs/versions/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/versions/index.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/site-author/content/xdocs/versions/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/versions/index.xml Tue Apr 10 03:37:05 2007
@@ -25,9 +25,9 @@
       Documentation is available for various releases ...
     </p>
     <ul>
-      <li><a href="site:v0.70/documentation/index">0.7</a> - the past release</li>
       <li><a href="site:v0.80/documentation/index">0.8</a> - the current release</li>
       <li><a href="site:documentation/index">0.9-dev</a> - the current development version</li>
+      <li><a href="site:v0.70/documentation/index">0.7</a> - the past release</li>
     </ul>
   </body>
 </document>

Modified: forrest/trunk/site-author/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/skinconf.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/site-author/skinconf.xml (original)
+++ forrest/trunk/site-author/skinconf.xml Tue Apr 10 03:37:05 2007
@@ -96,34 +96,45 @@
   <toc max-depth="2" min-sections="1" location="page"/>
 <!-- Heading types can be clean|underlined|boxed  -->
   <headings type="underlined"/>
-<!--
-        16 April 2007 Forrest-0.8 released: Features Locationmap.
--->
   <motd>
     <motd-option pattern="index.html" starts-with="true">
       <motd-page location="page">
-        23 June 2005 Forrest-0.7 released: Features an architecture for plugins
+        16 April 2007 Forrest-0.8 released: Features the Locationmap.
       </motd-page>
       <motd-page-url>http://forrest.apache.org/mirrors.cgi</motd-page-url>
     </motd-option>
+    <motd-option pattern="docs_0_90">
+      <motd-title>v0.9-dev</motd-title>
+      <motd-page location="both">
+        This is documentation for development version v0.9-dev
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/</motd-page-url>
+    </motd-option>
+    <motd-option pattern="plugins_0_90">
+      <motd-title>v0.9-dev</motd-title>
+      <motd-page location="both">
+        This is documentation for development version v0.9-dev
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/pluginDocs/</motd-page-url>
+    </motd-option>
     <motd-option pattern="docs_0_80">
-      <motd-title>v0.8-dev</motd-title>
+      <motd-title>v0.8</motd-title>
       <motd-page location="both">
-        This is documentation for development version v0.8
+        This is documentation for current version v0.8
       </motd-page>
       <motd-page-url>http://forrest.apache.org/versions/</motd-page-url>
     </motd-option>
     <motd-option pattern="plugins_0_80">
-      <motd-title>v0.8-dev</motd-title>
+      <motd-title>v0.8</motd-title>
       <motd-page location="both">
-        This is documentation for development version v0.8
+        This is documentation for current version v0.8
       </motd-page>
       <motd-page-url>http://forrest.apache.org/pluginDocs/</motd-page-url>
     </motd-option>
     <motd-option pattern="docs_0_70">
       <motd-title>v0.7</motd-title>
       <motd-page location="both">
-        This is documentation for current version v0.7
+        This is documentation for past version v0.7
       </motd-page>
       <motd-page-url>http://forrest.apache.org/versions/</motd-page-url>
     </motd-option>
@@ -133,13 +144,6 @@
         This is documentation for current version v0.7
       </motd-page>
       <motd-page-url>http://forrest.apache.org/pluginDocs/</motd-page-url>
-    </motd-option>
-    <motd-option pattern="docs_0_60">
-      <motd-title>v0.6</motd-title>
-      <motd-page location="both">
-        This is documentation for past version v0.6
-      </motd-page>
-      <motd-page-url>http://forrest.apache.org/versions/</motd-page-url>
     </motd-option>
   </motd>
   <extra-css>

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Tue Apr 10 03:37:05 2007
@@ -67,7 +67,7 @@
       </introduction>
       <notes>
         <section>
-          <title>Apache Forrest is pleased to release the new version: apache-forrest-0.8-dev</title>
+          <title>Apache Forrest is pleased to release the new version: apache-forrest-0.8</title>
           <p>
             It can be downloaded from one of the
             <link href="http://forrest.apache.org/mirrors.cgi">Apache Software

Modified: forrest/trunk/tools/forrestbar/xpi/install.js
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/install.js?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/install.js (original)
+++ forrest/trunk/tools/forrestbar/xpi/install.js Tue Apr 10 03:37:05 2007
@@ -16,7 +16,7 @@
 */
 
 // Initialize Install
-var err = initInstall("ForrestBar", "forrestbar", "0.7");
+var err = initInstall("ForrestBar", "forrestbar", "0.8");
 
 // Get the JAR
 addFile("forrestbar", "chrome/forrestbar.jar", getFolder("chrome"),"");

Modified: forrest/trunk/tools/forrestbar/xpi/install.rdf
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/install.rdf?view=diff&rev=527091&r1=527090&r2=527091
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/install.rdf (original)
+++ forrest/trunk/tools/forrestbar/xpi/install.rdf Tue Apr 10 03:37:05 2007
@@ -20,7 +20,7 @@
   <Description about="urn:mozilla:install-manifest">
     <em:id>{057e51a0-7e81-4749-ad58-d5e32a6084a9}</em:id>
 <!-- need guid for 1.0 -->
-    <em:version>0.8-dev</em:version>
+    <em:version>0.8</em:version>
     <em:contributor>Nicola Ken Barozzi</em:contributor>
     <em:contributor>Dave Brondsema</em:contributor>
     <em:contributor>David Crossley</em:contributor>