-
Notifications
You must be signed in to change notification settings - Fork 13
/
README.txt
25 lines (15 loc) · 1.09 KB
/
README.txt
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
StringTemplate 3.2.1
September 22, 2009
Terence Parr, parrt at cs usfca edu
ANTLR project lead and supreme dictator for life
University of San Francisco
ST (StringTemplate) is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output. ST is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. ST also generates this website and powers the ANTLR v3 code generator. Its distinguishing characteristic is that it strictly enforces model-view separation unlike other engines.
The main website is:
http://www.stringtemplate.org (but is mainly about v4)
The documentation is in the wiki:
https://theantlrguy.atlassian.net/wiki/display/ST/StringTemplate+3+Wiki+Home
Here are the 3.2.1 release notes:
https://theantlrguy.atlassian.net/wiki/display/ST/3.2.1+Release+Notes
Per the license in LICENSE.txt, this software is not guaranteed to
work and might even destroy all life on this planet.
See the CHANGES.txt file.