diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 13:04:03 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 13:04:03 +0200 |
commit | b4f5c46ab0ec0da26e201266440511171785a338 (patch) | |
tree | 62e774379994e5e649f7272b8e3056e4ed2338fa /INSTALL.md | |
parent | 6fa7d088604665b887faf342e3bef1d599b916b4 (diff) | |
download | wallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.gz wallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.zst wallabag-b4f5c46ab0ec0da26e201266440511171785a338.zip |
doc updated
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,8 +1,16 @@ | |||
1 | # Installing poche | 1 | # Installing poche |
2 | 2 | ||
3 | ## requirements | 3 | ## requirements |
4 | 4 | * PHP 5.2.0 or higher | |
5 | it's highly recommended to have php cURL and tidy_parse_string to fetch articles content. | 5 | * XML ([?](http://php.net/xml)) |
6 | * PCRE ([?](http://php.net/pcre)) | ||
7 | * Data filtering ([?](http://uk.php.net/manual/en/book.filter.php)) | ||
8 | * Tidy ([?](http://php.net/tidy)) | ||
9 | * cURL ([?](http://php.net/curl)) | ||
10 | * Parallel URL fetching | ||
11 | * allow_url_fopen ([?](http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen)) | ||
12 | |||
13 | To see if your server is ok to run poche, execute http://yourpoche/poche_compatibility_test.php. | ||
6 | 14 | ||
7 | ## you don't want to install twig (the template engine) by yourself | 15 | ## you don't want to install twig (the template engine) by yourself |
8 | 16 | ||