]> git.wh0rd.org - tt-rss.git/commitdiff
change description for option ENABLE_SIMPLEPIE
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 23 Aug 2007 11:52:22 +0000 (12:52 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 23 Aug 2007 11:52:22 +0000 (12:52 +0100)
config.php-dist

index 3e412aef9c787242af3e2b69c71b801996e278c8..3f48c5420d2d8cc6d3ddce373ec610ae8c78cecb 100644 (file)
        // 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