summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-01 09:36:29 +0400
committerAndrew Dolgov <[email protected]>2011-04-01 09:36:29 +0400
commitb0f379dfff8738defba307341887ee5938625f55 (patch)
treed010c9bd98d2b3f992036fa19fce6bd91d5a0c33 /config.php-dist
parent6f1c5d1760a8a6f753cf35098d45507ed18d0f71 (diff)
add experimental support for pubsubhubbub in published feed, bump config version (refs #251)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 531ce20b3..87429d136 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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).