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:21:43 UTC

svn commit: r209932 - /forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml

Author: rgardler
Date: Sat Jul  9 01:21:41 2005
New Revision: 209932

URL: http://svn.apache.org/viewcvs?rev=209932&view=rev
Log:
remove active link as the locationmap rule is not in the locatinmap (and I don't want to put it in because I intend to use our docs as a test case for backward compatability)

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=209932&r1=209931&r2=209932&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Sat Jul  9 01:21:41 2005
@@ -176,12 +176,11 @@
         For example, when the locationmap has:</p>
         <source>
  &lt;match pattern="rewriteDemo/**"&gt;
-   &lt;location src="http://www.burrokeet.org/{1}.xml" /&gt;
+   &lt;location src="http://www.domain.org/{1}.xml" /&gt;
  &lt;/match&gt;
         </source>
-        <p><a href="lm:rewriteDemo/index">This link leads is rewritten to
-        an offsite address</a> not
-        specified in the link, which has <code>href="lm:rewriteDemo/index"</code>.</p>
+        <p>With the above match in the locationmap a link which has <code>href="lm:rewriteDemo/index"</code>
+        will be rewritten to an offsite address at <code>domain.org</code>.</p>
       </section>
 
     </section>