Skip to content

Commit

Permalink
added details about the latest addition: StringTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
florin.patrascu committed Aug 27, 2007
1 parent 3aaf574 commit e13ef37
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions 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/

Expand Down

0 comments on commit e13ef37

Please sign in to comment.