You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2005/10/27 12:45:20 UTC

svn commit: r328853 - /cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml

Author: rgardler
Date: Thu Oct 27 03:45:09 2005
New Revision: 328853

URL: http://svn.apache.org/viewcvs?rev=328853&view=rev
Log:
remove a level of redirection, it's more efficient, but also prevents the preFilter being processed twice

Modified:
    cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml

Modified: cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml?rev=328853&r1=328852&r2=328853&view=diff
==============================================================================
--- cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml (original)
+++ cocoon/whiteboard/daisy-to-docs/src/documentation/content/locationmap.xml Thu Oct 27 03:45:09 2005
@@ -32,8 +32,8 @@
          <location src="cocoon://653.daisy.xml" />
      </match>
      
-     <match pattern="2.1/**">
-         <location src="cocoon://{1}" />
+     <match pattern="2.1/*.daisy.source">
+         <location src="http://publish:publish@cocoon.zones.apache.org:9263/publisher/document?documentId={1}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live" />
      </match>
      
      <match pattern="*.daisy.source">