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/07/09 10:38:11 UTC

svn commit: r209933 - in /forrest/trunk/main/fresh-site/src/documentation/content: locationmap.xml xdocs/samples/locationmap/index.xml

Author: rgardler
Date: Sat Jul  9 01:38:10 2005
New Revision: 209933

URL: http://svn.apache.org/viewcvs?rev=209933&view=rev
Log:
access SVN directly, not via viewSVN

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/locationmap/index.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=209933&r1=209932&r2=209933&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml Sat Jul  9 01:38:10 2005
@@ -33,25 +33,22 @@
 	     <location src="http://www.burrokeet.org/{1}.xml" />
 	   </match>
 	   <match pattern="remoteDemo/**.xml">
-	     <location src="http://svn.apache.org/viewcvs.cgi/*checkout*/forrest/trunk/site-author/content/xdocs/{1}.xml" />
-	   </match>
-	   <match pattern="lenya/**.xml">
-		     <location src="http://lenya.zones.apache.org:8888/default/live/{1}.html?raw=true" />
+	     <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" />
 	   </match>
+     
+	   <!--
+     To locate all your source documents in a slide repository you can do:
+     
 	   <match pattern="tabs.xml">
-		   <location src="{project:content.xdocs}tabs.xml"/>
-	   	<!--<location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>-->
+		   <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>
 	   </match>
 	   <match pattern="site.xml">
-		   <location src="{project:content.xdocs}site.xml"/>
-		   <!--<location src="http://127.0.0.1:8080/slide/files/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>

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/locationmap/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/locationmap/index.xml?rev=209933&r1=209932&r2=209933&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/locationmap/index.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/locationmap/index.xml Sat Jul  9 01:38:10 2005
@@ -52,22 +52,25 @@
         This is useful if you want to pull files from different directory structures,
         oe even remote repositories.</p>
         
-        <p>The target of "/remoteDemo/index.html"
-        is generated from a source retrieved from the Forrest SVN via viewSVN.</p>
+        <p>The target of "/remoteDemo/*.html"
+        is generated from a source retrieved from the Forrest SVN.</p>
         
-        <note>Because the above URL retrieves the source file from viewSVN it will
-        only work if you are online. For this reason we have not enabled this link as it would stop you building this site offline. However, if you are online you can enter the URL into the browesr and it will work (however, note the surrent limitations regarding the site: and ext: protocols).</note>
+        <note>Because the above URL retrieves the source file from SVN it will
+        only work if you are online. For this reason we have not enabled this link
+        as it would stop you building this site offline. However, if you are online 
+        you can enter the URL into the browesr and it will work (however, note the 
+        current limitations, described below, regarding the site: and ext: protocols).</note>
         
         <p>The locationmap matcher for the link above is:</p>
         
         <source>
  &lt;match pattern="remoteDemo/**.xml"&gt;
-   &lt;location src="http://svn.apache.org/viewcvs.cgi/*checkout*/forrest/trunk/site-author/content/xdocs/{1}.xml" /&gt;
+   &lt;location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" /&gt;
  &lt;/match&gt;
         </source>
       
         <p>Note that because this is a wildcard matcher you can request any page
-        from viewsSVN simply by requesting 
+        from SVN simply by requesting 
         <code>/remoteDemo/PATH/TO/FILE/FILENAME.html</code>. In addition, we
         can request any other output format available via Forrest plugins.</p>