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/05/09 06:54:28 UTC

svn commit: r536420 - /forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml

Author: crossley
Date: Tue May  8 21:54:27 2007
New Revision: 536420

URL: http://svn.apache.org/viewvc?view=rev&rev=536420
Log:
Re-name "Standard document format" to the more commonly used "Internal document format" (#internal-xml) and enhanced the definition.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml?view=diff&rev=536420&r1=536419&r2=536420
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml Tue May  8 21:54:27 2007
@@ -77,6 +77,24 @@
       </notes>
     </item>
   </part>
+  <part id="i">
+    <title>I</title>
+    <item id="internal-xml">
+      <term>Internal document format</term>
+      <definitions>
+        <definition>
+          Forrest's <em>internal</em> document format (defined by an XML-grammar).
+          This format is the common denominator for all things going into or coming
+          out of Forrest's core processing. All input-plugins will translate their
+          supported documents into this format, all output-plugins will create the
+          output by transforming this format into something else.
+          Currently Forrest uses "xdoc" <link href="site:document-v13-dtd">document-v13-dtd</link>
+          as its internal format (see definition of <link href="#xdoc">xdoc</link> below).
+          We plan to later use a set of xhtml2 as the internal format.
+        </definition>
+      </definitions>
+    </item>
+  </part>
   <part id="p">
     <title>P</title>
     <item id="plugins">
@@ -96,7 +114,7 @@
     <item id="ReleaseCandidate">
       <term>Release Candidate</term>
       <definitions>
-        <definition>A temporary Forrest package build from trunk during the <link href="site:howToRelease">release process</link> to be tested and evaluated.</definition>
+        <definition>A temporary Forrest package built from trunk during the <link href="site:howToRelease">release process</link> to be tested and evaluated.</definition>
       </definitions>
     </item>
   </part>
@@ -161,15 +179,6 @@
         <definition></definition>
       </definitions>
     </item>
-    <item id="StandardDocumentFormat">
-      <term>Standard Document Format</term>
-      <definitions>
-        <definition>Forrests <em>internal</em> document format (defined by an XML-grammar). This format ist the common denominator 
-                for all things going into or coming out of Forrest's core processing. All input-plugins will translate their supported documents into this
-                format, all output-plugins will create the output by transforming this format into something else. Currently Forrest uses <link href="site:document-v13-dtd">document-v13-dtd</link> as its internal format.
-            </definition>
-      </definitions>
-    </item>
   </part>
   <part id="x">
     <title>X</title>
@@ -178,8 +187,10 @@
       <definitions>
         <definition>"xdoc" is an xml documentation stucture that started life at some other ASF
         projects. Apache Forrest adopted it and enhanced it to be similar to xhtml2. "xdoc" is
-        currently the internal xml structure of Forrest (someday will be xhtml2). "xdocs" can be
-        used as an input source format.</definition>
+        currently the <link href="#internal-xml">internal xml structure</link>
+        of Forrest (someday will be xhtml2). "xdocs" can be
+        used as an input source format.
+        </definition>
       </definitions>
       <notes>
         <item-note><link href="site:dtd-docs">Reference docs</link>