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/07/14 01:57:35 UTC

svn commit: r421747 - /forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml

Author: crossley
Date: Thu Jul 13 16:57:34 2006
New Revision: 421747

URL: http://svn.apache.org/viewvc?rev=421747&view=rev
Log:
Refer to Locationmap.
Encourage them to look at new whiteboard plugins, and Dispatcher.
Add notes about looking at plugin changes too.
Put the notes about "clean" at the top.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml?rev=421747&r1=421746&r2=421747&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml Thu Jul 13 16:57:34 2006
@@ -30,7 +30,7 @@
 </note>
       <p>
       This page describes some changes to Apache Forrest that affect people who are
-      upgrading to the 0.8-dev version.
+      upgrading to the 0.8 version.
       If you have other issues, then please discuss on either the
       <a href="site:mail-lists/forrest-dev">dev</a> or
       <a href="site:mail-lists/forrest-user">user</a>
@@ -47,19 +47,36 @@
     <section id="new">
       <title>New Features</title>
       <p>
-        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>).
+        The following list shows some of the key new features.
+        For the full list of changes, see the main
+        <a href="site:changes">change log</a> and also for each plugin.
       </p>
       <ul>
-        <li>See <a href="site:v0.80//status-themes">Status of Themes: Skins and Dispatcher</a>.</li>
+        <li><a href="site:locationmap">Locationmap</a>.</li>
       </ul>
+      <p>Many new initial plugins are in the "whiteboard". See the entries in the
+        <a href="site:changes">change log</a> and see each plugin's documentation and changes log.
+        This includes the new Dispatcher.
+        See <a href="site:v0.80//status-themes">Status of Themes: Skins and Dispatcher</a>.
+      </p>
+    </section>
+
+    <section id="config">
+      <title>Compare configuration</title>
       <p>
         As usual, do a "forrest seed site" in a new directory and compare the
         forrest.properties and skinconf.xml with that of your project.
       </p>
     </section>
 
+    <section id="clean">
+      <title>Run a clean target after upgrade</title>
+      <p>
+        Do 'forrest clean-work' in each of your projects. This also removes
+        the old Cocoon disk cache.
+      </p>
+    </section>
+
     <section id="to2to">
       <title>New filename convention for stylesheets</title>
       <p>
@@ -72,14 +89,6 @@
         <code>'cd skins/my-skin/xslt/html; mv tab2menu.xsl tab-to-menu.xsl'</code> (do each of book2menu.xsl document2html.xsl site2xhtml.xsl tab2menu.xsl).
         It is advisable to follow this naming convention for your other resources,
         which will mean that you can utilise the locationmap.
-      </p>
-    </section>
-
-    <section id="clean">
-      <title>Run a clean target after upgrade</title>
-      <p>
-        Do 'forrest clean-work' in each of your projects. This also removes
-        the old Cocoon disk cache.
       </p>
     </section>