diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-03-31 20:46:01 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-03-31 20:46:01 +0200 |
| commit | 087e616b4eed27573d5a00b725eca02c1584fa4f (patch) | |
| tree | e42ee972875966a4f6082857f6026ef77ab86a35 /data/config.php.dist | |
| parent | a23efd3bfd8de4bdf8085ea0e39e7abd4f84f516 (diff) | |
| download | phinde-087e616b4eed27573d5a00b725eca02c1584fa4f.tar.gz phinde-087e616b4eed27573d5a00b725eca02c1584fa4f.zip | |
wip pubsubhubbub
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 10 |
1 files changed, 9 insertions, 1 deletions
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 |
