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 2004/07/23 04:20:50 UTC

svn commit: rev 23161 - in forrest/trunk: . src/documentation/content/xdocs/docs

Author: crossley
Date: Thu Jul 22 19:20:49 2004
New Revision: 23161

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
   forrest/trunk/status.xml
Log:
Add some notes about compatibility of the the upgraded DTDs.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	Thu Jul 22 19:20:49 2004
@@ -18,7 +18,6 @@
 <document> 
   <header> 
     <title>Upgrading to Forrest 0.6</title> 
-    <version>$Revision$</version>
   </header> 
   <body> 
     <section>
@@ -27,8 +26,8 @@
       This page describes changes to Forrest that affect people who are
       upgrading from 0.4 and earlier to the 0.6 version.
       Please post your upgrade experiences to either the
-      <link href="site:mail-lists/forrest-dev">forrest-dev</link> or
-      <link href="site:mail-lists/forrest-user">forrest-user</link>
+      <link href="site:mail-lists/forrest-dev">dev</link> or
+      <link href="site:mail-lists/forrest-user">user</link>
       mailing lists.
       As more experience is gained, this document will be updated.  
       </p>
@@ -49,6 +48,7 @@
         <li>copyless</li>
         <li>SVN</li>
         <li>skinconf DTD</li>
+        <li>Forrestbot</li>
       </ul>
     </section>
 
@@ -123,6 +123,20 @@
       </p>
     </section>
     
+    <section id="dtd">
+      <title>New DTDs</title>
+      <p>
+      Updated all v1.2 DTDs to become v1.3 DTDs (forward compatibility:
+      v1.2 docs will work fine as V1.3). The main change is the addition
+      of a @class attribute to every element, which enables the "extra-css"
+      section in the skinconf to be put to good use.
+      </p>
+      <p>
+      Updated the v2.0a DTDs to become v2.0 DTDs (forward incompatibility:
+      v1.2/1.3 docs are not forward-compatible as V2.0).
+      </p>
+    </section>
+
     <section id="catalog">
       <title>SystemIdentifiers for DTDs changed to forrest.apache.org</title>
       <p>

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Thu Jul 22 19:20:49 2004
@@ -58,10 +58,12 @@
       </action>
       <action dev="DC" type="update" context="core"
         due-to="Rick Tessner" fixes-bug="FOR-174">
-        Have @class attribute in DTD for every tag, which enables the
+        Have @class attribute in DTD for every element, which enables the
         "extra-css" section in the skinconf to be put to good use.
-        Updated all v1.2 DTDs to become v1.3 DTDs
-        and updated the v2.0a DTDs to become v2.0 DTDs.
+        Updated all v1.2 DTDs to become v1.3 DTDs (forward compatibility:
+        v1.2 docs will work fine as V1.3).
+        Updated the v2.0a DTDs to become v2.0 DTDs (forward incompatibility:
+        v1.2/1.3 docs are not forward-compatible as V2.0).
         Added demo of extra-css to the seed site and updated some
         sample docs to use new v1.3 DTDs.
         See the issue report for full list of changes.
@@ -69,7 +71,7 @@
       <action dev="DC" type="add" context="docs">
         Added a How-To:
         <link href="site:asf-mirror">Generate an ASF mirrors page using
-        interactive web form</link> and ihtml to include additional html
+        interactive web form</link> using ihtml to include additional html
         form elements.
       </action>
       <action dev="DB" type="add" context="forrestbot" fixes-bug="FOR-219">