diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-08-21 13:50:25 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-08-21 13:50:25 +0200 |
commit | 958e9e467736690a46ae9129db43f8428fc3f04c (patch) | |
tree | 26794914aff9aa9ecf118f39d94a578575ccbaf1 /ratatoeskr/libs/INFO | |
parent | ccf2fe853c2cfe629d92833df0e7abe6be4a7df3 (diff) | |
download | ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.gz ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.bz2 ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.zip |
Added libs directory and configured Smarty.
Diffstat (limited to 'ratatoeskr/libs/INFO')
-rw-r--r-- | ratatoeskr/libs/INFO | 15 |
1 files changed, 15 insertions, 0 deletions
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/> + |