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/19 22:28:46 UTC

svn commit: r326690 - in /forrest/trunk/site-author/content: doap.xml xdocs/docs_0_80/locationmap.xml

Author: rgardler
Date: Wed Oct 19 13:28:37 2005
New Revision: 326690

URL: http://svn.apache.org/viewcvs?rev=326690&view=rev
Log:
add plugin name to naming convention for locationmaps

Modified:
    forrest/trunk/site-author/content/doap.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml

Modified: forrest/trunk/site-author/content/doap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/doap.xml?rev=326690&r1=326689&r2=326690&view=diff
==============================================================================
--- forrest/trunk/site-author/content/doap.xml (original)
+++ forrest/trunk/site-author/content/doap.xml Wed Oct 19 13:28:37 2005
@@ -64,6 +64,7 @@
 
         <doap:programming-language xml:lang="en">Java</doap:programming-language>
         <doap:programming-language xml:lang="en">XML</doap:programming-language>
+        <doap:programming-language xml:lang="en">XSLT</doap:programming-language>
 
         <doap:license rdf:resource="http://forrest.apache.org/license.html"/>
 

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=326690&r1=326689&r2=326690&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Wed Oct 19 13:28:37 2005
@@ -84,21 +84,29 @@
       <source><![CDATA[
 <map:transform src="{lm:transform.xhtml2.html}"/>
       ]]></source>
+      
+      <p>Where the resource is provided by a plugin rather than Forrest itself
+      this is prefixed with the last part of the plugin name. For example:</p>
 
+      <source><![CDATA[
+<map:transform src="{lm:projectInfo.transform.doap.html}"/>
+      ]]></source>
+      
       <p>The format is essentially one of:</p>
       
       <source>
-resource-type(dot)from-format(dot)to-format
+[PLUGIN_NAME.]resource-type(dot)from-format(dot)to-format
       </source>
       <p>or</p>
       <source>
-resource-type(dot)type(dot)name
+[PLUGIN_NAME.]resource-type(dot)type(dot)name
       </source>
 
       <p>Examples of these two:</p>
       <source>
-transform.xslt.xthml2.html
+transform.transform.xthml2.html
 graphic.png.project-logo
+projectInfo.transform.changes.rss
       </source>
   </section>