X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=INSTALL.md;h=dfe013b709898fb3cb460d770d13855ef6c0ca9f;hb=13991e52884abf837a8736eb11d2259f626e1c99;hp=63000f264b0c6ce80f4e6358244c1d70d7f62529;hpb=0269cd821311500acffed61edb1bc168d3fb5ec8;p=github%2Fwallabag%2Fwallabag.git diff --git a/INSTALL.md b/INSTALL.md old mode 100755 new mode 100644 index 63000f26..dfe013b7 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,8 +1,16 @@ # Installing poche ## requirements - -it's highly recommended to have php cURL and tidy_parse_string to fetch articles content. +* PHP 5.2.0 or higher +* XML ([?](http://php.net/xml)) +* PCRE ([?](http://php.net/pcre)) +* Data filtering ([?](http://uk.php.net/manual/en/book.filter.php)) +* Tidy ([?](http://php.net/tidy)) +* cURL ([?](http://php.net/curl)) +* Parallel URL fetching +* allow_url_fopen ([?](http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen)) + +To see if your server is ok to run poche, execute http://yourpoche/poche_compatibility_test.php. ## you don't want to install twig (the template engine) by yourself