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/03/27 11:29:02 UTC

svn commit: r522836 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap: ./ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/resources/themes/

Author: crossley
Date: Tue Mar 27 02:29:01 2007
New Revision: 522836

URL: http://svn.apache.org/viewvc?view=rev&rev=522836
Log:
Fix mess with mixed line-endings.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/locationmap.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/site.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml Tue Mar 27 02:29:01 2007
@@ -24,7 +24,7 @@
   <property name="author" value="Apache Forrest Project"/>
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
-  <property name="publish" value="true"/>
+  <property name="publish" value="true"/>
     
   <import file="../build.xml"/>
 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap Tue Mar 27 02:29:01 2007
@@ -16,134 +16,134 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-  <map:components>
-    <map:generators>
-      <map:generator name="directory"      src="org.apache.cocoon.generation.DirectoryGenerator"/>
-    </map:generators>
-    <map:transformers default="xslt">
-      <map:transformer name="cinclude" src="org.apache.cocoon.transformation.CIncludeTransformer"/>
-      <map:transformer name="i18n" 
-        src="org.apache.cocoon.transformation.I18nTransformer">
-        <catalogues default="projectInfo">
-          <catalogue id="other" name="OtherMessages" location="{lm:project.translations}" />
-          <catalogue id="projectInfo" name="ProjectInfoMessages" location="{lm:project.translations}" />
-        </catalogues>
-        <cache-at-startup>true</cache-at-startup>
-      </map:transformer>
-    </map:transformers>
-    
-    <map:pipes>
-      <map:pipe name="navigation"
-        src="org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline">
-        <parameter name="cache-expires" value="600"/> <!-- Expires in seconds -->
-      </map:pipe>
-    </map:pipes>
+  <map:components>
+    <map:generators>
+      <map:generator name="directory"      src="org.apache.cocoon.generation.DirectoryGenerator"/>
+    </map:generators>
+    <map:transformers default="xslt">
+      <map:transformer name="cinclude" src="org.apache.cocoon.transformation.CIncludeTransformer"/>
+      <map:transformer name="i18n" 
+        src="org.apache.cocoon.transformation.I18nTransformer">
+        <catalogues default="projectInfo">
+          <catalogue id="other" name="OtherMessages" location="{lm:project.translations}" />
+          <catalogue id="projectInfo" name="ProjectInfoMessages" location="{lm:project.translations}" />
+        </catalogues>
+        <cache-at-startup>true</cache-at-startup>
+      </map:transformer>
+    </map:transformers>
+    
+    <map:pipes>
+      <map:pipe name="navigation"
+        src="org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline">
+        <parameter name="cache-expires" value="600"/> <!-- Expires in seconds -->
+      </map:pipe>
+    </map:pipes>
   </map:components>
-
+
 <map:pipelines>
 
-  <map:pipeline type="navigation">
-      <!-- ================================================================ -->
-      <!-- Site.xml snippets                                                -->
-      <!-- ================================================================ -->
-      
-      <map:match pattern="projectDetails/descriptorIndex.xml">
-        <map:generate type="file" src="{properties:content}/locationmap.xml" />
-        <map:transform src="{lm:doap.transform.locationmap.descriptorIndex}"/>
-        <map:transform type="cinclude"/>
-        <map:serialize type="xml"/>
-      </map:match>
-      
-      <map:match pattern="projectDetails/index/by*/siteSnippet.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet_by{1}}">
-          <map:parameter name="documentPath" value="{0}"/>
-        </map:transform>
-        <map:serialize type="xml-document"/>
-      </map:match>
-      
-      <!--
-        Create a snippet for inclusion in site.xml that lists all projects
-        known in the locationmap-projects.xml file.
-      -->
-      <map:match pattern="projectDetails.index.siteSnippet.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet}"/>
-        <map:serialize type="xml-document"/>
-      </map:match>
-      
-      <!--
-        Create a snippet for inclusion in site.xml that lists all projects
-        known in the locationmap-projects.xml that have the indicated 
-        programming language. 
-      -->
-      <map:match pattern="projectDetails.language-*/index.siteSnippet.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet}">
-          <map:parameter name="name" value="{1}"/>
-          <map:parameter name="progLanguage" value="{1}"/>
-        </map:transform>
-        <map:serialize type="xml-document"/>
-      </map:match>
-
-    </map:pipeline>
-  
+  <map:pipeline type="navigation">
+      <!-- ================================================================ -->
+      <!-- Site.xml snippets                                                -->
+      <!-- ================================================================ -->
+      
+      <map:match pattern="projectDetails/descriptorIndex.xml">
+        <map:generate type="file" src="{properties:content}/locationmap.xml" />
+        <map:transform src="{lm:doap.transform.locationmap.descriptorIndex}"/>
+        <map:transform type="cinclude"/>
+        <map:serialize type="xml"/>
+      </map:match>
+      
+      <map:match pattern="projectDetails/index/by*/siteSnippet.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet_by{1}}">
+          <map:parameter name="documentPath" value="{0}"/>
+        </map:transform>
+        <map:serialize type="xml-document"/>
+      </map:match>
+      
+      <!--
+        Create a snippet for inclusion in site.xml that lists all projects
+        known in the locationmap-projects.xml file.
+      -->
+      <map:match pattern="projectDetails.index.siteSnippet.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet}"/>
+        <map:serialize type="xml-document"/>
+      </map:match>
+      
+      <!--
+        Create a snippet for inclusion in site.xml that lists all projects
+        known in the locationmap-projects.xml that have the indicated 
+        programming language. 
+      -->
+      <map:match pattern="projectDetails.language-*/index.siteSnippet.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.siteSnippet}">
+          <map:parameter name="name" value="{1}"/>
+          <map:parameter name="progLanguage" value="{1}"/>
+        </map:transform>
+        <map:serialize type="xml-document"/>
+      </map:match>
+
+    </map:pipeline>
+  
   <map:pipeline>
 
-      <!-- ================================================================ -->
-      <!-- indexes                                                     -->
-      <!-- ================================================================ -->
-      
-      <!-- FIXME: create the XSL for this pipeline
-      
-      <map:match pattern="projectDetails.index.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.html}"/>
-        <map:serialize type="xml-document"/>
-      </map:match>
-      -->      
-      
-      <map:match pattern="projectDetails/index/by*.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.indexBy{1}}">
-          <map:parameter name="documentPath" value="{0}"/>
-        </map:transform>
-        <map:serialize type="xml-document"/>
-      </map:match> 
-      
-      <map:match pattern="projectDetails/index/by*/*.xml">
-        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
-        <map:transform src="{lm:doap.transform.descriptorIndex.indexBy{1}}">
-          <map:parameter name="documentPath" value="{0}"/>
-          <map:parameter name="filter" value="{2}"/>
-        </map:transform>
-        <map:serialize type="xml-document"/>
-      </map:match>
-      
-      <map:match pattern="projectDetails/source.xml">
-        <map:generate type="file" src="{lm:doap.descriptor}" />
-        <map:serialize type="xml"/>
-      </map:match>
-      
-      <map:match pattern="projectDetails/**.source.xml">
-        <map:generate type="file" src="{lm:doap.descriptor.{1}}" />
-        <map:serialize type="xml"/>
-      </map:match>
-    
-      <map:match pattern="projectDetails.xml">
-        <map:generate src="cocoon:/projectDetails/source.xml" />
-        <map:transform src="{lm:doap.transform.doap.document}"/>
-        <map:serialize type="xml-document"/>
-      </map:match>
-      
-      <map:match pattern="projectDetails/**.xml">
-        <map:generate src="cocoon:/projectDetails/{1}.source.xml" />
-        <map:transform src="{lm:doap.transform.doap.document}"/>
-        <map:serialize type="xml-document"/>
-      </map:match>      
-    
-  </map:pipeline>
-  
+      <!-- ================================================================ -->
+      <!-- indexes                                                     -->
+      <!-- ================================================================ -->
+      
+      <!-- FIXME: create the XSL for this pipeline
+      
+      <map:match pattern="projectDetails.index.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.html}"/>
+        <map:serialize type="xml-document"/>
+      </map:match>
+      -->      
+      
+      <map:match pattern="projectDetails/index/by*.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.indexBy{1}}">
+          <map:parameter name="documentPath" value="{0}"/>
+        </map:transform>
+        <map:serialize type="xml-document"/>
+      </map:match> 
+      
+      <map:match pattern="projectDetails/index/by*/*.xml">
+        <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
+        <map:transform src="{lm:doap.transform.descriptorIndex.indexBy{1}}">
+          <map:parameter name="documentPath" value="{0}"/>
+          <map:parameter name="filter" value="{2}"/>
+        </map:transform>
+        <map:serialize type="xml-document"/>
+      </map:match>
+      
+      <map:match pattern="projectDetails/source.xml">
+        <map:generate type="file" src="{lm:doap.descriptor}" />
+        <map:serialize type="xml"/>
+      </map:match>
+      
+      <map:match pattern="projectDetails/**.source.xml">
+        <map:generate type="file" src="{lm:doap.descriptor.{1}}" />
+        <map:serialize type="xml"/>
+      </map:match>
+    
+      <map:match pattern="projectDetails.xml">
+        <map:generate src="cocoon:/projectDetails/source.xml" />
+        <map:transform src="{lm:doap.transform.doap.document}"/>
+        <map:serialize type="xml-document"/>
+      </map:match>
+      
+      <map:match pattern="projectDetails/**.xml">
+        <map:generate src="cocoon:/projectDetails/{1}.source.xml" />
+        <map:transform src="{lm:doap.transform.doap.document}"/>
+        <map:serialize type="xml-document"/>
+      </map:match>      
+    
+  </map:pipeline>
+  
 </map:pipelines>
 
 </map:sitemap>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/locationmap.xml?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/locationmap.xml Tue Mar 27 02:29:01 2007
@@ -29,17 +29,17 @@
     </selectors>
   </components>
   
-  <locator>
-    <match pattern="doap.descriptor.projectDetails">
-      <location src="doap.xml" />
-    </match>   
-    
-    <match pattern="doap.descriptor.forrest">
-      <location src="{properties:content}doap/doap-forrest.xml" />
-    </match>   
-      
-    <match pattern="doap.transform.*.*">
-      <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
-    </match>   
+  <locator>
+    <match pattern="doap.descriptor.projectDetails">
+      <location src="doap.xml" />
+    </match>   
+    
+    <match pattern="doap.descriptor.forrest">
+      <location src="{properties:content}doap/doap-forrest.xml" />
+    </match>   
+      
+    <match pattern="doap.transform.*.*">
+      <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
+    </match>   
   </locator>
 </locationmap>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml Tue Mar 27 02:29:01 2007
@@ -24,105 +24,105 @@
     <section id="overview">
       <title>Apache Forrest - org.apache.forrest.plugin.input.doap Plugin</title>
       <p>Renders DOAP files in a human readable form.</p>
-    </section>    
-    
-    <section>
-      <title>Project Details</title>
-      <p>Project details are generated from a project descriptor file.
-      This file can be in any of the followin formats:</p>
-      
-      <ul>
-        <li>DOAP</li>
-        <li>DOAP over ATOM</li>
-      </ul>
-      
-      <note>We need your help in adding more formats.</note>
-      
-      <p>The location of this descriptor file is specified in the locationmap
-      with the hint <code>doap.descriptor</code>. This defaults to
-      a file clled doap.xml in the root of your projects content directory. 
-      To place your descriptor 
-      in a different location simply add
-      a matcher like that shown below in your project locationmap
-      file.</p>
-      
-      <source><![CDATA[
-    <match pattern="doap.descriptor">
-      <location src="[path/to/descriptor/file]" />
-    </match>    
-      ]]></source>
-            
-      <p>To retrieve the project DOAP file in its raw form 
-      request the file <code>/projectDetails/source.xml</code>.</p>
-            
-      <p>To retrieve the project details page request the file
-      <code>/projectDetails.[FORMAT]</code>.</p>
-      
-      <section>
-        <title>Multiple Projects</title>
-        <p>You can use the projectInfo plugin to pull together project 
-        information for multiple projects. For example, take a look at
-        the project details for 
-        <a href="projectDetails.forrest.html">Apache Forrest</a>.</p>
-        
-        <p>Using the locatoinmap you can retrieve this content from 
-        anywhere you want, for example, the DOAP file for the Forrest 
-        project comes from directly from SVN, thus we are always 
-        assured of it being up to date.</p>
-        
-        <p>To retrieve the project details of another project make a request
-        for <code>projectDetails/projectDetails.[PROJECT_NAME].html</code>. For this to work 
-        your project locationmap must have an entry like this:</p>
-        
-        <source><![CDATA[    
-    <match pattern="doap.descriptor.forrest">
-      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
-    </match>    
-        ]]></source>
-
-<warning>
-FOR-910 "project DOAP file retrieved numerous times during docs generation"
-so use a local copy instead.
-</warning>
-        
-        <p>Of course, if you have a central location for all your project descriptor
-        files you could use a match like this:</p>
-        
-        <source><![CDATA[    
-    <match pattern="doap.descriptor.*">
-      <location src="path_to_descriptors/{1}.xml"/>
-    </match>    
-        ]]></source>
-        
-        <warning>The indexing of projects (described below) does not currently work with
-        wildcard matchers in the locationmap.</warning>
-        
-      </section>
-      
-      <section>
-        <title>Project Indexes</title>
-        <p>The system will automatically create an index of projects from your 
-        projects locationmap file. For example, the "Projects" section of the 
-        navigation on the left is automatically generated.</p>
-        
-        <note>There is considerable repetition in the indexes in this demo. The 
-        intention is to show the range of indexes that can be created. You should 
-        select the most suitable for your individual project.</note>
-        
-        <warning>The indexes to be included in your site navigation only work
-        correctly when generating a static site. You should only use page based
-        indexes for dynamic sites.</warning>
-      </section>
-      
-      <section>
-        <title>Dispatcher</title>
-        
-        <p>The DOAP plugin provides dispatcher templates for oring with 
-        DOAP files. For usage instructions see the docs for the 
-        <a href="/ls.contracts.org.apache.forrest.plugin.input.doap.html">doap templates</a>.</p>
-      </section>
-      
-    </section>
+    </section>    
+    
+    <section>
+      <title>Project Details</title>
+      <p>Project details are generated from a project descriptor file.
+      This file can be in any of the followin formats:</p>
+      
+      <ul>
+        <li>DOAP</li>
+        <li>DOAP over ATOM</li>
+      </ul>
+      
+      <note>We need your help in adding more formats.</note>
+      
+      <p>The location of this descriptor file is specified in the locationmap
+      with the hint <code>doap.descriptor</code>. This defaults to
+      a file clled doap.xml in the root of your projects content directory. 
+      To place your descriptor 
+      in a different location simply add
+      a matcher like that shown below in your project locationmap
+      file.</p>
+      
+      <source><![CDATA[
+    <match pattern="doap.descriptor">
+      <location src="[path/to/descriptor/file]" />
+    </match>    
+      ]]></source>
+            
+      <p>To retrieve the project DOAP file in its raw form 
+      request the file <code>/projectDetails/source.xml</code>.</p>
+            
+      <p>To retrieve the project details page request the file
+      <code>/projectDetails.[FORMAT]</code>.</p>
+      
+      <section>
+        <title>Multiple Projects</title>
+        <p>You can use the projectInfo plugin to pull together project 
+        information for multiple projects. For example, take a look at
+        the project details for 
+        <a href="projectDetails.forrest.html">Apache Forrest</a>.</p>
+        
+        <p>Using the locatoinmap you can retrieve this content from 
+        anywhere you want, for example, the DOAP file for the Forrest 
+        project comes from directly from SVN, thus we are always 
+        assured of it being up to date.</p>
+        
+        <p>To retrieve the project details of another project make a request
+        for <code>projectDetails/projectDetails.[PROJECT_NAME].html</code>. For this to work 
+        your project locationmap must have an entry like this:</p>
+        
+        <source><![CDATA[    
+    <match pattern="doap.descriptor.forrest">
+      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
+    </match>    
+        ]]></source>
+
+<warning>
+FOR-910 "project DOAP file retrieved numerous times during docs generation"
+so use a local copy instead.
+</warning>
+        
+        <p>Of course, if you have a central location for all your project descriptor
+        files you could use a match like this:</p>
+        
+        <source><![CDATA[    
+    <match pattern="doap.descriptor.*">
+      <location src="path_to_descriptors/{1}.xml"/>
+    </match>    
+        ]]></source>
+        
+        <warning>The indexing of projects (described below) does not currently work with
+        wildcard matchers in the locationmap.</warning>
+        
+      </section>
+      
+      <section>
+        <title>Project Indexes</title>
+        <p>The system will automatically create an index of projects from your 
+        projects locationmap file. For example, the "Projects" section of the 
+        navigation on the left is automatically generated.</p>
+        
+        <note>There is considerable repetition in the indexes in this demo. The 
+        intention is to show the range of indexes that can be created. You should 
+        select the most suitable for your individual project.</note>
+        
+        <warning>The indexes to be included in your site navigation only work
+        correctly when generating a static site. You should only use page based
+        indexes for dynamic sites.</warning>
+      </section>
+      
+      <section>
+        <title>Dispatcher</title>
+        
+        <p>The DOAP plugin provides dispatcher templates for oring with 
+        DOAP files. For usage instructions see the docs for the 
+        <a href="/ls.contracts.org.apache.forrest.plugin.input.doap.html">doap templates</a>.</p>
+      </section>
+      
+    </section>
     
     <section id="samples">
       <title>Samples</title>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/site.xml?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/site.xml Tue Mar 27 02:29:01 2007
@@ -30,8 +30,8 @@
 See http://forrest.apache.org/docs/linking.html for more info
 -->
 
-<site label="org.apache.forrest.plugin.input.doap" href="" tab="" 
-  xmlns="http://apache.org/forrest/linkmap/1.0" 
+<site label="org.apache.forrest.plugin.input.doap" href="" tab="" 
+  xmlns="http://apache.org/forrest/linkmap/1.0" 
   xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <about label="About">
@@ -39,24 +39,24 @@
     <forrestPlugins label="Plugins Index" href="ext: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>
-  
+  </about>
+  
   <projects label="Projects" href="projectDetails/">
-    <!--
-    <navIndexes label="Navigation Indexes">
-      <xi:include href="cocoon://projectDetails/index.siteSnippet.xml"/>
-      <xi:include href="cocoon://projectDetails/language-Java/index.siteSnippet.xml"/>
-      <xi:include href="cocoon://projectDetails/lang_index.siteSnippet.xml"/>
-    </navIndexes>
+    <!--
+    <navIndexes label="Navigation Indexes">
+      <xi:include href="cocoon://projectDetails/index.siteSnippet.xml"/>
+      <xi:include href="cocoon://projectDetails/language-Java/index.siteSnippet.xml"/>
+      <xi:include href="cocoon://projectDetails/lang_index.siteSnippet.xml"/>
+    </navIndexes>
     -->
-    <pageIndexes label="Page Indexes">
-      <languages label="Index by Language" href="index/byLang.html"
-        description="A list of all projects, indexed by language"/>
-      <languages label="Java Index" href="index/byLang/Java.html"
-        description="A list of Jave projects"/>
-      <languages label="Index by Category" href="index/byCategory.html"
-        description="A list of all projects, indexed by language"/>
-    </pageIndexes>
+    <pageIndexes label="Page Indexes">
+      <languages label="Index by Language" href="index/byLang.html"
+        description="A list of all projects, indexed by language"/>
+      <languages label="Java Index" href="index/byLang/Java.html"
+        description="A list of Jave projects"/>
+      <languages label="Index by Category" href="index/byCategory.html"
+        description="A list of all projects, indexed by language"/>
+    </pageIndexes>
   </projects>
 
   <!--

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv Tue Mar 27 02:29:01 2007
@@ -21,22 +21,22 @@
   <jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
   <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
   <jx:set var="getRequestExtension" value="#{$cocoon/parameters/getRequestExtension}" />
-  
+  
   <forrest:view type="fo" hooksXpath="/">
     <jx:import uri="cocoon://prepare.tiles.common-fo"/>
   </forrest:view>
-  
+  
   <!-- CSS View of the request e.g. index.dispatcher.css -->
   <forrest:view type="css" hooksXpath="/">
     <jx:import uri="cocoon://prepare.tiles.pelt-css"/>
   </forrest:view>
     
-  <forrest:view type="html" hooksXpath="/html/body">
-    <forrest:contract name="doap-embedded">
-      <forrest:property name="doap-embedded-links">
-        <doap url="/projectDetails/source.xml"/>
-      </forrest:property>
-    </forrest:contract>
+  <forrest:view type="html" hooksXpath="/html/body">
+    <forrest:contract name="doap-embedded">
+      <forrest:property name="doap-embedded-links">
+        <doap url="/projectDetails/source.xml"/>
+      </forrest:property>
+    </forrest:contract>
     
     <jx:import uri="cocoon://prepare.tiles.pelt-html"/>
   </forrest:view>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml?view=diff&rev=522836&r1=522835&r2=522836
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml Tue Mar 27 02:29:01 2007
@@ -37,20 +37,20 @@
 
   <changes>
     <!-- Add new releases here -->
-    <release version="0.1" date="not-released">
-      <action dev="RDG" type="add" context="code" due-to="Stuart Yeates" fixes-bug="FOR-967">
-        Add handling of RSS feeds.
-      </action>
-      <action dev="RDG" type="add" context="code">
-        content-doap-link dispatcher template to embed a link to the
-        raw DOAP files within an output HTML file.
-      </action>
-      <action dev="RDG" type="add" context="code">
-        doap-embedded dispatcher template added. This allows DOAP files to
-        be embedded within an output HTML file.
-      </action>
-      <action dev="RDG" type="update" context="code">
-        Switch to Dispatcher.
+    <release version="0.1" date="not-released">
+      <action dev="RDG" type="add" context="code" due-to="Stuart Yeates" fixes-bug="FOR-967">
+        Add handling of RSS feeds.
+      </action>
+      <action dev="RDG" type="add" context="code">
+        content-doap-link dispatcher template to embed a link to the
+        raw DOAP files within an output HTML file.
+      </action>
+      <action dev="RDG" type="add" context="code">
+        doap-embedded dispatcher template added. This allows DOAP files to
+        be embedded within an output HTML file.
+      </action>
+      <action dev="RDG" type="update" context="code">
+        Switch to Dispatcher.
       </action>
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.