X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac..90d2e0f8c2a80f4d5db5ae20248337d3a0594411:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 4c6a14f..b4d7d5c 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -4,6 +4,16 @@ $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', + ), + //time in seconds after which URLs may be re-indexed + 'refreshtime' => 86400, ); ?> \ No newline at end of file