aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/libs/INFO
blob: 4b4e5e34980e301184e104eac3b717dda60b106d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This directory will hold some libraries Ratatöskr needs.

1. STE Template Engine (STE)
   
   Place the STE files into the subdirectory "ste" (create it, if it doesn't exist). At least "ste.php" and the "src" directory of STE are needed!
   
   STE can be found here: <https://github.com/kch42/ste>

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/>

3. kses
   
   Place "kses.php" from the archive directly into this directory.
   
   kses can be found at <http://sourceforge.net/projects/kses/>

4. jQuery
   
   Place jquery.min.js into this folder.
   
   jQuery can be found at <http://jquery.com>