diff options
Diffstat (limited to 'ratatoeskr/libs')
-rw-r--r-- | ratatoeskr/libs/.gitignore | 2 | ||||
-rw-r--r-- | ratatoeskr/libs/INFO | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ratatoeskr/libs/.gitignore b/ratatoeskr/libs/.gitignore index 1af7787..71dd7fe 100644 --- a/ratatoeskr/libs/.gitignore +++ b/ratatoeskr/libs/.gitignore @@ -1,2 +1,2 @@ -smarty +stupid_template_engine.php markdown.php diff --git a/ratatoeskr/libs/INFO b/ratatoeskr/libs/INFO index 5298ab2..e5c9364 100644 --- a/ratatoeskr/libs/INFO +++ b/ratatoeskr/libs/INFO @@ -1,11 +1,10 @@ This directory will hold some libraries Ratatöskr needs. -1. Smarty Template engine +1. Stupid Template Engine (STE) - Create a directory called "smarty" and place the content of the "libs" - directory there. + Place "stupid_template_engine.php" directly into this directory. - Smarty can be found here: <http://www.smarty.net/download> + STE can be found here: <https://github.com/kch42/Stupid-Template-Engine> 2. PHP Markdown |