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/06/03 20:59:43 UTC

svn commit: r179856 - in /forrest/branches/locationmap_branch/main/fresh-site/src/documentation: content/xdocs/site.xml sitemap.xmap

Author: rgardler
Date: Fri Jun  3 11:59:42 2005
New Revision: 179856

URL: http://svn.apache.org/viewcvs?rev=179856&view=rev
Log:
quick hack demo of locationmap functionlaity I have got working NOTE this breacks 'forrest site' builds of freshsite. More complete demo's needed

Modified:
    forrest/branches/locationmap_branch/main/fresh-site/src/documentation/content/xdocs/site.xml
    forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap

Modified: forrest/branches/locationmap_branch/main/fresh-site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/fresh-site/src/documentation/content/xdocs/site.xml?rev=179856&r1=179855&r2=179856&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/fresh-site/src/documentation/content/xdocs/site.xml (original)
+++ forrest/branches/locationmap_branch/main/fresh-site/src/documentation/content/xdocs/site.xml Fri Jun  3 11:59:42 2005
@@ -65,6 +65,7 @@
     <sample-custom label="custom" href="custom.html" 
       description="Custom XML page" />
     <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
+    <locationmap label="Locationmap" href="locationmap/index.html" description="Locationmaps allow the user URL space to be different from the storage URL Space"/>
     <subdir label="Subdir" href="subdir/">
       <index label="Index" href="index.html" 
         description="Page generated from a sub-directory"/>

Modified: forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap?rev=179856&r1=179855&r2=179856&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap (original)
+++ forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap Fri Jun  3 11:59:42 2005
@@ -23,6 +23,12 @@
     <map:transform src="{project:resources.stylesheets}/hello2document.xsl" />
     <map:serialize type="xml"/>
    </map:match>
+   
+   <map:match pattern="locationmap/demo.xml">
+    <map:generate src="{lm:somewhere}" />
+    <map:transform src="{project:resources.stylesheets}/hello2document.xsl" />
+    <map:serialize type="xml"/>
+   </map:match>
   </map:pipeline>
  </map:pipelines>
 </map:sitemap>