Menu

Tree [r32] / trunk /
 History

HTTPS access


File Date Author Commit
 .settings 2015-04-17 mvlcek [r29] Minor changes
 docs 2014-07-27 mvlcek [r11]
 php 2014-07-27 mvlcek [r8] Added header.
 src 2015-04-17 mvlcek [r29] Minor changes
 src-test 2015-04-17 mvlcek [r31] Test: using org.junit.Assert now
 .buildpath 2014-07-27 mvlcek [r13]
 .classpath 2014-07-25 mvlcek [r4] Initial version
 .project 2014-07-27 mvlcek [r13]
 build.properties 2014-08-03 mvlcek [r24] Expressions are now also parsed on construction.
 build.xml 2014-07-27 mvlcek [r12] Ant build for distribution
 readme.txt 2014-07-27 mvlcek [r13]

Read Me

+--------------------------------------------------------------------+
| TinyTemplate                                                       |
| A single-file extensible template engine                           |
+--------------------------------------------------------------------+
| Copyright (c) 2014 Martin Vlcek                                    |
| License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)          |
+--------------------------------------------------------------------+

TinyTemplate is a small single-file templating engine in Java.
A PHP version is also available.

License and documentation can be found in docs and docs/html.

REQUIREMENTS

Java:
- At least Java 1.5 is required
- Testing: Junit 4 is used - eclipse already includes a plugin for it.

PHP:
- PHP 5 is required
- For testing you can download the eclipse plugin SimpleTest from 
  http://simpletest.org/eclipse/. Go to preferences and set the path to 
  php.exe, php.ini and the test file suffix .php (do not set the 
  SimpleTest path to use the version included in the plugin - 
  version 1.1 is incompatible)
MongoDB Logo MongoDB