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 06:56:09 UTC

svn commit: r527026 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations: ./ resources/schema/ resources/stylesheets/ src/documentation/ src/documentation/content/xdocs/

Author: crossley
Date: Mon Apr  9 21:56:08 2007
New Revision: 527026

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

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/schema/catalog.xcat
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/developer-locations.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml Mon Apr  9 21:56:08 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
-
   <property name="plugin-name" value="org.apache.forrest.plugin.input.listLocations"/>
   <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
@@ -26,10 +25,8 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-    
   <import file="../build.xml"/>
-
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
@@ -40,5 +37,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/input.xmap Mon Apr  9 21:56:08 2007
@@ -30,47 +30,43 @@
         </sourcetype>
       </map:action>
     </map:actions>
-
     <map:selectors default="parameter">
       <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="locations-v12">
-              <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
-              <map:transform src="{lm:listLocations.transform.locations.document}"/>
-              <map:serialize type="xml-document"/>
-            </map:when>
-            <map:when test="locations-v11">
-              <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
-              <map:transform src="{lm:listLocations.transform.locations.document}"/>
-              <map:serialize type="xml-document"/>
-            </map:when>
-            <map:when test="locations-v10">
-              <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
-              <map:transform src="{lm:listLocations.transform.locations.document}"/>
-              <map:serialize type="xml-document"/>
-            </map:when>
-          </map:select>
-        </map:act>
+      <map:act type="sourcetype" src="{src}">
+        <map:select type="parameter">
+          <map:parameter name="parameter-selector-test" value="{sourcetype}" />
+          <map:when test="locations-v12">
+            <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+            <map:transform src="{lm:listLocations.transform.locations.document}"/>
+            <map:serialize type="xml-document"/>
+          </map:when>
+          <map:when test="locations-v11">
+            <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+            <map:transform src="{lm:listLocations.transform.locations.document}"/>
+            <map:serialize type="xml-document"/>
+          </map:when>
+          <map:when test="locations-v10">
+            <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+            <map:transform src="{lm:listLocations.transform.locations.document}"/>
+            <map:serialize type="xml-document"/>
+          </map:when>
+        </map:select>
+      </map:act>
     </map:resource>
   </map:resources>
-
   <map:pipelines>
     <map:pipeline internal="true">
-      <!-- Use the SourceType Action in preference -->
+<!-- Use the SourceType Action in preference -->
       <map:match pattern="**.xml">
         <map:call resource="transform-to-document">
           <map:parameter name="src" value="{lm:project.{1}.xml}" />
         </map:call>
       </map:match>
-
-      <!-- Support old behaviour to match **-locations.xml and to
+<!-- Support old behaviour to match **-locations.xml and to
         enable processing of xml instances with no document type declaration.
       -->
       <map:match type="regexp" pattern="^(.*?)([^/]*)locations.xml$">
@@ -80,5 +76,4 @@
       </map:match>
     </map:pipeline>
   </map:pipelines>
-
 </map:sitemap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml Mon Apr  9 21:56:08 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,14 +23,13 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
+      <selector name="exists" logger="sitemap.selector.exists"  
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  
-  <locator>  
+  <locator>
     <match pattern="listLocations.transform.*.*">
-        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
     </match>
   </locator>
 </locationmap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/schema/catalog.xcat?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/schema/catalog.xcat (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/schema/catalog.xcat Mon Apr  9 21:56:08 2007
@@ -17,18 +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">
-
-<public publicId="-//Apache Forrest//DTD Locations V1.0//EN"
+  <public publicId="-//Apache Forrest//DTD Locations V1.0//EN"
         uri="locations-v10.dtd"/>
-
-<public publicId="-//Apache Forrest//DTD Locations V1.1//EN"
+  <public publicId="-//Apache Forrest//DTD Locations V1.1//EN"
         uri="locations-v11.dtd"/>
-
-        
-<public publicId="-//Apache Forrest//DTD Locations V1.2//EN"
+  <public publicId="-//Apache Forrest//DTD Locations V1.2//EN"
         uri="locations-v12.dtd"/>
 </catalog>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/locations-to-document.xsl Mon Apr  9 21:56:08 2007
@@ -15,92 +15,85 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"> 
-
+    version="1.0">
   <xsl:template match="/">
     <xsl:apply-templates select="//locations"/>
   </xsl:template>
- 
   <xsl:template match="locations">
     <document>
       <header>
-        <title>
-          <xsl:choose>
+        <title><xsl:choose>
             <xsl:when test="@title!=''">
               <xsl:value-of select="@title"/>
             </xsl:when>
             <xsl:otherwise>
-              <xsl:text>Locations</xsl:text>
+<xsl:text>Locations</xsl:text>
             </xsl:otherwise>
-          </xsl:choose>
-        </title>
+          </xsl:choose></title>
       </header>
       <body>
         <xsl:apply-templates/>
       </body>
     </document>
   </xsl:template>
-
   <xsl:template match="introduction">
     <section id="introduction">
-      <title>
-        <xsl:choose>
+      <title><xsl:choose>
           <xsl:when test="@title!=''">
             <xsl:value-of select="@title"/>
           </xsl:when>
           <xsl:otherwise>
-            <xsl:text>Introduction</xsl:text>
+<xsl:text>Introduction</xsl:text>
           </xsl:otherwise>
-        </xsl:choose>
-      </title>
-      <p><xsl:value-of select="."/></p>
+        </xsl:choose></title>
+      <p>
+        <xsl:value-of select="."/>
+      </p>
     </section>
   </xsl:template>
-
   <xsl:template match="location">
     <section id="{id}">
       <title><xsl:value-of select="title"/></title>
       <p>
         <xsl:choose>
-          <xsl:when test="url">
-            <a>
-              <xsl:attribute name="href">
-                <xsl:value-of select="url"/>
-              </xsl:attribute>
-              <xsl:value-of select="title"/>
-            </a>
+          <xsl:when test="url"><a>
+            <xsl:attribute name="href">
+              <xsl:value-of select="url"/>
+            </xsl:attribute>
+            <xsl:value-of select="title"/></a>
           </xsl:when>
           <xsl:otherwise>
             <xsl:value-of select="title"/>
           </xsl:otherwise>
         </xsl:choose>
-        at <xsl:value-of select="place"/>
+        at
+        <xsl:value-of select="place"/>
       </p>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-
   <xsl:template match="notes">
     <xsl:apply-templates/>
   </xsl:template>
-
   <xsl:template match="note">
-    <p><xsl:apply-templates/></p>
+    <p>
+      <xsl:apply-templates/>
+    </p>
   </xsl:template>
-  
   <xsl:template match="geoPoint">
-    <p>Latitude: <xsl:apply-templates select="latitude"/> Longitude: <xsl:apply-templates select="longitude"/></p>
+    <p>
+      Latitude:
+      <xsl:apply-templates select="latitude"/>
+      Longitude:
+      <xsl:apply-templates select="longitude"/>
+    </p>
   </xsl:template>
-
   <xsl:template match="id | title | place | url"/>
-
   <xsl:template match="@*|*|text()|processing-instruction()|comment()">
     <xsl:copy>
       <xsl:apply-templates select="@*|*|text()|processing-instruction()|comment()"/>
     </xsl:copy>
   </xsl:template>
-
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/developer-locations.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/developer-locations.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/developer-locations.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/developer-locations.xml Mon Apr  9 21:56:08 2007
@@ -16,23 +16,20 @@
   limitations under the License.
 -->
 <!DOCTYPE locations PUBLIC "-//Apache Forrest//DTD Locations V1.2//EN" "http://forrest.apache.org/dtd/locations-v12.dtd">
-
 <locations title="Apache Forrest Developer Locations">
-
-<introduction>
+  <introduction>
   The locations of some of the Apache Forrest developers.
 </introduction>
-
-<location>
-  <id>RDG</id> 
-  <title>Ross Gardler</title> 
-  <place>
+  <location>
+    <id>RDG</id>
+    <title>Ross Gardler</title>
+    <place>
      Longridge, UK
   </place>
-  <url>http://www.wkwyw.net</url>
-  <geoPoint>
-    <latitude>53.828003</latitude>
-    <longitude>-2.602202</longitude>
-  </geoPoint>
-</location>
+    <url>http://www.wkwyw.net</url>
+    <geoPoint>
+      <latitude>53.828003</latitude>
+      <longitude>-2.602202</longitude>
+    </geoPoint>
+  </location>
 </locations>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/index.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/index.xml Mon Apr  9 21:56:08 2007
@@ -16,11 +16,11 @@
   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 org.apache.forrest.plugin.input.listLocations Plugin</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the org.apache.forrest.plugin.input.listLocations Plugin</title>
+  </header>
+  <body>
     <section id="overview">
       <title>listLocations Plugin</title>
       <p>
@@ -28,12 +28,16 @@
         and transforms them to documents.
       </p>
       <p>
-        Either add the document type declaration to the xml instance (Forrest will
-        automatically respond to it), or use URIs of the form *locations.html
-        (i.e. any URI ending with "locations.html"). See Samples.
+        Either add the document type declaration to the xml instance (Forrest
+        will automatically respond to it), or use URIs of the form
+        *locations.html (i.e. any URI ending with "locations.html"). See
+        Samples.
       </p>
-      <p>The following input produces <a href="site:locations">this output</a>.</p>
-<source><![CDATA[...
+      <p>
+        The following input produces <a href="site:locations">this output</a>.
+      </p>
+      <source>
+<![CDATA[...
 <locations title="Some golf driving ranges">
 
 <introduction>
@@ -66,7 +70,8 @@
 </location>
 
 ...
-</locations>]]></source>
+</locations>]]>
+      </source>
     </section>
   </body>
 </document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml Mon Apr  9 21:56:08 2007
@@ -16,36 +16,33 @@
   limitations under the License.
 -->
 <!DOCTYPE locations PUBLIC "-//Apache Forrest//DTD Locations V1.2//EN" "http://forrest.apache.org/dtd/locations-v12.dtd">
-
 <locations title="Some golf driving ranges">
-
-<introduction>
+  <introduction>
   These are some golf driving ranges in Australia.
 </introduction>
-
-<location>
-  <id>albert-park</id> 
-  <title>Albert Park Driving Range</title> 
-  <place>
+  <location>
+    <id>albert-park</id>
+    <title>Albert Park Driving Range</title>
+    <place>
     Aughtie Drive, Albert Park. 3004. Victoria.
   </place>
-  <url>http://www.golfvictoria.com.au/range.htm</url>
-</location>
-
-<location>
-  <id>aga</id> 
-  <title>Australasian Golf Academy</title> 
-  <place>
+    <url>http://www.golfvictoria.com.au/range.htm</url>
+  </location>
+  <location>
+    <id>aga</id>
+    <title>Australasian Golf Academy</title>
+    <place>
     Robina Woods Golf Course. Ron Penhaligon Way, Robina, Queensland.
   </place>
-  <url>http://www.aga.edu.au/range.asp</url>
-  <notes>
-    <note>A base for the academy training activities and open to the public.</note>
-  </notes>
-  <geoPoint>
-    <latitude>-28.05</latitude>
-    <longitude>153.3</longitude>
-  </geoPoint>
-</location>
-
+    <url>http://www.aga.edu.au/range.asp</url>
+    <notes>
+      <note>
+        A base for the academy training activities and open to the public.
+      </note>
+    </notes>
+    <geoPoint>
+      <latitude>-28.05</latitude>
+      <longitude>153.3</longitude>
+    </geoPoint>
+  </location>
 </locations>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/site.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/site.xml Mon Apr  9 21:56:08 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,29 +28,24 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="org.apache.forrest.plugin.input.location" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.input.location"/>
     <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>
-  
-  <samples label="Samples">    
+  <samples label="Samples">
     <locations label="Locations" href="locations.html" description="List of locations" />
     <develop-locations label="Forrest Developers" href="developer-locations.html" description="Locations of some Apache Forrest Developers"/>
   </samples>
-
-  <!--
+<!--
   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"/>
@@ -59,6 +53,6 @@
       <webapp href="docs/your-project.html#webapp"/>
       <dtd-docs href="docs/dtd-docs.html"/>
       <plugins href="docs/plugins"/>
-    </forrest></external-refs>
-
+    </forrest>
+  </external-refs>
 </site>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/tabs.xml Mon Apr  9 21:56:08 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,12 +30,10 @@
    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="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
   <tab id="" 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/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml Mon Apr  9 21:56:08 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
 [
   <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
 ]>
-
 <skinconfig>
   &skinconf-common;
 
   <project-name>Plugin: listLocations input</project-name>
   <project-description>org.apache.forrest.plugin.input.listLocations plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml?view=diff&rev=527026&r1=527025&r2=527026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/status.xml Mon Apr  9 21:56:08 2007
@@ -16,25 +16,22 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
     <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
-
-  <!-- Define here the Title of the Context you want to display in the Changes pages.
+<!-- Define here the Title of the Context you want to display in the Changes pages.
        id = the context value of actions
        title = Title of the Context
-  -->  
+  -->
   <contexts>
-   <context id="code" title="Changes to the Code Base"/>
-   <context id="docs" title="Changes to Documentation"/>
-   <context id="admin" title="Changes to Project Administration"/>
-   <context id="design" title="Changes to Design"/>
-   <context id="build" title="Changes to Build"/>
-  </contexts> 
-
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
   <changes>
-    <!-- Add new releases here -->
+<!-- Add new releases here -->
     <release version="0.2-dev" date="not-released">
       <action dev="DC" type="add" context="code" importance="high">
         Now using SourceTypeAction (content aware pipelines) to respond to the
@@ -63,7 +60,6 @@
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="medium">
       <action context="code" dev="open">
@@ -71,5 +67,4 @@
       </action>
     </actions>
   </todo>
-
 </status>