summaryrefslogtreecommitdiff
path: root/docu/index.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-28 12:21:09 +0100
committerKevin Chabowski <kevin@kch42.de>2013-10-28 12:21:09 +0100
commit5ebeca22792fa7cdd0f48db3e946b680e1d36c42 (patch)
tree724564cdcb01080a06639a8eb0cbe01b883df72c /docu/index.html
parentc35b88902882ada77fe97d0755974e21a1d4e891 (diff)
downloadste-5ebeca22792fa7cdd0f48db3e946b680e1d36c42.tar.gz
ste-5ebeca22792fa7cdd0f48db3e946b680e1d36c42.tar.bz2
ste-5ebeca22792fa7cdd0f48db3e946b680e1d36c42.zip
STE now means STE Template Engine.
Diffstat (limited to 'docu/index.html')
-rw-r--r--docu/index.html6
1 files changed, 3 insertions, 3 deletions
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">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en">
<head>
- <title>Stupid Template Engine</title>
+ <title>STE Template Engine</title>
<style type="text/css" media="screen">
code, code pre {
font-family: monospace;
@@ -26,10 +26,10 @@
</style>
</head>
<body>
- <h1>Stupid Template Engine</h1>
+ <h1>STE Template Engine</h1>
<p>This documentation is splitted in two parts:</p>
<ol>
- <li><a href="language_definition.html">The definition of the STE Template/Programming language</a>, including the documentation of the <a href="language_definition.html#builtin">builtin tags</a> and the <a href="language_definition.html#stdlib">standard library</a></li>
+ <li><a href="language_definition.html">The definition of the STE template language</a>, including the documentation of the <a href="language_definition.html#builtin">builtin tags</a> and the <a href="language_definition.html#stdlib">standard library</a></li>
<li><a href="nd">The documentation of the PHP implementation</a></li>
</ol>
<p>It could also be helpful to take a look at the example program (the "example" directory).</p>