Author: ludwig
Date: Sun Jun 26 13:31:40 2011
New Revision: 1139787
URL: http://svn.apache.org/viewvc?rev=1139787&view=rev
Log:
Added new configurations to TurbineResources.properties with documentation.
Modified:
turbine/core/trunk/conf/TurbineResources.properties
Modified: turbine/core/trunk/conf/TurbineResources.properties
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/conf/TurbineResources.properties?rev=1139787&r1=1139786&r2=1139787&view=diff
==============================================================================
--- turbine/core/trunk/conf/TurbineResources.properties (original)
+++ turbine/core/trunk/conf/TurbineResources.properties Sun Jun 26 13:31:40 2011
@@ -555,7 +555,13 @@ services.VelocityService.default.layout.
services.VelocityService.catch.errors = true
services.VelocityService.runtime.log=/logs/velocity.log
-# services.VelocityService.input.encoding=UTF-8
+
+# The encoding of the velocity templates. Default value is ISO-8859-1
+services.VelocityService.input.encoding = ISO-8859-1
+# The encoding of the output generated by the velocity service. Default is the
value of the input encoding.
+services.VelocityService.output.encoding = ISO-8859-1
+
+
services.VelocityService.velocimacro.library = GlobalMacros.vm
services.VelocityService.velocimacro.library = macros/TurbineMacros.vm