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/09/22 09:16:36 UTC

svn commit: r290901 - /forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml

Author: crossley
Date: Thu Sep 22 00:16:31 2005
New Revision: 290901

URL: http://svn.apache.org/viewcvs?rev=290901&view=rev
Log:
Tabs to spaces etc.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml?rev=290901&r1=290900&r2=290901&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml Thu Sep 22 00:16:31 2005
@@ -23,17 +23,17 @@
     <!--
       * Can contain any sitemap selector with the following syntax. * 
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
-                    src="org.apache.forrest.sourceexists.SourceExistsSelector" />
+      <selector name="exists" logger="sitemap.selector.exists"  
+          src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
     -->
   </components>
-  
+
   <!--
     * Can contain a mount statement as a sibling to components and locator *
     <mount src="somelocation.xml"/>
   -->
-  
+
   <locator>
     <!--
       * Can contain a mount within a selector where a selector is valid. 
@@ -48,8 +48,7 @@
     <match pattern="remoteDemo/**.xml">
       <location src="http://svn.apache.org/repos/asf/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/{1}.xml"/>
     </match>
-    
-   
+
     <!-- 
       * Can use a selector inside a match.  *
     <match pattern="somepattern/**">
@@ -59,19 +58,19 @@
         <location src="third-location-attepted"/>
       </select>
     </match>
-  -->
+    -->
     <!--
      To locate all your source documents in a slide repository you can do:
-     
-	   <match pattern="tabs.xml">
-		   <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>
-	   </match>
-	   <match pattern="site.xml">
-		   <location src="http://127.0.0.1:8080/slide/files/site.xml"/>
-	   </match>
-	    <match pattern="**.xml">
-	   	<location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
-	   </match>
-     -->
+
+    <match pattern="tabs.xml">
+      <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>
+    </match>
+    <match pattern="site.xml">
+      <location src="http://127.0.0.1:8080/slide/files/site.xml"/>
+    </match>
+    <match pattern="**.xml">
+      <location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
+    </match>
+    -->
   </locator>
 </locationmap>