diff --git a/readme.txt b/readme.txt index 036770c..bc2c694 100755 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,28 @@ -JPublish is a powerful web publishing system designed to ensure a clean separation of developer roles. JPublish includes support for multiple templating engines, including Jakarta Apache's Velocity, FreeMarker and WebMacro. JPublish supports numerous scripting languages including Python, BeanShell, and JavaScript. JPublish is modular and provides tools for easy extensibility. -Additional information and documentation can be obtained from the JPublish web site: http://www.assembla.com/space/jpublish +JPublish is a powerful web publishing system designed to ensure a clean +separation of developer roles. JPublish includes support for multiple +templating engines, including StringTemplate, Jakarta Apache's Velocity, +FreeMarker and WebMacro. + +JPublish supports numerous scripting languages including Python, BeanShell, +and JavaScript. JPublish is modular and provides tools for easy extensibility. + +Additional information and documentation can be obtained from the JPublish +web site: http://code.google.com/p/jpublish/ Alternative template engines supported: + Velocity - The default template engine http://jakarta.apache.org/ + StringTemplate - a Java template engine (with ports for C# and Python) + for generating source code, web pages, emails, or any + other formatted text output. StringTemplate is particularly + good at multi-targeted code generators, multiple site skins, + and internationalization/localization. + http://www.stringtemplate.org/ + FreeMarker - Template engine. http://freemarker.sf.net/