diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index 26dce0185..51ea31e14 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php @@ -1,5 +1,5 @@ =')); $pcre_ok = extension_loaded('pcre'); @@ -11,6 +11,7 @@ $curl_ok = function_exists('curl_exec'); $parallel_ok = ((extension_loaded('http') && class_exists('HttpRequestPool')) || ($curl_ok && function_exists('curl_multi_init'))); $allow_url_fopen_ok = (bool)ini_get('allow_url_fopen'); $filter_ok = extension_loaded('filter'); +$gettext_ok = function_exists("gettext"); if (extension_loaded('xmlreader')) { $xml_ok = true; @@ -130,8 +131,6 @@ table#chart tr.enabled td { table#chart tr.disabled td, table#chart tr.disabled td a { - color:#999; - font-style:italic; } table#chart tr.disabled td a { @@ -154,6 +153,19 @@ div.chunk { background-color:transparent; font-style:italic; } + +.good{ +background-color:#52CC5B; +} +.bad{ +background-color:#F74343; +font-style:italic; +font-weight: bold; +} +.pass{ +background-color:#FF9500; +} + @@ -177,58 +189,63 @@ div.chunk {
gettext
enabled. No problems here.Zlib
enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.Zlib
extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.mbstring
and iconv
installed! This will allow to handle the greatest number of languages. No problems here.mbstring
is installed, but iconv
is not.iconv
is installed, but mbstring
is not.Zlib
enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.Zlib
extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.mbstring
and iconv
installed! This will allow to handle the greatest number of languages. No problems here.mbstring
is installed, but iconv
is not.iconv
is installed, but mbstring
is not.Tidy
support installed. No problems here.Tidy
extension is not available. should still work with most feeds, but you may experience problems with some.cURL
support installed. No problems here.cURL
extension is not available. SimplePie will use fsockopen()
instead.HttpRequestPool
or curl_multi
support installed. No problems here.HttpRequestPool
or curl_multi
support is not available. will use file_get_contents()
instead to fetch URLs sequentially rather than in parallel.Tidy
support installed. No problems here.Tidy
extension is not available. should still work with most feeds, but you may experience problems with some.cURL
support installed. No problems here.cURL
extension is not available. SimplePie will use fsockopen()
instead.HttpRequestPool
or curl_multi
support installed. No problems here.HttpRequestPool
or curl_multi
support is not available. will use file_get_contents()
instead to fetch URLs sequentially rather than in parallel.gettext
extension is not available. The system we use to display wallabag in various languages is not available. will not work here.Your webhost has its act together!
You can download the latest version of from wallabag.org.
+If you already have done that, you should access the index.php file of your installation to configure and start using wallabag
Note: Passing this test does not guarantee that will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.
- +For most feeds, it'll run with no problems. There are certain languages that you might have a hard time with though.
You can download the latest version of from wallabag.org.
+If you already have done that, you should access the index.php file of your installation to configure and start using wallabag
Note: Passing this test does not guarantee that will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.