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 2005/11/11 14:58:10 UTC

svn commit: r332555 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.input.Lenya/ org.apache.forrest.plugin.internal.GoogleSitemap/ org.apache.forrest.plugin.internal.structurer/

Author: crossley
Date: Fri Nov 11 05:58:04 2005
New Revision: 332555

URL: http://svn.apache.org/viewcvs?rev=332555&view=rev
Log:
Use locationmaps.

Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap~
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.GoogleSitemap/internal.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/dataModel.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap?rev=332555&r1=332554&r2=332555&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/input.xmap Fri Nov 11 05:58:04 2005
@@ -33,7 +33,7 @@
             <map:generate src="{lm:{0}}"/>
             <map:transform
                 src="{project:resources.stylesheets}/lenyaxhtml2html.xsl"/>
-            <map:transform src="{forrest:stylesheets}/html2document.xsl"/>
+            <map:transform src="{lm:transform.html.document}"/>
             <map:serialize type="xml"/>
         </map:match>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.GoogleSitemap/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.GoogleSitemap/internal.xmap?rev=332555&r1=332554&r2=332555&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.GoogleSitemap/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.GoogleSitemap/internal.xmap Fri Nov 11 05:58:04 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -501,7 +501,7 @@
             <map:generate src="{project:content.xdocs}{1}{2}.ehtml" />
             <map:transform src="{forrest:stylesheets}/html2htmlbody.xsl" />
             <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
-            <map:transform src="{forrest:context}/resources/stylesheets/declare-broken-site-links.xsl" />
+            <map:transform src="{lm:transform.html.broken-links}"/>
             <map:serialize type="xml" />
           </map:when>
         </map:select>
@@ -514,7 +514,7 @@
         <map:transform type="idgen"/>
         <map:transform type="xinclude"/>
         <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
-        <map:transform src="{forrest:context}/resources/stylesheets/declare-broken-site-links.xsl" />
+        <map:transform src="{lm:transform.html.broken-links}"/>
         <map:call resource="skinit">
           <map:parameter name="type" value="transform.xdoc.html"/>
           <map:parameter name="path" value="{1}{2}.html"/>
@@ -525,7 +525,7 @@
       <map:match pattern="**menu-*.html">
         <map:generate src="cocoon:/{1}book-{2}.html"/>
         <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
-        <map:transform src="{forrest:context}/resources/stylesheets/declare-broken-site-links.xsl" />
+        <map:transform src="{lm:transform.html.broken-links}"/>
         <map:call resource="skinit">
           <map:parameter name="type" value="transform.book.menu"/>
           <map:parameter name="path" value="{1}{2}.html"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/dataModel.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/dataModel.xmap?rev=332555&r1=332554&r2=332555&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/dataModel.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/dataModel.xmap Fri Nov 11 05:58:04 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-2004 The Apache Software Foundation or its licensors,
+  Copyright 1999-2005 The Apache Software Foundation or its licensors,
   as applicable.
   
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -36,8 +36,7 @@
         <map:transform type="xinclude" />
         <map:transform type="linkrewriter"
           src="cocoon://structurer-linkmap.{1}" />
-        <map:transform
-          src="{forrest:stylesheets}/declare-broken-site-links.xsl" />
+        <map:transform src="{lm:transform.html.broken-links}"/>
         <map:serialize />
       </map:match>
     </map:pipeline>
@@ -111,8 +110,7 @@
         <map:generate src="cocoon:/{1}book-{2}.html" />
         <map:transform type="linkrewriter"
           src="cocoon://{1}linkmap-{2}.html" />
-        <map:transform
-          src="{forrest:stylesheets}/declare-broken-site-links.xsl" />
+        <map:transform src="{lm:transform.html.broken-links}"/>
         <map:transform src="{lm:dataModel-html-book2menu.xsl}">
           <map:parameter name="path" value="{1}{2}.html" />
         </map:transform>