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 2005/04/12 07:31:35 UTC

svn commit: r161017 - forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml

Author: crossley
Date: Mon Apr 11 22:31:35 2005
New Revision: 161017

URL: http://svn.apache.org/viewcvs?view=rev&rev=161017
Log:
Re-arrange the order of sections.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml?view=diff&r1=161016&r2=161017
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml Mon Apr 11 22:31:35 2005
@@ -42,7 +42,7 @@
     <section id="new">
       <title>New Features</title>
       <p>
-        The following list shows some of the key new features for Forrest 0.7
+        The following list shows some of the key new features
         (for the full list of changes, see the
         <a href="site:changes">change log</a>).
       </p>
@@ -64,6 +64,37 @@
       </p>
     </section>
 
+    <section id="home">
+      <title>New location of $FORREST_HOME</title>
+      <p>
+      $FORREST_HOME is now the top-level of the distribution.
+      Also make sure $PATH gets updated to use the new $FORREST_HOME/bin
+      </p>
+    </section>
+
+    <section id="jdk14">
+      <title>Java JDK 1.4 is required</title>
+      <p>Java JDK 1.4 is required.
+      </p>
+    </section>
+
+    <section id="tips">
+      <title>General upgrade tips</title>
+      <p>
+      Synchronise your project's skinconf.xml and forrest.properties files.
+      </p>
+      <p>
+      Take advantage of the separation of concerns. In a new workspace,
+      create a fresh
+      '<code>forrest seed</code>' site, then tweak its forrest.properties
+      and skinconf.xml until it reflects your old site.
+      When it is ready, replace your project's skinconf.xml and
+      forrest.properties files.
+      Any remaining issues would concern other aspects of your configuration,
+      such as site.xml and your actual content.
+      </p>
+    </section>
+
     <section id="plugin">
       <title>Plugin architecture</title>
       <p>
@@ -89,12 +120,6 @@
       </source>
     </section>
 
-    <section id="jdk14">
-      <title>Java JDK 1.4 is required</title>
-      <p>Java JDK 1.4 is required.
-      </p>
-    </section>
-
     <section id="raw">
       <title>Including raw un-processed content</title>
       <p>The method for including "raw un-processed content" has changed.
@@ -123,31 +148,6 @@
         add an entry to conf/cli.xconf to exclude them from processing.
         An FAQ describes the use of Cocoon's
         <a href="faq.html#ignoring_javadocs">cli.xconf</a>
-      </p>
-    </section>
-
-    <section id="tips">
-      <title>General upgrade tips</title>
-      <p>
-      Synchronise your project's skinconf.xml and forrest.properties files.
-      </p>
-      <p>
-      Take advantage of the separation of concerns. In a new workspace,
-      create a fresh
-      '<code>forrest seed</code>' site, then tweak its forrest.properties
-      and skinconf.xml until it reflects your old site.
-      When it is ready, replace your project's skinconf.xml and
-      forrest.properties files.
-      Any remaining issues would concern other aspects of your configuration,
-      such as site.xml and your actual content.
-      </p>
-    </section>
-
-    <section id="home">
-      <title>New location of $FORREST_HOME</title>
-      <p>
-      $FORREST_HOME is now the top-level of the distribution.
-      Also make sure $PATH gets updated to use the new $FORREST_HOME/bin
       </p>
     </section>