From fa1b95982a05ca860ada827b9fbdc9def1ac8952 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 21 Sep 2011 00:15:45 +0200 Subject: Added documentation, an example program and fixed some bugs... --- docu/index.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docu/index.html (limited to 'docu/index.html') diff --git a/docu/index.html b/docu/index.html new file mode 100644 index 0000000..f1e0f86 --- /dev/null +++ b/docu/index.html @@ -0,0 +1,37 @@ + + + + Stupid Template Engine + + + +

Stupid Template Engine

+

This documentation is splitted in two parts:

+
    +
  1. The definition of the STE Template/Programming language, including the documentation of the builtin tags and the standard library
  2. +
  3. The documentation of the PHP implementation
  4. +
+

It could also be helpful to take a look at the example program (the "example" directory).

+ + -- cgit v1.2.3-54-g00ecf