From 5ebeca22792fa7cdd0f48db3e946b680e1d36c42 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 28 Oct 2013 12:21:09 +0100 Subject: STE now means STE Template Engine. --- README.markdown | 6 +- docu/index.html | 6 +- docu/language_definition.html | 20 +- ste.php | 1651 +++++++++++++++++++++++++++++++++++++++++ stupid_template_engine.php | 1651 ----------------------------------------- 5 files changed, 1667 insertions(+), 1667 deletions(-) create mode 100644 ste.php delete mode 100644 stupid_template_engine.php diff --git a/README.markdown b/README.markdown index e3a1321..4fd7c4b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ -Stupid Template Engine -====================== +STE Template Engine +=================== -The Stupid Template Engine (STE) is a template engine for the PHP programming +The STE Template Engine (STE) is a template engine for the PHP programming language. Requirements diff --git a/docu/index.html b/docu/index.html index f1e0f86..9780b44 100644 --- a/docu/index.html +++ b/docu/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - Stupid Template Engine + STE Template Engine -

Stupid Template Engine

+

STE 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 definition of the STE template language, including the documentation of the builtin tags and the standard library
  4. The documentation of the PHP implementation

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

diff --git a/docu/language_definition.html b/docu/language_definition.html index 934042d..a21a869 100644 --- a/docu/language_definition.html +++ b/docu/language_definition.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - Language definition - Stupid Template Engine + Language definition - STE Template Engine