diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-22 21:30:49 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-22 21:41:13 +0200 |
commit | a0f6f2e849d0884259693e7c1df1bc9de6585eb2 (patch) | |
tree | 99a8fad184309f39494de8c97eb2a3a7465f72de /ratatoeskr/libs/INFO | |
parent | 7f3cb06630bcb1c81c68e0153d923584f233e38d (diff) | |
download | ratatoeskr-cms-a0f6f2e849d0884259693e7c1df1bc9de6585eb2.tar.gz ratatoeskr-cms-a0f6f2e849d0884259693e7c1df1bc9de6585eb2.tar.bz2 ratatoeskr-cms-a0f6f2e849d0884259693e7c1df1bc9de6585eb2.zip |
Require STE using composer and add autoloading
Diffstat (limited to 'ratatoeskr/libs/INFO')
-rw-r--r-- | ratatoeskr/libs/INFO | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/ratatoeskr/libs/INFO b/ratatoeskr/libs/INFO index 1ce4244..80a47e3 100644 --- a/ratatoeskr/libs/INFO +++ b/ratatoeskr/libs/INFO @@ -1,25 +1,19 @@ 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/silvasur/ste> - -2. PHP Markdown - +1. 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 - +2. kses + Place "kses.php" from the archive directly into this directory. - + kses can be found at <http://sourceforge.net/projects/kses/> -4. jQuery - +3. jQuery + Place jquery.min.js into this folder. - + jQuery can be found at <http://jquery.com>
\ No newline at end of file |