summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 12:52:22 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 12:52:22 +0100
commit87b44f5ca0e5f93564d81b577a715d5a078ea20b (patch)
treed887c8e1fb8e268bd897ad5efb7fb9bd1bbacacb /config.php-dist
parentf2f7b6994a123b4a001fd11fed3a92f130951dcc (diff)
change description for option ENABLE_SIMPLEPIE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist15
1 files changed, 10 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index 3e412aef9..3f48c5420 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -151,12 +151,17 @@
// errors with MySQL (mangled characters, errors when updating feeds, etc).
define('ENABLE_SIMPLEPIE', false);
- // Enables SimplePie RSS parsing library (experimental)
- // When this option is disabled, tt-rss defaults to MagpieRSS.
+ // Enables SimplePie RSS parsing library (experimental). When this option
+ // is disabled, Tiny Tiny RSS defaults to Magpie library.
- // SimplePie is more robust, but it doesn't currently
- // support HTTP Digest authentication, so you won't be able
- // to access, for example, Livejournal friend-only posts.
+ // SimplePie is somewhat faster, more robust and less clunky as Magpie.
+ // While it doesn't internally support HTTP Digest authentication
+ // (required for Livejournal protected feeds and such) and SSL, it can
+ // support it when using CURL.
+
+ // To summarize, if your PHP has CURL extension or you aren't subscribed
+ // to any feeds using HTTP Digest authentication and Magpie XML parsing
+ // errors are bothering you too much, you can try enabling SimplePie.
define('CONFIG_VERSION', 9);
// Expected config version. Please update this option in config.php