From 087e616b4eed27573d5a00b725eca02c1584fa4f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 31 Mar 2016 20:46:01 +0200 Subject: wip pubsubhubbub --- data/config.php.dist | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/config.php.dist b/data/config.php.dist index 4c6a14f..7eb8ccf 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -4,6 +4,14 @@ $GLOBALS['phinde'] = array( 'domains' => array( 'www.example.org', 'test.example.org' - ) + ), + //list of URL beginnings that should be ignored + 'blacklist' => array( + 'http://bad.example.org/' + ), + //list of URLs that should be subscribed to with PubSubHubbub + 'subscriptions' => array( + 'http://www.example.org/feed', + ), ); ?> \ No newline at end of file -- cgit v1.2.3