You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/11/07 08:46:24 UTC

svn commit: r331233 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf

Author: michi
Date: Sun Nov  6 23:46:21 2005
New Revision: 331233

URL: http://svn.apache.org/viewcvs?rev=331233&view=rev
Log:
preparations for making root content dir configurable

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf?rev=331233&r1=331232&r2=331233&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf Sun Nov  6 23:46:21 2005
@@ -25,6 +25,13 @@
   <path-mapper>org.apache.lenya.cms.publication.DefaultDocumentIdToPathMapper</path-mapper>
   <document-builder>org.apache.lenya.cms.publication.DefaultDocumentBuilder</document-builder>
   <breadcrumb-prefix/>
+
+  <!-- NOTE: The configuration of content directories has NOT been fully tested yet and might lead to unexpected results. Use at own risk;-) -->
+  <content-authoring-dir>content/authoring</content-authoring-dir>
+  <!--
+  <authoring-dir>/home/USERNAME/data/lenya/author</authoring-dir>
+  -->
+  <content-live-dir>content/live</content-live-dir>
   
   <!-- 
        For information about these settings, read 



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