X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=INSTALL.md;h=dfe013b709898fb3cb460d770d13855ef6c0ca9f;hb=99c8761b754e53921584e5c7026638ce57ecd49b;hp=63000f264b0c6ce80f4e6358244c1d70d7f62529;hpb=fd99a8c02d7c625771656a5c5081560027d8e6e9;p=github%2Fwallabag%2Fwallabag.git diff --git a/INSTALL.md b/INSTALL.md index 63000f26..dfe013b7 100644 --- 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