From 958e9e467736690a46ae9129db43f8428fc3f04c Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 21 Aug 2011 13:50:25 +0200 Subject: Added libs directory and configured Smarty. --- ratatoeskr/libs/.gitignore | 2 ++ ratatoeskr/libs/INFO | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 ratatoeskr/libs/.gitignore create mode 100644 ratatoeskr/libs/INFO (limited to 'ratatoeskr/libs') 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: + +2. PHP Markdown + + Place "markdown.php" from the archive directly into this directory. + + PHP Markdown can be found here: + -- cgit v1.2.3-54-g00ecf