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/25 06:29:43 UTC

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

Author: crossley
Date: Sat Jul 24 21:29:42 2004
New Revision: 23226

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/dtd-docs.xml
   forrest/trunk/src/documentation/content/xdocs/howto/howto-howto.xml
   forrest/trunk/src/documentation/content/xdocs/site.xml
Log:
Generate the version 1.3 DTD documentation.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/dtd-docs.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/dtd-docs.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/dtd-docs.xml	Sat Jul 24 21:29:42 2004
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Forrest DTD documentation</title>
@@ -27,9 +27,9 @@
   DTDs, they are primarily "user-oriented help" documentation.</p>
   <p>There exists generated documentation for:</p>
   <ul>
-    <li><link href="document-v12.dtdx.html">document-v12</link></li>
-  <li><link href="howto-v12.dtdx.html">howto-v12</link></li>
-  <li><link href="faq-v12.dtdx.html">faq-v12</link></li>
+    <li><link href="document-v13.dtdx.html">document-v13</link></li>
+  <li><link href="howto-v13.dtdx.html">howto-v13</link></li>
+  <li><link href="faq-v13.dtdx.html">faq-v13</link></li>
   </ul>
   <p>Hope this helps ;-)</p>
   </body>

Modified: forrest/trunk/src/documentation/content/xdocs/howto/howto-howto.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/howto/howto-howto.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/howto/howto-howto.xml	Sat Jul 24 21:29:42 2004
@@ -14,8 +14,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE howto PUBLIC "-//APACHE//DTD How-to V1.2//EN"
-"http://forrest.apache.org/dtd/howto-v12.dtd">
+<!DOCTYPE howto PUBLIC "-//APACHE//DTD How-to V1.3//EN"
+"http://forrest.apache.org/dtd/howto-v13.dtd">
 <howto>
   <header>
     <title>How to write a How-To</title>
@@ -60,7 +60,7 @@
       document.</li>
     </ul>
 
-    <note>See the <link href="site:howto-v12-dtd">DTD documentation</link>
+    <note>See the <link href="site:howto-v13-dtd">DTD documentation</link>
     which explains the document structure.</note>
   </prerequisites>
 

Modified: forrest/trunk/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/site.xml	Sat Jul 24 21:29:42 2004
@@ -78,10 +78,10 @@
     
   <samples label="References" href="docs/" tab="docs">
     <dtd-docs-container label="DTD documentation">
-        <dtd-docs         label="index"                href="dtd-docs.html"/>
-        <document-v12-dtd label="document-v12"  href="document-v12.dtdx.html"/>
-        <howto-v12-dtd    label="howto-v12"       href="howto-v12.dtdx.html"/> 
-        <faq-v12-dtd      label="faq-v12"         href="faq-v12.dtdx.html"/>           
+      <dtd-docs label="index" href="dtd-docs.html"/>
+      <document-v13-dtd label="document-v13" href="document-v13.dtdx.html"/>
+      <howto-v13-dtd label="howto-v13" href="howto-v13.dtdx.html"/>
+      <faq-v13-dtd label="faq-v13" href="faq-v13.dtdx.html"/>
     </dtd-docs-container>
     <document-v12 label="document-v12" href="document-v12.html"/>
     <wiki label="Wiki Reference" href="wiki-sample.html"/>