You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2006/05/16 07:14:47 UTC

svn commit: r406840 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties: ./ sample-html.properties

Author: rgoers
Date: Mon May 15 22:14:45 2006
New Revision: 406840

URL: http://svn.apache.org/viewcvs?rev=406840&view=rev
Log:
Portal: PageLabels can now be configured to be part of the url.
      Made the pool-max values in the html block's generators externally configurable. Made sitemap
      reloading externally configurable. Made pipeline amd encodeURLTransformer pool-max values 
      externally configurable.

Added:
    cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/
    cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/sample-html.properties

Added: cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/sample-html.properties
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/sample-html.properties?rev=406840&view=auto
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/sample-html.properties (added)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/html/WEB-INF/properties/sample-html.properties Mon May 15 22:14:45 2006
@@ -0,0 +1,2 @@
+html-generator.pool-max = 0
+nekohtml-generator.pool-max = 0
\ No newline at end of file