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/15 13:26:15 UTC

svn commit: r344357 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf

Author: michi
Date: Tue Nov 15 04:26:09 2005
New Revision: 344357

URL: http://svn.apache.org/viewcvs?rev=344357&view=rev
Log:
needs to work also without configuration in order to stay backwards compatible

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

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf?rev=344357&r1=344356&r2=344357&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf Tue Nov 15 04:26:09 2005
@@ -27,11 +27,12 @@
   <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-dir area="autoring">content/authoring</content-dir>
+<!--
+  <content-dir area="authoring">content/authoring</content-dir>
   <content-dir area="live">content/live</content-dir>
+-->
 <!--
-  <content-dir area="autoring">/home/USERNAME/data/blog/authoring</content-dir>
+  <content-dir area="authoring">/home/USERNAME/data/blog/authoring</content-dir>
   <content-dir area="live">D:\tmp\blog\live</content-dir>
 -->
   <ssl-prefix/>



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