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)