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/04/13 06:03:55 UTC

svn commit: r393702 - /forrest/trunk/site-author/content/xdocs/docs_0_80/glossary.xml

Author: crossley
Date: Wed Apr 12 21:03:53 2006
New Revision: 393702

URL: http://svn.apache.org/viewcvs?rev=393702&view=rev
Log:
Fix xml indenting.

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

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/glossary.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/glossary.xml?rev=393702&r1=393701&r2=393702&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/glossary.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/glossary.xml Wed Apr 12 21:03:53 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
   Copyright 2002-2005 The Apache Software Foundation or its licensors,
   as applicable.
@@ -16,36 +16,35 @@
   limitations under the License.
 -->
 <!DOCTYPE glossary PUBLIC "-//Apache Forrest//DTD Glossary V1.0//EN"
- "glossary-v10.dtd">
-
- <glossary>
-   <title>Forrest Glossary</title>
+"glossary-v10.dtd">
+<glossary>
+  <title>Forrest Glossary</title>
   <introduction>
-    <p>This is a Glossary of Terms and their definitions for the
-    <link href="ext:forrest">Apache Forrest</link> project.</p>
+    <p>This is a Glossary of Terms and their definitions for the 
+    <link href="ext:forrest">Apache Forrest</link>project.</p>
   </introduction>
   <part id="a">
     <title>A</title>
-
-  <item id="AddContent">
+    <item id="AddContent">
       <term>Add content to this Glossary</term>
-      <definition>This Glossary is incomplete, please help where you can by adding definitions
-      to existing items where needed. Also, add new Items to the Glossary as appropriate.</definition>
-
-  <notes>
-  <item-note>See <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=112596689428172&amp;w=2#1">Archive Mail</link>
-  </item-note>
-  <item-note>See <link href="http://issues.apache.org/jira/browse/FOR-639">Issue FOR-639</link></item-note>
-  </notes>
-</item>
+      <definition>This Glossary is incomplete, please help where you can by adding definitions to
+      existing items where needed. Also, add new Items to the Glossary as appropriate.</definition>
+      <notes>
+        <item-note>See 
+        <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=112596689428172&amp;w=2#1">
+        Archive Mail</link></item-note>
+        <item-note>See 
+        <link href="http://issues.apache.org/jira/browse/FOR-639">Issue FOR-639</link></item-note>
+      </notes>
+    </item>
     <item id="ASF">
       <term>Apache Software Foundation</term>
       <acronym title="Apache Software Foundation">ASF</acronym>
-      <definition>The <link href="http://apache.org">Apache Software Foundation</link> is the home of Forrest.
-      </definition>
+      <definition>The 
+      <link href="http://apache.org">Apache Software Foundation</link>is the home of
+      Forrest.</definition>
     </item>
   </part>
-
   <part id="b">
     <title>B</title>
     <item>
@@ -53,8 +52,7 @@
       <definition></definition>
     </item>
   </part>
-
-    <part id="c">
+  <part id="c">
     <title>C</title>
     <item id="Contracts">
       <term>Contracts</term>
@@ -63,58 +61,89 @@
     <item id="CSS">
       <term>Cascading Style Sheets</term>
       <acronym title="Cascading Style Sheets">CSS</acronym>
-      <definition>
-      A simple mechanism for adding style (e.g. fonts, colors, spacing) to Web
-      documents.
-      Source: <link href="http://www.w3.org/Style/CSS/">W3C</link>.
-      </definition>
+      <definition>A simple mechanism for adding style (e.g. fonts, colors, spacing) to Web
+      documents. Source: 
+      <link href="http://www.w3.org/Style/CSS/">W3C</link>.</definition>
       <notes>
-        <item-note>See <link href="http://www.w3.org/Style/CSS/">W3C</link></item-note>
-        <item-note>See <link href="http://www.csszengarden.com/">css Zen Garden</link></item-note>
+        <item-note>See 
+        <link href="http://www.w3.org/Style/CSS/">W3C</link></item-note>
+        <item-note>See 
+        <link href="http://www.csszengarden.com/">css Zen Garden</link></item-note>
       </notes>
     </item>
-
   </part>
-    <part id="d">
+  <part id="d">
     <title>D</title>
     <item id="Dispatcher">
       <term>Dispatcher</term>
-      <see><id>Contracts</id><text>Contracts</text></see>
-      <see><id>Skins</id><text>Skins</text></see>
-      <see><id>Separation</id><text>Separation Of Concerns</text></see>
-      <see><id>Themes</id><text>Themes</text></see>
-      <see><id>Views</id><text>Views</text></see>
-      <definition>The Dispatcher is the codename for the Forrest Implementation of the Core J2EE Dispatcher View. <link href="http://java.sun.com/blueprints/corej2eepatterns/Patterns/DispatcherView.html">java.sun.com</link> has more information on its origins.</definition>
-      <definition>What we at 'Forrest' relate the Dispatcher to, is the overall technology and implementation of the replacement 'skins' system. Combining 'Views', 'Contracts' , 'Themes' we have a separation of concerns system in which to build fast and efficient Web Sites. </definition>
+      <see>
+        <id>Contracts</id>
+        <text>Contracts</text>
+      </see>
+      <see>
+        <id>Skins</id>
+        <text>Skins</text>
+      </see>
+      <see>
+        <id>Separation</id>
+        <text>Separation Of Concerns</text>
+      </see>
+      <see>
+        <id>Themes</id>
+        <text>Themes</text>
+      </see>
+      <see>
+        <id>Views</id>
+        <text>Views</text>
+      </see>
+      <definition>The Dispatcher is the codename for the Forrest Implementation of the Core J2EE
+      Dispatcher View. 
+      <link href="http://java.sun.com/blueprints/corej2eepatterns/Patterns/DispatcherView.html">
+      java.sun.com</link>has more information on its origins.</definition>
+      <definition>What we at 'Forrest' relate the Dispatcher to, is the overall technology and
+      implementation of the replacement 'skins' system. Combining 'Views', 'Contracts' , 'Themes'
+      we have a separation of concerns system in which to build fast and efficient Web
+      Sites.</definition>
     </item>
   </part>
-    <part id="e">
+  <part id="e">
     <title>E</title>
     <item>
       <term></term>
       <definition></definition>
     </item>
   </part>
-
-    <part id="h">
+  <part id="h">
     <title>H</title>
     <item id="Hooks">
       <term>forrest:hooks</term>
-<definition>forrest:hooks is a concept of defining format independent
-hooks to structure the output.
-      </definition>
-      <definition>Hooks are used to help define the layout of a page. Hooks are only used to define the structure in our output that is required to enable a theme to apply its look and feel.</definition>
+      <definition>forrest:hooks is a concept of defining format independent hooks to structure the
+      output.</definition>
+      <definition>Hooks are used to help define the layout of a page. Hooks are only used to define
+      the structure in our output that is required to enable a theme to apply its look and
+      feel.</definition>
     </item>
   </part>
-
-    <part id="s">
+  <part id="s">
     <title>S</title>
     <item id="Structurer">
       <term>Structurer</term>
-      <see><id>Contracts</id><text>Contracts</text></see>
-      <see><id>Hooks</id><text>Hooks</text></see>
-      <see><id>Property</id><text>Property</text></see>
-      <see><id>Themes</id><text>Themes</text></see>
+      <see>
+        <id>Contracts</id>
+        <text>Contracts</text>
+      </see>
+      <see>
+        <id>Hooks</id>
+        <text>Hooks</text>
+      </see>
+      <see>
+        <id>Property</id>
+        <text>Property</text>
+      </see>
+      <see>
+        <id>Themes</id>
+        <text>Themes</text>
+      </see>
       <definition>The Structurer is ...</definition>
     </item>
     <item id="Separation">
@@ -122,19 +151,17 @@
       <definition></definition>
     </item>
     <item id="Skins">
-     <term>Skins</term>
-     <definition></definition>
+      <term>Skins</term>
+      <definition></definition>
     </item>
   </part>
-
-    <part id="t">
+  <part id="t">
     <title>T</title>
     <item id="Themes">
       <term>Themes</term>
       <definition>Theming</definition>
     </item>
   </part>
-
   <part id="xyz">
     <title>XYZ</title>
     <item id="XDocs">