-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathreadme.txt
More file actions
executable file
·34 lines (23 loc) · 1.19 KB
/
readme.txt
File metadata and controls
executable file
·34 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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/
WebMacro - Template engine.
http://www.webmacro.org/
Sincerely,
The JPublish Team