summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-25 09:00:41 +0100
committerAndrew Dolgov <[email protected]>2006-12-25 09:00:41 +0100
commit49f9c92303a0a669808c4fa6847243a18cdaccd0 (patch)
tree80f310830be106c0308883cae79686eca4fd47ab /config.php-dist
parentbe832a1a56afd70a6281d65b58fb11def9f0257b (diff)
deprecate RSS_BACKEND_TYPE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 3f12ba439..21725abc9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -9,9 +9,6 @@
define('DB_PASS', "XXXXXX");
//define('DB_PORT', '5432'); // when neeeded, PG-only
- define('RSS_BACKEND_TYPE', "magpie");
- // magpie (stable) or simplepie (EXPERIMENTAL!)
-
define('MAGPIE_FETCH_TIME_OUT', 60);
// Magpie's default timeout is 5 seconds. Some RSS feeds,
// such as from large Trac installs, can take significantly
@@ -21,9 +18,6 @@
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