StringTemplate 3.0 September 6, 2006

Terence Parr, parrt at cs usfca edu ANTLR project lead and supreme
dictator for life University of San Francisco

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. StringTemplate is particularly good at multi-targeted code
generators, multiple site skins, and internationalization/localization. It
evolved over years of effort developing jGuru.com. StringTemplate 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

The documentation is in the wiki:

	http://www.antlr.org/wiki/display/ST/StringTemplate+3.0+Documentation

Here are the 3.0 release notes:

	http://www.antlr.org/wiki/display/ST/StringTemplate+3.0+Release+Notes

Per the license in LICENSE.txt, this software is not guaranteed to work
and might even destroy all life on this planet.
