implement pubsubhubbub subscriber (update schema)

This commit is contained in:
Andrew Dolgov
2011-04-01 13:39:58 +04:00
parent e2bcd11bb1
commit 5ab9791f34
9 changed files with 118 additions and 24 deletions

View File

@@ -18,10 +18,6 @@
define('MAGPIE_CACHE_DIR', 'cache/magpie');
// Local cache directory for RSS feeds
define('MAGPIE_CACHE_AGE', 60*30);
// How long to store cached RSS objects? In seconds.
// Defaults to 30 minutes
define('ICONS_DIR', "icons");
define('ICONS_URL', "icons");
// Local and URL path to the directory, where feed favicons are stored.