Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)

Search



Share List



RSS Feed


STST - StringTemplate Standalone Tool
John Snyders Sun Dec 30, 2007 13:20
StringTemplate Standalone Tool (STST) is a command line utility for processing templates written in the StringTemplate template language. See http://www.antlr.org/wiki/display/ST/STST+-+StringTemplate+Standalone+Tool

ST syntax coloring in jEdit
Harry Karadimas Mon Oct 15, 2007 17:36
I have added syntax coloring in the jEdit editor for ST html templates.

JPublish - Open Source Web Publishing
Florin Patrascu Sat Oct 13, 2007 08:41
JPublish is a Java web publishing framework which can use StringTemplate templates with a content repository and application control framework. JPublish is designed to ensure a clean separation of developer roles.

pageforge: example ST-based sites
Terence Parr Fri Jul 7, 2006 14:26
PageForge contains the essence of what I learned building jGuru.com. It contains the source code for two sites including antlr.org. It has a very old version of ST, but it's what I had in this original package dated March 23, 2004.

StringTemplate.NET View and Transform implementations for Maverick.NET
Kunle Odutola Thu Feb 23, 2006 21:38
This library adds a StringTemplate.NET View and Transform to the Maverick.NET MVC framework. It basically allows Maverick.NET views to be developed as StringTemplate.NET template files.

ST# - New C# StringTemplate v2.3b5 release
Kunle Odutola Sat Feb 4, 2006 22:56
A new version of StringTemplate for the C#/CLI platform (i.e Microsoft .NET, Novell Mono, and dotGNU). This has only been tested on Microsoft's .NET platform but should work with little or no change on the others.

StringTemplate 2.2 C# Update
Luis Leal Wed Jan 4, 2006 12:50
Fix a bug in the rest operator reported by Andrew Hallock.

StringTemplate 2.2 C# Update
Luis Leal Fri Dec 2, 2005 04:19
Fix a bug with multi-valued attributes reported by Steve Monson.

StringTemplate C# Update
Luis Leal Tue Oct 25, 2005 07:44
Fix a bug with multi-valued attributes.

StringTemplate 2.2 C# Update
Luis Leal Mon Oct 24, 2005 06:51
1. Add 'r' to ESC rule in angle.bracket.template.g

C# StringTemplate 2.2 Port
Luis Leal Mon Oct 3, 2005 03:13
An update of the C# 2.1 port (by Steve Sarandos) to 2.2.

Python StringTemplate 2.1 Port
Marq Kole (marq.kole at xs4all dot nl) Mon Aug 8, 2005 18:14
A port to Python that uses Python's cool features so it's more than just a straight port. Python-oriented StringTemplate documentation is also available. Nees the ANTLR Python lib.

C# StringTemplate 2.1 Port
Steve Sarandos Mon Aug 8, 2005 18:12
A straightforward port of StringTemplate to C#; needs ANTLR C# lib.