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/19 05:52:06 UTC

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

Author: crossley
Date: Sun Sep 18 20:51:59 2005
New Revision: 290057

URL: http://svn.apache.org/viewcvs?rev=290057&view=rev
Log:
Improve the "locationmap remoteDemo" by getting the sources for the seed-sample site.
This minimises the site: link issue.

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=290057&r1=290056&r2=290057&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/locationmap.xml Sun Sep 18 20:51:59 2005
@@ -46,7 +46,7 @@
       <location src="http://www.burrokeet.org/{1}.html"/>
     </match>
     <match pattern="remoteDemo/**.xml">
-      <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml"/>
+      <location src="http://svn.apache.org/repos/asf/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/{1}.xml"/>
     </match>
     
    

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=290057&r1=290056&r2=290057&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 Sun Sep 18 20:51:59 2005
@@ -58,14 +58,14 @@
         <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>
+        you can enter the URL into the browser and it will work (however, note the 
+        issue 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/repos/asf/forrest/trunk/site-author/content/xdocs/{1}.xml" /&gt;
+   &lt;location src="http://svn.apache.org/repos/asf/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/{1}.xml" /&gt;
  &lt;/match&gt;
         </source>
       
@@ -75,12 +75,10 @@
         can request any other output format available via Forrest plugins.</p>
         
         <p>When including resources from remote repositories one has to
-        be careful about things like <code>site</code> and <code>ext</code>
+        be careful about things like <code>site:</code> and <code>ext:</code>
         linking. If the targets are not defined in the local 
-        <code>site.xml</code> file then these links will be broken.</p>
-        
-        <warning>Because of the above limitation many of the links in the
-        page generated from the above example are broken.</warning>
+        <code>site.xml</code> file then these links will be broken, which
+        is the normal situation.</p>
         
       </section>