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:55:28 UTC

svn commit: r527025 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder: ./ resources/stylesheets/ src/documentation/ src/documentation/content/xdocs/ src/documentation/content/xdocs/samples/ src/documentation/translations/

Author: crossley
Date: Mon Apr  9 21:55:26 2007
New Revision: 527025

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

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/feedDesc-to-RSS20.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss-to-document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_af.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_es.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_it.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_no.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_ru.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_sk.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml Mon Apr  9 21:55:26 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.feeder"/>
   <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.feeder/"/>
   <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.feeder/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap Mon Apr  9 21:55:26 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-  <!-- ============================================================ -->
-  <!-- Feed Plugin                                                  -->
-  <!-- This plugin replaces generates XDocs from XML feeds such     -->
-  <!-- as RSS.                                                      -->
-  <!-- ============================================================ -->
-
+<!-- ============================================================ -->
+<!-- Feed Plugin                                                  -->
+<!-- This plugin replaces generates XDocs from XML feeds such     -->
+<!-- as RSS.                                                      -->
+<!-- ============================================================ -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-    
   <map:pipelines>
-  
     <map:pipeline>
       <map:match pattern="*.rss.xml">
         <map:generate src="{lm:project.{1}.xml}"/>
@@ -32,7 +29,6 @@
         <map:transform src="{lm:feeder.transform.rss.document}"/>
         <map:serialize type="xml"/>
       </map:match>
-      
       <map:match pattern="**/*.rss.xml">
         <map:generate src="{lm:project.{1}/{2}.xml}"/>
         <map:transform src="{lm:feeder.transform.feedDesc.RSS20}"/>
@@ -40,6 +36,5 @@
         <map:serialize type="xml"/>
       </map:match>
     </map:pipeline>
-    
-  </map:pipelines>    
+  </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml Mon Apr  9 21:55:26 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="feeder.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.feeder/resources/stylesheets/feedDesc-to-RSS20.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/feedDesc-to-RSS20.xsl?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/feedDesc-to-RSS20.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/feedDesc-to-RSS20.xsl Mon Apr  9 21:55:26 2007
@@ -18,25 +18,19 @@
 <!--
 Stylesheet for generating an aggregated feed from multple feeds.
 -->
-
 <xsl:stylesheet version="1.0" 
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  
-
   <xsl:output method="xml" version="1.0" encoding="UTF-8"/>
-    
   <xsl:template match="feedDescriptor">
     <rss version="2.0">
       <xsl:apply-templates/>
     </rss>
   </xsl:template>
-  
   <xsl:template match="feed">
     <xsl:variable name="url" select="url"/>
     <xsl:variable name="feed" select="document($url)"/>
     <xsl:apply-templates select="$feed/rss/channel"/>
   </xsl:template>
-
   <xsl:template match="@*|*|text()|processing-instruction()|comment()">
     <xsl:copy>
       <xsl:apply-templates select="@*|*|text()|processing-instruction()|comment()"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss-to-document.xsl?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss-to-document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss-to-document.xsl Mon Apr  9 21:55:26 2007
@@ -16,32 +16,34 @@
   limitations under the License.
 -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:strip-space elements="*"/>
-
-
-<xsl:template match="rss">
-  <document>
-    <header>
-      <title><xsl:value-of select="channel/title"/></title>
-    </header>
-    <body>
-      <xsl:apply-templates select="channel"/>
-    </body>
-  </document>
-</xsl:template>
-
-<xsl:template match="channel">
-  <section>
-    <title><xsl:value-of select="title" disable-output-escaping="yes"/></title>
-    <xsl:apply-templates select="item"/>
-  </section>
-</xsl:template>
-
-<xsl:template match="item">
-    <p class="itemTitle"><xsl:value-of select="title" disable-output-escaping="yes"/></p>
-    <p  class="itemLink"><link href="{link}"><xsl:value-of select="link"/></link></p>
-    <p  class="itemDescription"><xsl:value-of select="description" disable-output-escaping="yes"/></p>
-</xsl:template>
-
+  <xsl:strip-space elements="*"/>
+  <xsl:template match="rss">
+    <document>
+      <header>
+        <title><xsl:value-of select="channel/title"/></title>
+      </header>
+      <body>
+        <xsl:apply-templates select="channel"/>
+      </body>
+    </document>
+  </xsl:template>
+  <xsl:template match="channel">
+    <section>
+      <title><xsl:value-of select="title" disable-output-escaping="yes"/></title>
+      <xsl:apply-templates select="item"/>
+    </section>
+  </xsl:template>
+  <xsl:template match="item">
+    <p class="itemTitle">
+      <xsl:value-of select="title" disable-output-escaping="yes"/>
+    </p>
+    <p  class="itemLink">
+      <link href="{link}">
+      <xsl:value-of select="link"/>
+      </link>
+    </p>
+    <p  class="itemDescription">
+      <xsl:value-of select="description" disable-output-escaping="yes"/>
+    </p>
+  </xsl:template>
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml Mon Apr  9 21:55:26 2007
@@ -16,21 +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>Welcome to the Feeder Plugin Example</title> 
-  </header> 
-  <body> 
-    <warning>This plugin is at an early stage of development, some features are 
-    not yet complete and the techniques for using it may change. Patches are,
-    as always, welcome</warning>
-  
+<document>
+  <header>
+    <title>Welcome to the Feeder Plugin Example</title>
+  </header>
+  <body>
+    <warning>
+      This plugin is at an early stage of development, some features are not yet
+      complete and the techniques for using it may change. Patches are, as
+      always, welcome
+    </warning>
     <section>
       <title>Apache Forrest - Feed Plugin</title>
-      <p>This is an example site for the Apache Forrest Feeder Plugin. It
-      provides examples of all the functionality in the plugin (look on the 
-      samples tab).</p>
-     
+      <p>
+        This is an example site for the Apache Forrest Feeder Plugin. It
+        provides examples of all the functionality in the plugin (look on the
+        samples tab).
+      </p>
       <section>
         <title>Working Features</title>
         <ol>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml Mon Apr  9 21:55:26 2007
@@ -16,21 +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>Feeder Plugin - Aggregate Feed example</title> 
-  </header> 
-  <body> 
-  
-    <p>This sample shows how a number of different feeds can be aggregated
-    into a single feed and then displayed in a Forrest site. Creating an 
-    aggregated feed is no different to embedding a 
-    <a href="singleFeed.xml">single feed</a>. Simply add more feeds into your
-    feed descriptor file and then link to it in the same way.</p>
-    
-    <p>For example:</p>
-    
-    <source><![CDATA[
+<document>
+  <header>
+    <title>Feeder Plugin - Aggregate Feed example</title>
+  </header>
+  <body>
+    <p>
+      This sample shows how a number of different feeds can be aggregated into a
+      single feed and then displayed in a Forrest site. Creating an aggregated
+      feed is no different to embedding a <a href="singleFeed.xml">single
+      feed</a>. Simply add more feeds into your feed descriptor file and then
+      link to it in the same way.
+    </p>
+    <p>
+      For example:
+    </p>
+    <source>
+<![CDATA[
 <feedDescriptor>
   <feed id="BBCSport_UK">
     <url>http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml</url>
@@ -39,10 +41,11 @@
     <url>http://www.usatoday.com/repurposing/SportsRss.xml</url>
   </feed>
 </feedDescriptor>
-]]></source>
-  
-      <p><a href="aggregateDescriptor.rss.html">Take a 
-      look</a> at what the above file produces.</p>
-        
+]]>
+    </source>
+    <p>
+      <a href="aggregateDescriptor.rss.html">Take a look</a> at what the above
+      file produces.
+    </p>
   </body>
 </document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/index.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/index.xml Mon Apr  9 21:55:26 2007
@@ -16,22 +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>Feed Plugin Samples Index</title> 
-  </header> 
-  <body> 
-      <section>
-        <title>Working Features</title>
-        <ol>
-          <li><a href="singleFeed.html">Embedding of an RSS</a> feed in a Forrest page</li>
-        </ol>
-      </section>
-      <section>
-        <title>In Progress Features</title>
-        <ol>
-          <li><a href="aggregateFeed.html">Aggregation of multiple feeds</a> into a single page</li>
-        </ol>
-      </section>
+<document>
+  <header>
+    <title>Feed Plugin Samples Index</title>
+  </header>
+  <body>
+    <section>
+      <title>Working Features</title>
+      <ol>
+        <li><a href="singleFeed.html">Embedding of an RSS</a> feed in a Forrest page</li>
+      </ol>
+    </section>
+    <section>
+      <title>In Progress Features</title>
+      <ol>
+        <li><a href="aggregateFeed.html">Aggregation of multiple feeds</a> into a single page</li>
+      </ol>
+    </section>
   </body>
 </document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml Mon Apr  9 21:55:26 2007
@@ -16,38 +16,42 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Feeder Plugin - Single Feed Example</title> 
-  </header> 
-  <body> 
-    
-    <p>This sample shows how a single RSS feed can be converted to an XDoc and
-    included in a Forrest site. In order to do this you must first create a
-    <code>feedDescriptor</code> file. This describes all the feeds that your
-    project knows about. A simple example is:</p>
-      
-    <source><![CDATA[
+<document>
+  <header>
+    <title>Feeder Plugin - Single Feed Example</title>
+  </header>
+  <body>
+    <p>
+      This sample shows how a single RSS feed can be converted to an XDoc and
+      included in a Forrest site. In order to do this you must first create a
+      <code>feedDescriptor</code> file. This describes all the feeds that your
+      project knows about. A simple example is:
+    </p>
+    <source>
+<![CDATA[
 <feedDescriptor>
   <feed id="BBCSport_UK">
     <url>http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml</url>
   </feed>
 </feedDescriptor>
-    ]]></source>
-      
-    <p>In order to embed the data from the <code>planetApache</code> feed
-    you create a link in the following form:</p>
-    
+    ]]>
+    </source>
+    <p>
+      In order to embed the data from the <code>planetApache</code> feed you
+      create a link in the following form:
+    </p>
     <source>&lt;a href="PATH_TO_FEED_DESCRIPTOR/FEED_DESCRIPTOR_NAME.rss.EXTENSION&gt;</source>
-    
-    <p>In this URL you must replace <code>PATH_TO_FEED_DESCRIPTOR</code>
-    with the directory path to your feed descriptor file, 
-    <code>FEED_DESCRIPTOR_NAME</code> with the name of the descriptor file,
-    and <code>EXTENSION</code> with the extension indicating the format you
-    want the feed to be delivered in (i.e. html, pdf etc.)</p>
-    
-    <p>For example <a href="feedDescriptor.rss.html">/samples/feedDescriptor.rss.html</a>
-    will display the feed shown above.</p>
-    
+    <p>
+      In this URL you must replace <code>PATH_TO_FEED_DESCRIPTOR</code> with the
+      directory path to your feed descriptor file,
+      <code>FEED_DESCRIPTOR_NAME</code> with the name of the descriptor file,
+      and <code>EXTENSION</code> with the extension indicating the format you
+      want the feed to be delivered in (i.e. html, pdf etc.)
+    </p>
+    <p>
+      For example
+      <a href="feedDescriptor.rss.html">/samples/feedDescriptor.rss.html</a>
+      will display the feed shown above.
+    </p>
   </body>
 </document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/site.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/site.xml Mon Apr  9 21:55:26 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,30 +28,25 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to the Feed Plugin Example"/>
     <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" href="samples/" tab="samples">
     <index label="Index" href="index.html" description="An index of the available samples"/>
     <singleFeed label="Single Feed" href="singleFeed.html" description="An example of a single feed in a Forrest page"/>
     <aggregate label="Aggregate Feed" href="aggregateFeed.html" description="An example of an aggregate feed in a Forrest page"/>
   </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"/>
@@ -62,5 +56,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/tabs.xml Mon Apr  9 21:55:26 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,13 +30,11 @@
    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"/>
   <tab id="samples" label="Samples" dir="samples" 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.feeder/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml Mon Apr  9 21:55:26 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.feeder plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_af.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_af.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_af.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_af.xml Mon Apr  9 21:55:26 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/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_es.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_es.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_es.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_es.xml Mon Apr  9 21:55:26 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/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_it.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_it.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_it.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_it.xml Mon Apr  9 21:55:26 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/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_no.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_no.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_no.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_no.xml Mon Apr  9 21:55:26 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>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_ru.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_ru.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_ru.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_ru.xml Mon Apr  9 21:55:26 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="ru">
-    <message key="About">О проекте</message>
-    <message key="Index">Содержание</message>
-    <message key="Changes">Изменения</message>
-    <message key="Todo">План</message>
-    <message key="Samples">Примеры</message>
-    <message key="Apache document">Страница документа Apache</message>
-    <message key="Static content">Статическое содержание</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Страница Wiki</message>
-    <message key="ihtml page">Страница ihtml</message>
-    <message key="ehtml page">Страница ehtml</message>
-    <message key="FAQ">Вопросы/Ответы</message>
-    <message key="Simplifed Docbook">Docbook страница</message>
-    <message key="XSP page">XSP страница</message>
+  <message key="About">О проекте</message>
+  <message key="Index">Содержание</message>
+  <message key="Changes">Изменения</message>
+  <message key="Todo">План</message>
+  <message key="Samples">Примеры</message>
+  <message key="Apache document">Страница документа Apache</message>
+  <message key="Static content">Статическое содержание</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Страница Wiki</message>
+  <message key="ihtml page">Страница ihtml</message>
+  <message key="ehtml page">Страница ehtml</message>
+  <message key="FAQ">Вопросы/Ответы</message>
+  <message key="Simplifed Docbook">Docbook страница</message>
+  <message key="XSP page">XSP страница</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_sk.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_sk.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_sk.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/translations/menu_sk.xml Mon Apr  9 21:55:26 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="sk">
-    <message key="About">O programe</message>
-    <message key="Index">Zoznám</message>
-    <message key="Changes">Zmeny</message>
-    <message key="Todo">Úlohy</message>
-    <message key="Samples">Príklady</message>
-    <message key="Apache document">Apache Document</message>
-    <message key="Static content">Statický Obsah</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki stránka</message>
-    <message key="ihtml page">ihtml stránka</message>
-    <message key="ehtml page">ehtml stránka</message>
-    <message key="FAQ">Casté Otázky</message>
-    <message key="Simplifed Docbook">Simplifed Docbook stránka</message>
-    <message key="XSP page">XSP stránka</message>
+  <message key="About">O programe</message>
+  <message key="Index">Zoznám</message>
+  <message key="Changes">Zmeny</message>
+  <message key="Todo">Úlohy</message>
+  <message key="Samples">Príklady</message>
+  <message key="Apache document">Apache Document</message>
+  <message key="Static content">Statický Obsah</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki stránka</message>
+  <message key="ihtml page">ihtml stránka</message>
+  <message key="ehtml page">ehtml stránka</message>
+  <message key="FAQ">Casté Otázky</message>
+  <message key="Simplifed Docbook">Simplifed Docbook stránka</message>
+  <message key="XSP page">XSP stránka</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml?view=diff&rev=527025&r1=527024&r2=527025
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml Mon Apr  9 21:55:26 2007
@@ -16,19 +16,17 @@
   limitations under the License.
 -->
 <status>
-
-  <!-- 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>
     <release version="0.2-dev" date="not-released">
       <action dev="RDG" type="update" context="code" importance="high">
@@ -40,7 +38,6 @@
         update your source files accordingly.
       </action>
     </release>
-    
     <release version="0.1" date="not-released">
       <action dev="RDG" type="update" context="admin">
         Renamed to bring into line with naming conventions.
@@ -55,7 +52,6 @@
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="code" dev="open">
@@ -67,7 +63,6 @@
         feed.
       </action>
     </actions>
-    
     <actions priority="med">
       <action context="code" dev="open">
         Creating a PDF can be problematic with some feeds. The content of the 
@@ -77,5 +72,4 @@
       </action>
     </actions>
   </todo>
-
 </status>