You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/13 17:53:33 UTC

svn commit: r546932 - /lenya/trunk/src/webapp/readme.xml

Author: andreas
Date: Wed Jun 13 08:53:33 2007
New Revision: 546932

URL: http://svn.apache.org/viewvc?view=rev&rev=546932
Log:
Added note about proxy transformer to readme file

Modified:
    lenya/trunk/src/webapp/readme.xml

Modified: lenya/trunk/src/webapp/readme.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/readme.xml?view=diff&rev=546932&r1=546931&r2=546932
==============================================================================
--- lenya/trunk/src/webapp/readme.xml (original)
+++ lenya/trunk/src/webapp/readme.xml Wed Jun 13 08:53:33 2007
@@ -35,6 +35,19 @@
     
     <h2>Important notes for beta testers of Lenya 1.4-RC</h2>
     
+    <h3>2007-06-13: Apply ProxyTransformer after UuidToUrlTransformer</h3>
+    <p>
+      The uuid2url and proxy transformers now complement each other. You have
+      to apply the proxy transformer right after the uuid2url transformer:
+    </p>
+    <source xml:space="preserve"><![CDATA[<map:transform type="uuid2url"/>
+<map:transform type="proxy"/>
+...]]></source>
+    <p>
+      Internal links (to documents, CSS, etc.) don't need to contain the context path
+      anymore, this is now handled by the proxy transformer.
+    </p>
+    
     <h3>2007-05-29: Using UUID-based URLs for navigation elements</h3>
     <p>
       Now the sitetree module uses <code>lenya-document:{uuid}</code> URLs for navigation elements.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org