summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-04 06:51:05 +0100
committerAndrew Dolgov <[email protected]>2006-07-04 06:51:05 +0100
commit7c5a308d9136a83c8d53c2b78b54c9440594b8cb (patch)
tree4eeea92d085a0da3df2b29fa54733117a04982e6 /config.php-dist
parent3d7d6cdd5718a39b9cbfa193e344264b2992bad6 (diff)
add experimental support for simplepie rss parser
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 9066ef054..ce40c26f4 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -9,9 +9,15 @@
define('DB_PASS', "XXXXXX");
//define('DB_PORT', '5432'); // when neeeded, PG-only
+ define(RSS_BACKEND_TYPE, "magpie");
+ // magpie (stable) or simplepie (EXPERIMENTAL!)
+
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
// Local cache directory for RSS feeds
-
+
+ define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache');
+ // Local cache directory for RSS feeds (simplepie)
+
define('WEB_DEMO_MODE', false);
// Demo mode with reduced functionality.
// Warning: this option is obsolete. Don't rely on it being