X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac..45638a5de3c8c05c1792f8a3ab93acb11a2c1a86:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 4c6a14f..dc1cff8 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,9 +1,23 @@ 'http://127.0.0.1:9200/phinde/', + //whitelist of domains that shall be crawled '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, + //if directly linked URLs shall be indexed, even if they are + // on a non-whitelisted domain + 'indexNonAllowed' => true, ); ?> \ No newline at end of file