From b4f5c46ab0ec0da26e201266440511171785a338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 25 Aug 2013 13:04:03 +0200 Subject: doc updated --- INSTALL.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') 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 -- cgit v1.2.3