1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

add experimental support for simplepie rss parser

This commit is contained in:
Andrew Dolgov
2006-07-04 06:51:05 +01:00
parent 3d7d6cdd57
commit 7c5a308d91
3 changed files with 210 additions and 91 deletions

View File

@@ -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