diff options
Diffstat (limited to 'ratatoeskr/libs')
-rw-r--r-- | ratatoeskr/libs/.gitignore | 2 | ||||
-rw-r--r-- | ratatoeskr/libs/INFO | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/ratatoeskr/libs/.gitignore b/ratatoeskr/libs/.gitignore new file mode 100644 index 0000000..1af7787 --- /dev/null +++ b/ratatoeskr/libs/.gitignore @@ -0,0 +1,2 @@ +smarty +markdown.php diff --git a/ratatoeskr/libs/INFO b/ratatoeskr/libs/INFO new file mode 100644 index 0000000..5298ab2 --- /dev/null +++ b/ratatoeskr/libs/INFO @@ -0,0 +1,15 @@ +This directory will hold some libraries Ratatöskr needs. + +1. Smarty Template engine + + Create a directory called "smarty" and place the content of the "libs" + directory there. + + Smarty can be found here: <http://www.smarty.net/download> + +2. PHP Markdown + + Place "markdown.php" from the archive directly into this directory. + + PHP Markdown can be found here: <http://michelf.com/projects/php-markdown/> + |