1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:56:34 +00:00

add experimental support for pubsubhubbub in published feed, bump config version (refs #251)

This commit is contained in:
Andrew Dolgov
2011-04-01 09:36:29 +04:00
parent 6f1c5d1760
commit b0f379dfff
7 changed files with 144 additions and 11 deletions

View File

@@ -192,7 +192,11 @@
// Please set this to true if you have read everything above and
// finished setting configuration options.
define('CONFIG_VERSION', 21);
define('PUBSUBHUBBUB_HUB', '');
// URL to a PubSubHubbub-compatible hub server. If defined, Published
// articles generated feeds would automatically become PUSH-enabled.
define('CONFIG_VERSION', 22);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).