X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/f77dad8f1dda382a23b9d22393e239be6c087a07..7aba8a17bae437bfba2cb6c6496f750d014f3636:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 3c1ccea..1e2641a 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -10,6 +10,9 @@ $GLOBALS['phinde'] = array( 'blacklist' => array( 'http://bad.example.org/' ), + //list of regexes for URLs that should not be crawled + 'crawlBlacklist' => array( + ), //list of URLs that should be subscribed to with PubSubHubbub 'subscriptions' => array( 'http://www.example.org/feed', @@ -22,5 +25,8 @@ $GLOBALS['phinde'] = array( //prefix for the gearman queue names, needed when multiple instances //are running in parallel 'queuePrefix' => '', + //show the full text content in the results + // useful for chat logs in which every line is its own document + 'showFullContent' => false, ); ?> \ No newline at end of file