You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/12/21 13:29:06 UTC

svn commit: r606175 - /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf

Author: vgritsenko
Date: Fri Dec 21 04:29:05 2007
New Revision: 606175

URL: http://svn.apache.org/viewvc?rev=606175&view=rev
Log:
describe check-reload attribute

Modified:
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf

Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf?rev=606175&r1=606174&r2=606175&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-core-sitemap.xconf Fri Dec 21 04:29:05 2007
@@ -15,24 +15,28 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- SVN $Id$ -->
+
+<!--
+  - $Id$
+  -->
 <components>
 
-  <!--+
-      | New implementation of the sitemap. It is interpreted, so load times
-      | are super-fast, and request processing is slightly faster than with
-      | the compiled engine thanks to the HotSpot VM.
-      |
-      | Reloading of the sitemap:
-      |   If a sitemap is checked for reloading is determined by the
-      |   org.apache.cocoon.reloading (resp. org.apache.cocoon.reloading.sitemap)
-      |   property.
-      |   Set to "no", the sitemap is generated once at startup.
-      |   Set to "yes", the sitemap is regenerated if it changes.
-      |
-      | For development environment, set the check-reload to yes.
-      | For production environment, it is advisable to set check-reload to no.
-      +-->
+  <!--
+    - New implementation of the sitemap. It is interpreted, so load times
+    - are super-fast, and request processing is slightly faster than with
+    - the compiled engine thanks to the HotSpot VM.
+    -
+    - Reloading of the sitemap:
+    -   If check-reload attribute is present, its value is used. If it is
+    -   missing, reloading is determined by the properties:
+    -     org.apache.cocoon.reloading.sitemap,
+    -     org.apache.cocoon.reloading
+    -   If reloading is enabled, the sitemap is regenerated if it changes.
+    -   Otherwise, the sitemap is generated once at startup.
+    -
+    - For development environment, set the check-reload to yes.
+    - For production environment, it is advisable to set check-reload to no.
+    -->
   <sitemap file="context://sitemap.xmap" logger="sitemap"/>
   
 </components>