You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/25 00:13:09 UTC

svn commit: r328164 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: input.xmap resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl status.xml

Author: rgardler
Date: Mon Oct 24 15:12:59 2005
New Revision: 328164

URL: http://svn.apache.org/viewcvs?rev=328164&view=rev
Log:
standardis paths to projectDetails/**

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=328164&r1=328163&r2=328164&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap Mon Oct 24 15:12:59 2005
@@ -85,8 +85,8 @@
       <!-- =============================================================== -->
       <!-- Project Description Pipelines                                   -->
       <!-- =============================================================== -->
-
-      <map:match pattern="projectDetails.xml">
+      
+      <map:match pattern="projectDetails/projectDetails.xml">
         <map:generate type="file" src="{lm:project.descriptor}" />
         <map:transform src="{lm:projectInfo.transform.doap.html}">
           <map:parameter name="includePageHeader" value="false"/>
@@ -95,7 +95,7 @@
         <map:serialize type="xml-document"/>
       </map:match>
       
-      <map:match pattern="projectDetails.*.xml">
+      <map:match pattern="projectDetails/projectDetails.*.xml">
         <map:generate type="file" src="{lm:project.descriptor.{1}}" />
         <map:transform src="{lm:projectInfo.transform.doap.html}">
           <map:parameter name="includePageHeader" value="false"/>
@@ -119,7 +119,7 @@
       
       
       <!-- Create an HTML page listing all projects categorised by programming language -->
-      <map:match pattern="projectDetails/programmingLang/index.xml">
+      <map:match pattern="projectDetails/lang-index.xml">
         <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
         <map:transform src="{lm:projectInfo.transform.descriptorIndex.indexByLanguage}"/>
         <map:transform src="{lm:transform.html.document}"/>
@@ -149,7 +149,7 @@
         <map:generate type="file" src="{project:content}/locationmap.xml" />
         <map:transform src="{lm:projectInfo.transform.locationmap.descriptorIndex}"/>
         <map:transform type="cinclude"/>
-        <map:serialize type="xml-document"/>
+        <map:serialize type="xml"/>
       </map:match>
       
       <!--

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl?rev=328164&r1=328163&r2=328164&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/descriptorIndex-to-indexByLanguage.xsl Mon Oct 24 15:12:59 2005
@@ -52,7 +52,7 @@
       
     <li>
       <a>
-        <xsl:attribute name="href"><xsl:value-of select="@href-noext"/>.html</xsl:attribute>
+        <xsl:attribute name="href">./<xsl:value-of select="@href-noext"/>.html</xsl:attribute>
         <xsl:value-of select="$name"/>
       </a>
     </li>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?rev=328164&r1=328163&r2=328164&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Mon Oct 24 15:12:59 2005
@@ -44,17 +44,17 @@
       <action dev="RDG" type="add" context="code" importance="high">
         Add an automated index page that lists all projects
         using a specific language. Use 
-        <code>projectDetails/*_lang.xml</code>
+        <code>projectDetails/*-lang.xml</code>
         to retrieve it.
       </action>
       <action dev="RDG" type="add" context="code" importance="high">
         Add an automated project index page that lists all projects
-        grouped by language. Use <code>projectDetails/programmingLang/index.xml</code>
+        grouped by language. Use <code>projectDetails/lang-index.xml</code>
         to retrieve it.
       </action>
       <action dev="RDG" type="add" context="code" importance="high">
         Add an automated index page for all projects using a specified
-        programming language. Use <code>projectDetails/*_lang.xml</code>
+        programming language. Use <code>projectDetails/*-lang.xml</code>
         to retrieve it.
       </action>
       <action dev="RDG" type="add" context="code" importance="high">