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/04/10 04:40:57 UTC

svn commit: r527001 [1/2] - in /forrest/trunk/main/template-sites: basic/ basic/src/documentation/ basic/src/documentation/content/ basic/src/documentation/content/xdocs/ basic/src/documentation/resources/schema/ benchmark/src/documentation/ benchmark/...

Author: crossley
Date: Mon Apr  9 19:40:55 2007
New Revision: 527001

URL: http://svn.apache.org/viewvc?view=rev&rev=527001
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644

Modified:
    forrest/trunk/main/template-sites/basic/forrest.properties.xml
    forrest/trunk/main/template-sites/basic/src/documentation/content/locationmap.xml
    forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/index.xml
    forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/site.xml
    forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/main/template-sites/basic/src/documentation/resources/schema/catalog.xcat
    forrest/trunk/main/template-sites/basic/src/documentation/sitemap.xmap
    forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/locationmap.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/index.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-simple.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-site.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/plain.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/site.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/resources/schema/catalog.xcat
    forrest/trunk/main/template-sites/benchmark/src/documentation/sitemap.xmap
    forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/locationmap.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/about/index.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/index.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/product/index.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/site.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/team/index.xml
    forrest/trunk/main/template-sites/business/src/documentation/resources/schema/catalog.xcat
    forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_af.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_es.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_it.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_no.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_ru.xml
    forrest/trunk/main/template-sites/business/src/documentation/translations/menu_sk.xml

Modified: forrest/trunk/main/template-sites/basic/forrest.properties.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/forrest.properties.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties.xml (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties.xml Mon Apr  9 19:40:55 2007
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <properties>
-  <!--
+<!--
     # codename: Dispatcher
     # Dispatcher is using a fallback mechanism for theming.
     # You can configure the theme name and its extension here

Modified: forrest/trunk/main/template-sites/basic/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/content/locationmap.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/content/locationmap.xml Mon Apr  9 19:40:55 2007
@@ -15,9 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -25,18 +23,14 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
   </components>
-  
   <locator>
-
-   
-	   <match pattern="rewriteDemo/**">
-	     <location src="http://www.burrokeet.org/{1}.xml" />
-	   </match>
-	   <match pattern="remoteDemo/**.xml">
-	     <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" />
-	   </match>
-     
-	   <!--
+    <match pattern="rewriteDemo/**">
+      <location src="http://www.burrokeet.org/{1}.xml" />
+    </match>
+    <match pattern="remoteDemo/**.xml">
+      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" />
+    </match>
+<!--
      To locate all your source documents in a slide repository you can do:
      
 	   <match pattern="tabs.xml">
@@ -49,6 +43,5 @@
 	   	<location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
 	   </match>
      -->
- 
   </locator>
 </locationmap>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/index.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,21 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to MyProj</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to MyProj</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Congratulations</title>
-      <p>You have successfully generated and rendered an <a
-          href="ext:forrest">Apache Forrest</a> site.
-        This page is from the blank site template. It is found in
-        <code>src/documentation/content/xdocs/index.xml</code>
-        Please edit it and replace this text with content of your own.</p>
+      <p>
+        You have successfully generated and rendered an
+        <a
+          href="ext:forrest">Apache Forrest</a> site. This page is
+        from the blank site template. It is found in
+        <code>src/documentation/content/xdocs/index.xml</code> Please edit it
+        and replace this text with content of your own.
+      </p>
     </section>
   </body>
 </document>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/site.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/site.xml Mon Apr  9 19:40:55 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,7 +28,6 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <!-- The label attribute of the outer "site" element will only show
   in the linkmap (linkmap.html).
   Use elements project-name and group-name in skinconfig to change name of 
@@ -38,18 +36,13 @@
   always use index.html when you request http://yourHost/
   See FAQ: "How can I use a start-up-page other than index.html?"
 -->
-
 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
   <about label="About" tab="home">
     <index label="Index" href="index.html" description="Welcome to MyProj"/>
   </about>
-
-  
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/content/xdocs/tabs.xml Mon Apr  9 19:40:55 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,11 +30,9 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab id="home" label="Home" dir="" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/resources/schema/catalog.xcat?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/resources/schema/catalog.xcat (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/resources/schema/catalog.xcat Mon Apr  9 19:40:55 2007
@@ -17,17 +17,13 @@
 -->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
-
 <!-- OASIS XML Catalog for Forrest Documents -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
          prefer="public">
-
 <!-- Example catalog entry -->
-<public publicId="-//Acme//DTD Hello Document V1.0//EN"
+  <public publicId="-//Acme//DTD Hello Document V1.0//EN"
         uri="hello-v10.dtd"/>
-
 <!-- Sets of symbols. e.g. for string replacements -->
-<public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+  <public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
         uri="symbols-project-v10.ent"/>
-
 </catalog>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/sitemap.xmap?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/sitemap.xmap (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/sitemap.xmap Mon Apr  9 19:40:55 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
   <map:components>
     <map:actions>
       <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
@@ -24,19 +23,16 @@
           <document-declaration public-id="-//Acme//DTD Hello Document V1.0//EN" />
         </sourcetype>
       </map:action>
-    </map:actions>   
-    
+    </map:actions>
     <map:selectors default="parameter">
-	    <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
+      <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
     </map:selectors>
   </map:components>
-  
-  <map:resources>    
+  <map:resources>
     <map:resource name="transform-to-document">
       <map:act type="sourcetype" src="{src}">
         <map:select type="parameter">
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
-
           <map:when test="hello-v1.0">
             <map:generate src="{properties:content.xdocs}{../../1}.xml" />
             <map:transform src="{properties:resources.stylesheets}/hello2document.xsl" />
@@ -46,27 +42,25 @@
       </map:act>
     </map:resource>
   </map:resources>
-  
- <map:pipelines>
-  <map:pipeline>
-    <map:match pattern="old_site/*.html">
-     <map:select type="exists">
-      <map:when test="{properties:content}{1}.html">
-        <map:read src="{properties:content}{1}.html" mime-type="text/html"/>
-        <!--
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="old_site/*.html">
+        <map:select type="exists">
+          <map:when test="{properties:content}{1}.html">
+            <map:read src="{properties:content}{1}.html" mime-type="text/html"/>
+<!--
           Use this instead if you want JTidy to clean up your HTML
           <map:generate type="html" src="{properties:content}/{0}" />
           <map:serialize type="html"/>
         -->
-      </map:when>
-     </map:select>
-   </map:match>
-  
-   <map:match pattern="**.xml">
-      <map:call resource="transform-to-document">
-        <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
-      </map:call>
-    </map:match>
-  </map:pipeline>
- </map:pipelines>
+          </map:when>
+        </map:select>
+      </map:match>
+      <map:match pattern="**.xml">
+        <map:call resource="transform-to-document">
+          <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
+        </map:call>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Mon Apr  9 19:40:55 2007
@@ -15,15 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
 <skinconfig>
-  <!-- To enable lucene search add provider="lucene" (default is google).
+<!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
     (if the skin supports it) and box-location="all" to show it in all
     available locations on the page.  Remove the <search> element to show
@@ -31,75 +29,64 @@
     In other words google will search the @domain for the query string.
   -->
   <search name="MyProject" domain="mydomain" provider="google"/>
-
-  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
-  <disable-print-link>true</disable-print-link>  
-  <!-- Disable the PDF link? -->
+<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>
+<!-- Disable the PDF link? -->
   <disable-pdf-link>false</disable-pdf-link>
-  <!-- Disable the POD link? -->
+<!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
-  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
   <disable-txt-link>true</disable-txt-link>
-  <!-- Disable the xml source link? -->
-  <!-- The xml source link makes it possible to access the xml rendition
+<!-- Disable the xml source link? -->
+<!-- The xml source link makes it possible to access the xml rendition
     of the source frim the html page, and to have it generated statically.
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
   <disable-xml-link>true</disable-xml-link>
-
-  <!-- Disable navigation icons on all external links? -->
+<!-- Disable navigation icons on all external links? -->
   <disable-external-link-image>true</disable-external-link-image>
-
-  <!-- Disable w3c compliance links? 
+<!-- Disable w3c compliance links? 
     Use e.g. align="center" to move the compliance links logos to 
     an alternate location default is left.
     (if the skin supports it) -->
   <disable-compliance-links>false</disable-compliance-links>
-
-  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+<!-- Render mailto: links unrecognisable by spam harvesters? -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
-
-  <!-- Disable the javascript facility to change the font size -->
+<!-- Disable the javascript facility to change the font size -->
   <disable-font-script>true</disable-font-script>
-
-  <!-- mandatory project logo
+<!-- mandatory project logo
        default skin: renders it at the top -->
   <project-name>MyProject</project-name>
   <project-description>MyProject Description</project-description>
   <project-url>http://myproj.mygroup.org/</project-url>
   <project-logo>images/project.png</project-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
-
-  <!-- optional group logo
+<!-- optional group logo
        default skin: renders it at the top-left corner -->
   <group-name>MyGroup</group-name>
   <group-description>MyGroup Description</group-description>
   <group-url>http://mygroup.org</group-url>
   <group-logo>images/group.png</group-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
-
-  <!-- optional host logo (e.g. sourceforge logo)
+<!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
-
-  <!-- relative url of a favicon file, normally favicon.ico -->
+<!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
-
-  <!-- The following are used to construct a copyright statement -->
+<!-- The following are used to construct a copyright statement -->
   <disable-copyright-footer>false</disable-copyright-footer>
-  <!-- @inception enable automatic generation of a date-range to current date -->
+<!-- @inception enable automatic generation of a date-range to current date -->
   <year inception="true">2005</year>
   <vendor>The Example Organisation.</vendor>
-  <!-- The optional copyright-link URL will be used as a link in the
+<!-- The optional copyright-link URL will be used as a link in the
     copyright statement -->
   <copyright-link>http://www.example.org/</copyright-link>
-
-  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+<!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
     Omit the location attribute to display the trail in the default location.
@@ -115,8 +102,7 @@
     <link2 name="myProject" href="http://forrest.apache.org/"/>
     <link3 name="" href=""/>
   </trail>
-
-  <!-- Configure the TOC, i.e. the Table of Contents.
+<!-- Configure the TOC, i.e. the Table of Contents.
   @max-depth
    how many "section" levels need to be included in the
    generated Table of Contents (TOC). 
@@ -126,11 +112,9 @@
    Where to show the TOC.
   -->
   <toc max-depth="2" min-sections="1" location="page"/>
-
-  <!-- Heading types can be clean|underlined|boxed  -->
+<!-- Heading types can be clean|underlined|boxed  -->
   <headings type="boxed"/>
-  
-  <!-- The optional feedback element will be used to construct a
+<!-- The optional feedback element will be used to construct a
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
@@ -138,8 +122,7 @@
     href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>
-
-  <!-- Optional message of the day (MOTD).
+<!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
     Note: Beware issue FOR-677 if you use an absolute path uri.
     If the optional <motd> element is used, then messages will be appended
@@ -176,15 +159,14 @@
     </motd-option>
   </motd>
 -->
-
-  <!--
+<!--
     extra-css - here you can define custom css-elements that are 
     A) overriding the fallback elements or 
     B) adding the css definition from new elements that you may have 
        used in your documentation.
     -->
   <extra-css>
-    <!--Example of reason B:
+<!--Example of reason B:
         To define the css definition of a new element that you may have used
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
@@ -201,9 +183,8 @@
     #footer a { color: #0F3660; }
     #footer a:visited { color: #009999; }
   </extra-css>
-
   <colors>
-  <!-- These values are used for the generated CSS files.
+<!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
     There are four duplicate "groups" of colors below, denoted by comments:
       Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
@@ -213,8 +194,7 @@
     Note that by default, all color groups are commented-out which means that
     the default colors provided by the skin are being used.
   -->
-
-  <!-- Color group: Forrest: example colors similar to forrest.apache.org
+<!-- Color group: Forrest: example colors similar to forrest.apache.org
     Some of the element names are obscure, so comments are added to show how
     the "pelt" skin uses them, other skins might use these elements in a different way.
     Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
@@ -257,8 +237,7 @@
     <color name="code" value="#CFDCED"/>
     <color name="footer" value="#cedfef"/>
 -->
-
-  <!-- Color group: Krysalis -->
+<!-- Color group: Krysalis -->
 <!--
     <color name="header"    value="#FFFFFF"/>
 
@@ -289,8 +268,7 @@
         
     <color name="footer" value="#a5b6c6"/>
 -->
-
-  <!-- Color group: Collabnet --> 
+<!-- Color group: Collabnet -->
 <!--
     <color name="header"    value="#003366"/>
 
@@ -321,7 +299,7 @@
         
     <color name="footer" value="#ffffff"/>
 -->
- <!-- Color group: Lenya using pelt-->
+<!-- Color group: Lenya using pelt-->
 <!--
 
     <color name="header" value="#ffffff"/>
@@ -353,10 +331,9 @@
     <color name="footer" value="#E5E4D9"/>
 -->
   </colors>
- 
-  <!-- Settings specific to PDF output. -->
+<!-- Settings specific to PDF output. -->
   <pdf>
-    <!-- 
+<!-- 
        Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
        folio, legal, ledger, letter, quarto, tabloid (default letter).
        Supported page orientations are portrait, landscape (default
@@ -364,8 +341,7 @@
        Supported text alignments are left, right, justify (default left).
     -->
     <page size="letter" orientation="portrait" text-align="left"/>
-
-    <!-- 
+<!-- 
        Pattern of the page numbering in the footer - Default is "Page x".
        first occurrence of '1' digit represents the current page number,
        second occurrence of '1' digit represents the total page number,
@@ -378,8 +354,7 @@
        <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
     -->
     <page-numbering-format>Page 1</page-numbering-format>
-
-    <!--
+<!--
        Margins can be specified for top, bottom, inner, and outer
        edges. If double-sided="false", the inner edge is always left
        and the outer is always right. If double-sided="true", the
@@ -393,13 +368,11 @@
       <inner>1.25in</inner>
       <outer>1in</outer>
     </margins>
-
-    <!--
+<!--
       Print the URL text next to all links going outside the file
     -->
     <show-external-urls>false</show-external-urls>
-
-    <!--
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
@@ -407,8 +380,7 @@
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
   </pdf>
-
-  <!-- 
+<!-- 
     Credits are typically rendered as a set of small clickable
     images in the page footer.
     
@@ -434,15 +406,14 @@
       <width>88</width>
       <height>31</height>
     </credit>
-    <!-- A credit with @role="pdf" will be used to compose a footer
+<!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->
-    <!--
+<!--
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
     </credit>
     -->
   </credits>
-
 </skinconfig>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/locationmap.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/locationmap.xml Mon Apr  9 19:40:55 2007
@@ -15,9 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -25,18 +23,14 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
   </components>
-  
   <locator>
-
-   
-	   <match pattern="rewriteDemo/**">
-	     <location src="http://www.burrokeet.org/{1}.xml" />
-	   </match>
-	   <match pattern="remoteDemo/**.xml">
-	     <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" />
-	   </match>
-     
-	   <!--
+    <match pattern="rewriteDemo/**">
+      <location src="http://www.burrokeet.org/{1}.xml" />
+    </match>
+    <match pattern="remoteDemo/**.xml">
+      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" />
+    </match>
+<!--
      To locate all your source documents in a slide repository you can do:
      
 	   <match pattern="tabs.xml">
@@ -49,6 +43,5 @@
 	   	<location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
 	   </match>
      -->
- 
   </locator>
 </locationmap>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/index.xml Mon Apr  9 19:40:55 2007
@@ -16,21 +16,21 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to the Apache Forrest benchmark site</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the Apache Forrest benchmark site</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Overview</title>
       <p>
-        This is the benchmark site. It is a set of documents that will
-        exercise Forrest and enable benchmarks to be run using various
-        versions of the software.
+        This is the benchmark site. It is a set of documents that will exercise
+        Forrest and enable benchmarks to be run using various versions of the
+        software.
       </p>
       <fixme author="open">
-        Add some test documents. The content is not relevant as long
-        as they exercise the relevant parts of Forrest/Cocoon processing.
+        Add some test documents. The content is not relevant as long as they
+        exercise the relevant parts of Forrest/Cocoon processing.
       </fixme>
     </section>
   </body>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-simple.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-simple.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-simple.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-simple.xml Mon Apr  9 19:40:55 2007
@@ -16,24 +16,23 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>link: simple</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>link: simple</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Overview</title>
       <p>
         <a href="link-simple.html">link</a>
       </p>
       <p>
-        Apache Forrest is a publishing framework that transforms
-        input from various sources into a unified presentation
-        in one or more output formats. The modular and extensible
-        plugin architecture is based on Apache Cocoon and relevant
-        standards, which separates presentation from content.
-        Forrest can generate static documents, or be used as a
-        dynamic server, or be deployed by its automated facility.
+        Apache Forrest is a publishing framework that transforms input from
+        various sources into a unified presentation in one or more output
+        formats. The modular and extensible plugin architecture is based on
+        Apache Cocoon and relevant standards, which separates presentation from
+        content. Forrest can generate static documents, or be used as a dynamic
+        server, or be deployed by its automated facility.
       </p>
     </section>
   </body>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-site.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-site.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/link-site.xml Mon Apr  9 19:40:55 2007
@@ -16,24 +16,23 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>link: site</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>link: site</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Overview</title>
       <p>
         <a href="site:link-simple">link</a>
       </p>
       <p>
-        Apache Forrest is a publishing framework that transforms
-        input from various sources into a unified presentation
-        in one or more output formats. The modular and extensible
-        plugin architecture is based on Apache Cocoon and relevant
-        standards, which separates presentation from content.
-        Forrest can generate static documents, or be used as a
-        dynamic server, or be deployed by its automated facility.
+        Apache Forrest is a publishing framework that transforms input from
+        various sources into a unified presentation in one or more output
+        formats. The modular and extensible plugin architecture is based on
+        Apache Cocoon and relevant standards, which separates presentation from
+        content. Forrest can generate static documents, or be used as a dynamic
+        server, or be deployed by its automated facility.
       </p>
     </section>
   </body>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/plain.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/plain.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/plain.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/plain.xml Mon Apr  9 19:40:55 2007
@@ -16,21 +16,20 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Plain text</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Plain text</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Overview</title>
       <p>
-        Apache Forrest is a publishing framework that transforms
-        input from various sources into a unified presentation
-        in one or more output formats. The modular and extensible
-        plugin architecture is based on Apache Cocoon and relevant
-        standards, which separates presentation from content.
-        Forrest can generate static documents, or be used as a
-        dynamic server, or be deployed by its automated facility.
+        Apache Forrest is a publishing framework that transforms input from
+        various sources into a unified presentation in one or more output
+        formats. The modular and extensible plugin architecture is based on
+        Apache Cocoon and relevant standards, which separates presentation from
+        content. Forrest can generate static documents, or be used as a dynamic
+        server, or be deployed by its automated facility.
       </p>
     </section>
   </body>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/site.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/site.xml Mon Apr  9 19:40:55 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,7 +28,6 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <!-- The label attribute of the outer "site" element will only show
   in the linkmap (linkmap.html).
   Use elements project-name and group-name in skinconfig to change name of 
@@ -38,7 +36,6 @@
   always use index.html when you request http://yourHost/
   See FAQ: "How can I use a start-up-page other than index.html?"
 -->
-
 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
   <about label="About" tab="home">
     <index label="Index" href="index.html" description="Welcome to MyProj"/>
@@ -46,13 +43,9 @@
     <link-simple label="link-simple" href="link-simple.html"/>
     <link-site label="link-site" href="link-site.html"/>
   </about>
-
-  
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/content/xdocs/tabs.xml Mon Apr  9 19:40:55 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,11 +30,9 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab id="home" label="Home" dir="" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/resources/schema/catalog.xcat?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/resources/schema/catalog.xcat (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/resources/schema/catalog.xcat Mon Apr  9 19:40:55 2007
@@ -17,17 +17,13 @@
 -->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
-
 <!-- OASIS XML Catalog for Forrest Documents -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
          prefer="public">
-
 <!-- Example catalog entry -->
-<public publicId="-//Acme//DTD Hello Document V1.0//EN"
+  <public publicId="-//Acme//DTD Hello Document V1.0//EN"
         uri="hello-v10.dtd"/>
-
 <!-- Sets of symbols. e.g. for string replacements -->
-<public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+  <public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
         uri="symbols-project-v10.ent"/>
-
 </catalog>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/sitemap.xmap?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/sitemap.xmap (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/sitemap.xmap Mon Apr  9 19:40:55 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
   <map:components>
     <map:actions>
       <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
@@ -24,19 +23,16 @@
           <document-declaration public-id="-//Acme//DTD Hello Document V1.0//EN" />
         </sourcetype>
       </map:action>
-    </map:actions>   
-    
+    </map:actions>
     <map:selectors default="parameter">
-	    <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
+      <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
     </map:selectors>
   </map:components>
-  
-  <map:resources>    
+  <map:resources>
     <map:resource name="transform-to-document">
       <map:act type="sourcetype" src="{src}">
         <map:select type="parameter">
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
-
           <map:when test="hello-v1.0">
             <map:generate src="{properties:content.xdocs}{../../1}.xml" />
             <map:transform src="{properties:resources.stylesheets}/hello2document.xsl" />
@@ -46,27 +42,25 @@
       </map:act>
     </map:resource>
   </map:resources>
-  
- <map:pipelines>
-  <map:pipeline>
-    <map:match pattern="old_site/*.html">
-     <map:select type="exists">
-      <map:when test="{properties:content}{1}.html">
-        <map:read src="{properties:content}{1}.html" mime-type="text/html"/>
-        <!--
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="old_site/*.html">
+        <map:select type="exists">
+          <map:when test="{properties:content}{1}.html">
+            <map:read src="{properties:content}{1}.html" mime-type="text/html"/>
+<!--
           Use this instead if you want JTidy to clean up your HTML
           <map:generate type="html" src="{properties:content}/{0}" />
           <map:serialize type="html"/>
         -->
-      </map:when>
-     </map:select>
-   </map:match>
-  
-   <map:match pattern="**.xml">
-      <map:call resource="transform-to-document">
-        <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
-      </map:call>
-    </map:match>
-  </map:pipeline>
- </map:pipelines>
+          </map:when>
+        </map:select>
+      </map:match>
+      <map:match pattern="**.xml">
+        <map:call resource="transform-to-document">
+          <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
+        </map:call>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml Mon Apr  9 19:40:55 2007
@@ -15,15 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
 <skinconfig>
-  <!-- To enable lucene search add provider="lucene" (default is google).
+<!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
     (if the skin supports it) and box-location="all" to show it in all
     available locations on the page.  Remove the <search> element to show
@@ -31,75 +29,64 @@
     In other words google will search the @domain for the query string.
   -->
   <search name="MyProject" domain="mydomain" provider="google"/>
-
-  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
-  <disable-print-link>true</disable-print-link>  
-  <!-- Disable the PDF link? -->
+<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>
+<!-- Disable the PDF link? -->
   <disable-pdf-link>false</disable-pdf-link>
-  <!-- Disable the POD link? -->
+<!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
-  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
   <disable-txt-link>true</disable-txt-link>
-  <!-- Disable the xml source link? -->
-  <!-- The xml source link makes it possible to access the xml rendition
+<!-- Disable the xml source link? -->
+<!-- The xml source link makes it possible to access the xml rendition
     of the source frim the html page, and to have it generated statically.
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
   <disable-xml-link>true</disable-xml-link>
-
-  <!-- Disable navigation icons on all external links? -->
+<!-- Disable navigation icons on all external links? -->
   <disable-external-link-image>true</disable-external-link-image>
-
-  <!-- Disable w3c compliance links? 
+<!-- Disable w3c compliance links? 
     Use e.g. align="center" to move the compliance links logos to 
     an alternate location default is left.
     (if the skin supports it) -->
   <disable-compliance-links>false</disable-compliance-links>
-
-  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+<!-- Render mailto: links unrecognisable by spam harvesters? -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
-
-  <!-- Disable the javascript facility to change the font size -->
+<!-- Disable the javascript facility to change the font size -->
   <disable-font-script>true</disable-font-script>
-
-  <!-- mandatory project logo
+<!-- mandatory project logo
        default skin: renders it at the top -->
   <project-name>MyProject</project-name>
   <project-description>MyProject Description</project-description>
   <project-url>http://myproj.mygroup.org/</project-url>
   <project-logo>images/project.png</project-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
-
-  <!-- optional group logo
+<!-- optional group logo
        default skin: renders it at the top-left corner -->
   <group-name>MyGroup</group-name>
   <group-description>MyGroup Description</group-description>
   <group-url>http://mygroup.org</group-url>
   <group-logo>images/group.png</group-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
-
-  <!-- optional host logo (e.g. sourceforge logo)
+<!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
-
-  <!-- relative url of a favicon file, normally favicon.ico -->
+<!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
-
-  <!-- The following are used to construct a copyright statement -->
+<!-- The following are used to construct a copyright statement -->
   <disable-copyright-footer>false</disable-copyright-footer>
-  <!-- @inception enable automatic generation of a date-range to current date -->
+<!-- @inception enable automatic generation of a date-range to current date -->
   <year inception="true">2005</year>
   <vendor>The Example Organisation.</vendor>
-  <!-- The optional copyright-link URL will be used as a link in the
+<!-- The optional copyright-link URL will be used as a link in the
     copyright statement -->
   <copyright-link>http://www.example.org/</copyright-link>
-
-  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+<!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
     Omit the location attribute to display the trail in the default location.
@@ -115,8 +102,7 @@
     <link2 name="myProject" href="http://forrest.apache.org/"/>
     <link3 name="" href=""/>
   </trail>
-
-  <!-- Configure the TOC, i.e. the Table of Contents.
+<!-- Configure the TOC, i.e. the Table of Contents.
   @max-depth
    how many "section" levels need to be included in the
    generated Table of Contents (TOC). 
@@ -126,11 +112,9 @@
    Where to show the TOC.
   -->
   <toc max-depth="2" min-sections="1" location="page"/>
-
-  <!-- Heading types can be clean|underlined|boxed  -->
+<!-- Heading types can be clean|underlined|boxed  -->
   <headings type="boxed"/>
-  
-  <!-- The optional feedback element will be used to construct a
+<!-- The optional feedback element will be used to construct a
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
@@ -138,8 +122,7 @@
     href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>
-
-  <!-- Optional message of the day (MOTD).
+<!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
     Note: Beware issue FOR-677 if you use an absolute path uri.
     If the optional <motd> element is used, then messages will be appended
@@ -176,15 +159,14 @@
     </motd-option>
   </motd>
 -->
-
-  <!--
+<!--
     extra-css - here you can define custom css-elements that are 
     A) overriding the fallback elements or 
     B) adding the css definition from new elements that you may have 
        used in your documentation.
     -->
   <extra-css>
-    <!--Example of reason B:
+<!--Example of reason B:
         To define the css definition of a new element that you may have used
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
@@ -201,9 +183,8 @@
     #footer a { color: #0F3660; }
     #footer a:visited { color: #009999; }
   </extra-css>
-
   <colors>
-  <!-- These values are used for the generated CSS files.
+<!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
     There are four duplicate "groups" of colors below, denoted by comments:
       Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
@@ -213,8 +194,7 @@
     Note that by default, all color groups are commented-out which means that
     the default colors provided by the skin are being used.
   -->
-
-  <!-- Color group: Forrest: example colors similar to forrest.apache.org
+<!-- Color group: Forrest: example colors similar to forrest.apache.org
     Some of the element names are obscure, so comments are added to show how
     the "pelt" skin uses them, other skins might use these elements in a different way.
     Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
@@ -257,8 +237,7 @@
     <color name="code" value="#CFDCED"/>
     <color name="footer" value="#cedfef"/>
 -->
-
-  <!-- Color group: Krysalis -->
+<!-- Color group: Krysalis -->
 <!--
     <color name="header"    value="#FFFFFF"/>
 
@@ -289,8 +268,7 @@
         
     <color name="footer" value="#a5b6c6"/>
 -->
-
-  <!-- Color group: Collabnet --> 
+<!-- Color group: Collabnet -->
 <!--
     <color name="header"    value="#003366"/>
 
@@ -321,7 +299,7 @@
         
     <color name="footer" value="#ffffff"/>
 -->
- <!-- Color group: Lenya using pelt-->
+<!-- Color group: Lenya using pelt-->
 <!--
 
     <color name="header" value="#ffffff"/>
@@ -353,10 +331,9 @@
     <color name="footer" value="#E5E4D9"/>
 -->
   </colors>
- 
-  <!-- Settings specific to PDF output. -->
+<!-- Settings specific to PDF output. -->
   <pdf>
-    <!-- 
+<!-- 
        Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
        folio, legal, ledger, letter, quarto, tabloid (default letter).
        Supported page orientations are portrait, landscape (default
@@ -364,8 +341,7 @@
        Supported text alignments are left, right, justify (default left).
     -->
     <page size="letter" orientation="portrait" text-align="left"/>
-
-    <!-- 
+<!-- 
        Pattern of the page numbering in the footer - Default is "Page x".
        first occurrence of '1' digit represents the current page number,
        second occurrence of '1' digit represents the total page number,
@@ -378,8 +354,7 @@
        <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
     -->
     <page-numbering-format>Page 1</page-numbering-format>
-
-    <!--
+<!--
        Margins can be specified for top, bottom, inner, and outer
        edges. If double-sided="false", the inner edge is always left
        and the outer is always right. If double-sided="true", the
@@ -393,13 +368,11 @@
       <inner>1.25in</inner>
       <outer>1in</outer>
     </margins>
-
-    <!--
+<!--
       Print the URL text next to all links going outside the file
     -->
     <show-external-urls>false</show-external-urls>
-
-    <!--
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
@@ -407,8 +380,7 @@
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
   </pdf>
-
-  <!-- 
+<!-- 
     Credits are typically rendered as a set of small clickable
     images in the page footer.
     
@@ -434,15 +406,14 @@
       <width>88</width>
       <height>31</height>
     </credit>
-    <!-- A credit with @role="pdf" will be used to compose a footer
+<!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->
-    <!--
+<!--
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
     </credit>
     -->
   </credits>
-
 </skinconfig>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/locationmap.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/locationmap.xml Mon Apr  9 19:40:55 2007
@@ -15,9 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -25,10 +23,8 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
   </components>
-  
   <locator>
-    
-	   <!--
+<!--
      To locate all your source documents in a slide repository you can do:
      
 	   <match pattern="tabs.xml">
@@ -41,6 +37,5 @@
 	   	<location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
 	   </match>
      -->
-      
   </locator>
 </locationmap>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/about/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/about/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/about/index.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/about/index.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,22 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>About @project.display.name@</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>About @project.display.name@</title>
+  </header>
+  <body>
     <section id="overview">
       <title>About @project.display.name@</title>
-      <p>@project.description@</p>
-      
-      <p>@project.display.name@ is a member of the @group.display.name@.</p> 
-      <p>@group.description@ (<a href="@group.url@">More...</a>)</p>
+      <p>
+        @project.description@
+      </p>
+      <p>
+        @project.display.name@ is a member of the @group.display.name@.
+      </p>
+      <p>
+        @group.description@ (<a href="@group.url@">More...</a>)
+      </p>
     </section>
-    
   </body>
 </document>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/index.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,22 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to @project.display.name@</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to @project.display.name@</title>
+  </header>
+  <body>
     <section id="overview">
       <title>About @project.display.name@</title>
-      <p>@project.description@</p>
-      
-      <p>@project.display.name@ is a member of the @group.display.name@.</p> 
-      <p>@group.description@ (<a href="@group.url@">More...</a>)</p>
+      <p>
+        @project.description@
+      </p>
+      <p>
+        @project.display.name@ is a member of the @group.display.name@.
+      </p>
+      <p>
+        @group.description@ (<a href="@group.url@">More...</a>)
+      </p>
     </section>
-    
   </body>
 </document>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/product/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/product/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/product/index.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/product/index.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,17 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Products from @project.display.name@</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Products from @project.display.name@</title>
+  </header>
+  <body>
     <section id="overview">
       <title>@project.display.name@ Products and Services</title>
-      <p>@project.display.name@ provide a wide range of products and services, 
-      this section describes each of them in detail.</p>
-      
-      
+      <p>
+        @project.display.name@ provide a wide range of products and services,
+        this section describes each of them in detail.
+      </p>
     </section>
-    
   </body>
 </document>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/site.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/site.xml Mon Apr  9 19:40:55 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,7 +28,6 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <!-- The label attribute of the outer "site" element will only show
   in the linkmap (linkmap.html).
   Use elements project-name and group-name in skinconfig to change name of 
@@ -38,22 +36,17 @@
   always use index.html when you request http://yourHost/
   See FAQ: "How can I use a start-up-page other than index.html?"
 -->
-
 <site label="The Forresters" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab=""
   xmlns:xi="http://www.w3.org/2001/XInclude">
-
   <home label="Home">
     <index label="Index" href="index.html" description="Welcome to The Forresters"/>
   </home>
-  
   <about label="About" href="about/">
     <index label="About Us" href="index.html" description="About The Forresters"/>
   </about>
-  
   <products label="Products" href="product/">
     <index label="Our Products" href="index.html" description="Products from The Forresters"/>
   </products>
-  
   <team label="The Team" href="team/">
     <index label="Our Team" href="index.html" description="About the @project.display.name@ team"/>
     <all label="All Team Members" href="all.html" description="The @project.display.name@ team members organisaed by skill"/>
@@ -61,15 +54,13 @@
     <withForrestSkill label="Apache Forrest" href="allWithSkill/Apache Forrest.html" description="The Apache Forrest @project.display.name@ team members"/>
     <withForrestSkill label="Technical Authoring" href="allWithSkill/Developer Manuals.html" description="The Technical Authoring Team"/>
   </team>
-
-  <!--
+<!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
   </all>
   -->
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
@@ -80,5 +71,4 @@
     <cocoon href="http://cocoon.apache.org/"/>
     <xml.apache.org href="http://xml.apache.org/"/>
   </external-refs>
-
 </site>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/tabs.xml Mon Apr  9 19:40:55 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="The Forresters"
   title="The Forresters"
   copyright="The Apache Software Foundation"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,14 +30,12 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab label="Home" dir="" indexfile="index.html"/>
   <tab label="About Us" dir="about" indexfile="index.html"/>
   <tab label="Products" dir="product" indexfile="index.html"/>
   <tab label="Team" dir="team" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/team/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/team/index.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/team/index.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/content/xdocs/team/index.xml Mon Apr  9 19:40:55 2007
@@ -16,15 +16,16 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>@project.display.name@ Team</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>@project.display.name@ Team</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Our Team</title>
-      <p>This section provides details about our staff and their specialties.</p>
+      <p>
+        This section provides details about our staff and their specialties.
+      </p>
     </section>
-    
   </body>
 </document>

Modified: forrest/trunk/main/template-sites/business/src/documentation/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/resources/schema/catalog.xcat?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/resources/schema/catalog.xcat (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/resources/schema/catalog.xcat Mon Apr  9 19:40:55 2007
@@ -17,13 +17,10 @@
 -->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
-
 <!-- OASIS XML Catalog for Forrest Documents -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
          prefer="public">
-
 <!-- Download  -->
-<public publicId="-//Acme//DTD Hello Document V1.0//EN"
+  <public publicId="-//Acme//DTD Hello Document V1.0//EN"
         uri="hello-v10.dtd"/>
-
 </catalog>

Modified: forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml Mon Apr  9 19:40:55 2007
@@ -15,15 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
 <skinconfig>
-  <!-- To enable lucene search add provider="lucene" (default is google).
+<!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
     (if the skin supports it) and box-location="all" to show it in all
     available locations on the page.  Remove the <search> element to show
@@ -31,75 +29,64 @@
     In other words google will search the @domain for the query string.
   -->
   <search name="@project.display.name@" domain="@project.domain@" provider="@search.provider@" box-location="@search.box.location@"/>
-
-  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
-  <disable-print-link>true</disable-print-link>  
-  <!-- Disable the PDF link? -->
+<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>
+<!-- Disable the PDF link? -->
   <disable-pdf-link>false</disable-pdf-link>
-  <!-- Disable the POD link? -->
+<!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
-  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
   <disable-txt-link>true</disable-txt-link>
-  <!-- Disable the xml source link? -->
-  <!-- The xml source link makes it possible to access the xml rendition
+<!-- Disable the xml source link? -->
+<!-- The xml source link makes it possible to access the xml rendition
     of the source frim the html page, and to have it generated statically.
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
   <disable-xml-link>true</disable-xml-link>
-
-  <!-- Disable navigation icons on all external links? -->
+<!-- Disable navigation icons on all external links? -->
   <disable-external-link-image>true</disable-external-link-image>
-
-  <!-- Disable w3c compliance links? 
+<!-- Disable w3c compliance links? 
     Use e.g. align="center" to move the compliance links logos to 
     an alternate location default is left.
     (if the skin supports it) -->
   <disable-compliance-links>false</disable-compliance-links>
-
-  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+<!-- Render mailto: links unrecognisable by spam harvesters? -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
-
-  <!-- Disable the javascript facility to change the font size -->
+<!-- Disable the javascript facility to change the font size -->
   <disable-font-script>true</disable-font-script>
-
-  <!-- mandatory project logo
+<!-- mandatory project logo
        default skin: renders it at the top -->
   <project-name>@project.display.name@</project-name>
   <project-description>@project.description@</project-description>
   <project-url>@project.url@</project-url>
   <project-logo>images/project.png</project-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
-
-  <!-- optional group logo
+<!-- optional group logo
        default skin: renders it at the top-left corner -->
   <group-name>@group.display.name@</group-name>
   <group-description>@group.description@</group-description>
   <group-url>@group.url@</group-url>
   <group-logo>images/group.png</group-logo>
-  <!-- Alternative static image:
+<!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
-
-  <!-- optional host logo (e.g. sourceforge logo)
+<!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
-
-  <!-- relative url of a favicon file, normally favicon.ico -->
+<!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
-
-  <!-- The following are used to construct a copyright statement -->
+<!-- The following are used to construct a copyright statement -->
   <disable-copyright-footer>false</disable-copyright-footer>
-  <!-- @inception enable automatic generation of a date-range to current date -->
+<!-- @inception enable automatic generation of a date-range to current date -->
   <year inception="true">2005</year>
   <vendor>The Example Organisation.</vendor>
-  <!-- The optional copyright-link URL will be used as a link in the
+<!-- The optional copyright-link URL will be used as a link in the
     copyright statement -->
   <copyright-link>http://www.example.org/</copyright-link>
-
-  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+<!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
     Omit the location attribute to display the trail in the default location.
@@ -115,8 +102,7 @@
     <link2 name="@project.display.name@" href="@project.url@"/>
     <link3 name="" href=""/>
   </trail>
-
-  <!-- Configure the TOC, i.e. the Table of Contents.
+<!-- Configure the TOC, i.e. the Table of Contents.
   @max-depth
    how many "section" levels need to be included in the
    generated Table of Contents (TOC). 
@@ -126,11 +112,9 @@
    Where to show the TOC.
   -->
   <toc max-depth="2" min-sections="1" location="page"/>
-
-  <!-- Heading types can be clean|underlined|boxed  -->
+<!-- Heading types can be clean|underlined|boxed  -->
   <headings type="underlined"/>
-  
-  <!-- The optional feedback element will be used to construct a
+<!-- The optional feedback element will be used to construct a
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
@@ -138,8 +122,7 @@
     href="mailto:webmaster@@project.url@?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>
-
-  <!-- Optional message of the day (MOTD).
+<!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
     Note: Beware issue FOR-677 if you use an absolute path uri.
     If the optional <motd> element is used, then messages will be appended
@@ -176,15 +159,14 @@
     </motd-option>
   </motd>
 -->
-
-  <!--
+<!--
     extra-css - here you can define custom css-elements that are 
     A) overriding the fallback elements or 
     B) adding the css definition from new elements that you may have 
        used in your documentation.
     -->
   <extra-css>
-    <!--Example of reason B:
+<!--Example of reason B:
         To define the css definition of a new element that you may have used
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
@@ -201,9 +183,8 @@
     #footer a { color: #0F3660; }
     #footer a:visited { color: #009999; }
   </extra-css>
-
   <colors>
-  <!-- These values are used for the generated CSS files.
+<!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
     There are four duplicate "groups" of colors below, denoted by comments:
       Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
@@ -213,8 +194,7 @@
     Note that by default, all color groups are commented-out which means that
     the default colors provided by the skin are being used.
   -->
-
-  <!-- Color group: Forrest: example colors similar to forrest.apache.org
+<!-- Color group: Forrest: example colors similar to forrest.apache.org
     Some of the element names are obscure, so comments are added to show how
     the "pelt" skin uses them, other skins might use these elements in a different way.
     Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
@@ -257,8 +237,7 @@
     <color name="code" value="#CFDCED"/>
     <color name="footer" value="#cedfef"/>
 -->
-
-  <!-- Color group: Krysalis -->
+<!-- Color group: Krysalis -->
 <!--
     <color name="header"    value="#FFFFFF"/>
 
@@ -289,8 +268,7 @@
         
     <color name="footer" value="#a5b6c6"/>
 -->
-
-  <!-- Color group: Collabnet --> 
+<!-- Color group: Collabnet -->
 <!--
     <color name="header"    value="#003366"/>
 
@@ -321,7 +299,7 @@
         
     <color name="footer" value="#ffffff"/>
 -->
- <!-- Color group: Lenya using pelt-->
+<!-- Color group: Lenya using pelt-->
 <!--
 
     <color name="header" value="#ffffff"/>
@@ -353,10 +331,9 @@
     <color name="footer" value="#E5E4D9"/>
 -->
   </colors>
- 
-  <!-- Settings specific to PDF output. -->
+<!-- Settings specific to PDF output. -->
   <pdf>
-    <!-- 
+<!-- 
        Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
        folio, legal, ledger, letter, quarto, tabloid (default letter).
        Supported page orientations are portrait, landscape (default
@@ -364,8 +341,7 @@
        Supported text alignments are left, right, justify (default left).
     -->
     <page size="letter" orientation="portrait" text-align="left"/>
-
-    <!-- 
+<!-- 
        Pattern of the page numbering in the footer - Default is "Page x".
        first occurrence of '1' digit represents the current page number,
        second occurrence of '1' digit represents the total page number,
@@ -378,8 +354,7 @@
        <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
     -->
     <page-numbering-format>Page 1</page-numbering-format>
-
-    <!--
+<!--
        Margins can be specified for top, bottom, inner, and outer
        edges. If double-sided="false", the inner edge is always left
        and the outer is always right. If double-sided="true", the
@@ -393,13 +368,11 @@
       <inner>1.25in</inner>
       <outer>1in</outer>
     </margins>
-
-    <!--
+<!--
       Print the URL text next to all links going outside the file
     -->
     <show-external-urls>false</show-external-urls>
-
-    <!--
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
@@ -407,8 +380,7 @@
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
   </pdf>
-
-  <!-- 
+<!-- 
     Credits are typically rendered as a set of small clickable
     images in the page footer.
     
@@ -434,15 +406,14 @@
       <width>88</width>
       <height>31</height>
     </credit>
-    <!-- A credit with @role="pdf" will be used to compose a footer
+<!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->
-    <!--
+<!--
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
     </credit>
     -->
   </credits>
-
 </skinconfig>

Modified: forrest/trunk/main/template-sites/business/src/documentation/translations/menu_af.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/translations/menu_af.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/translations/menu_af.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/translations/menu_af.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="af">
-    <message key="About">Aangaande</message>
-    <message key="Index">Inhoud</message>
-    <message key="Changes">Veranderinge</message>
-    <message key="Todo">Om te doen</message>
-    <message key="Samples">Voorbeelde</message>
-    <message key="Apache document">Apache dokument</message>
-    <message key="Static content">Statise Inhoud</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki bladsy</message>
-    <message key="ihtml page">Ihtml bladsy</message>
-    <message key="ehtml page">Ehtml bladsy</message>
-    <message key="FAQ">FAQ</message>
-    <message key="Simplifed Docbook">Vereenvoudigde Docbook</message>
-    <message key="XSP page">XSP bladsy</message>
+  <message key="About">Aangaande</message>
+  <message key="Index">Inhoud</message>
+  <message key="Changes">Veranderinge</message>
+  <message key="Todo">Om te doen</message>
+  <message key="Samples">Voorbeelde</message>
+  <message key="Apache document">Apache dokument</message>
+  <message key="Static content">Statise Inhoud</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki bladsy</message>
+  <message key="ihtml page">Ihtml bladsy</message>
+  <message key="ehtml page">Ehtml bladsy</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Vereenvoudigde Docbook</message>
+  <message key="XSP page">XSP bladsy</message>
 </catalogue>

Modified: forrest/trunk/main/template-sites/business/src/documentation/translations/menu_es.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/translations/menu_es.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/translations/menu_es.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/translations/menu_es.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="es">
-    <message key="About">Acerca de</message>
-    <message key="Index">Indice</message>
-    <message key="Changes">Cambios</message>
-    <message key="Todo">Tareas pendientes</message>
-    <message key="Samples">Ejemplos</message>
-    <message key="Apache document">Documento Apache</message>
-    <message key="Static content">Contenido Estático</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Página Wiki</message>
-    <message key="ihtml page">Página ihtml</message>
-    <message key="ehtml page">Página ehtml</message>
-    <message key="FAQ">Preguntas Frecuentes</message>
-    <message key="Simplifed Docbook">Página Simplifed Docbook</message>
-    <message key="XSP page">Página XSP</message>
+  <message key="About">Acerca de</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambios</message>
+  <message key="Todo">Tareas pendientes</message>
+  <message key="Samples">Ejemplos</message>
+  <message key="Apache document">Documento Apache</message>
+  <message key="Static content">Contenido Estático</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Página Wiki</message>
+  <message key="ihtml page">Página ihtml</message>
+  <message key="ehtml page">Página ehtml</message>
+  <message key="FAQ">Preguntas Frecuentes</message>
+  <message key="Simplifed Docbook">Página Simplifed Docbook</message>
+  <message key="XSP page">Página XSP</message>
 </catalogue>

Modified: forrest/trunk/main/template-sites/business/src/documentation/translations/menu_it.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/translations/menu_it.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/translations/menu_it.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/translations/menu_it.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="it">
-    <message key="About">Riguardo a</message>
-    <message key="Index">Indice</message>
-    <message key="Changes">Cambiamenti</message>
-    <message key="Todo">Cose da fare</message>
-    <message key="Samples">Esempi</message>
-    <message key="Apache document">Apache document</message>
-    <message key="Static content">Contenuto Statico</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Pagina Wiki</message>
-    <message key="ihtml page">Pagina ihtml</message>
-    <message key="ehtml page">Pagina ehtml</message>
-    <message key="FAQ">Domande frequenti</message>
-    <message key="Simplifed Docbook">Simplifed Docbook</message>
-    <message key="XSP page">Pagina XSP</message>
+  <message key="About">Riguardo a</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambiamenti</message>
+  <message key="Todo">Cose da fare</message>
+  <message key="Samples">Esempi</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Contenuto Statico</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Pagina Wiki</message>
+  <message key="ihtml page">Pagina ihtml</message>
+  <message key="ehtml page">Pagina ehtml</message>
+  <message key="FAQ">Domande frequenti</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">Pagina XSP</message>
 </catalogue>

Modified: forrest/trunk/main/template-sites/business/src/documentation/translations/menu_no.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/translations/menu_no.xml?view=diff&rev=527001&r1=527000&r2=527001
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/translations/menu_no.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/translations/menu_no.xml Mon Apr  9 19:40:55 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="no">
-    <message key="About">Om</message>
-    <message key="Index">Indeks</message>
-    <message key="Changes">Endringer</message>
-    <message key="Todo">Oppgave liste</message>
-    <message key="Samples">Eksempler</message>
-    <message key="Apache document">Apache Dokument</message>
-    <message key="Static content">Statisk innhold</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki side</message>
-    <message key="ihtml page">ihtml side</message>
-    <message key="ehtml page">ehtml side</message>
-    <message key="FAQ">FAQ</message>
-    <message key="Simplifed Docbook">Simplifed Docbook</message>
-    <message key="XSP page">XSP side</message>
+  <message key="About">Om</message>
+  <message key="Index">Indeks</message>
+  <message key="Changes">Endringer</message>
+  <message key="Todo">Oppgave liste</message>
+  <message key="Samples">Eksempler</message>
+  <message key="Apache document">Apache Dokument</message>
+  <message key="Static content">Statisk innhold</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki side</message>
+  <message key="ihtml page">ihtml side</message>
+  <message key="ehtml page">ehtml side</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">XSP side</message>
 </catalogue>