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 2006/02/26 01:48:00 UTC

svn commit: r381037 - /lenya/trunk/src/pubs/blog/config/publication.xconf

Author: michi
Date: Sat Feb 25 16:47:59 2006
New Revision: 381037

URL: http://svn.apache.org/viewcvs?rev=381037&view=rev
Log:
content dir configuration for blog updated

Modified:
    lenya/trunk/src/pubs/blog/config/publication.xconf

Modified: lenya/trunk/src/pubs/blog/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/pubs/blog/config/publication.xconf?rev=381037&r1=381036&r2=381037&view=diff
==============================================================================
--- lenya/trunk/src/pubs/blog/config/publication.xconf (original)
+++ lenya/trunk/src/pubs/blog/config/publication.xconf Sat Feb 25 16:47:59 2006
@@ -32,13 +32,14 @@
   <module name="entry"/>
   <module name="sidebar"/>
 
-  <!-- NOTE: The configuration of content directories has NOT been fully tested yet and might lead to unexpected results. Use at own risk ;-) -->
+  <!-- NOTE: The configuration of the content directory has NOT been fully tested yet and might lead to unexpected results. Use at own risk ;-) -->
+  <!-- Relative to webapp context: -->
   <!--
-  <content-dir area="authoring">lenya/pubs/blog/content/authoring</content-dir>
-  <content-dir      area="live">lenya/pubs/blog/content/live</content-dir>
+  <content-dir src="lenya/pubs/blog/content"/>
   -->
+  <!-- Absolute: -->
   <!--
-  <content-dir area="authoring">/home/USERNAME/data/blog/authoring</content-dir>
-  <content-dir area="live">D:\tmp\blog\live</content-dir>
+  <content-dir src="/home/USERNAME/data/blog"/>
+  <content-dir src="D:\tmp\blog"/>
   -->
 </publication>



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