diff options
| author | reger <reger18@arcor.de> | 2015-02-08 23:40:33 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-02-08 23:40:33 +0100 |
| commit | fe6f5a395db62855d5509e740290bed4893352fa (patch) | |
| tree | 89d467a70c189abb53f7eceb75690f8fca931096 /defaults/heuristicopensearch.conf | |
| parent | ab98f69592222adc125f4334d9cf9db78e9bb7b0 (diff) | |
fix Umlaut handling in blekko heuristic search term
http://mantis.tokeek.de/view.php?id=169
observation: blekko seams to block xxxbot agents (=0 results)
Diffstat (limited to 'defaults/heuristicopensearch.conf')
| -rw-r--r-- | defaults/heuristicopensearch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/heuristicopensearch.conf b/defaults/heuristicopensearch.conf index 712674aba..6a3b494b9 100644 --- a/defaults/heuristicopensearch.conf +++ b/defaults/heuristicopensearch.conf @@ -12,7 +12,7 @@ ## - all lines beginning with '#' and where the second character is not '#' are commented-out keyword lines ## -#Blekko = http://blekko.com/ws/{searchTerms}+/rss # get 20 results from blekko +#Blekko = http://blekko.com/ws/{searchTerms} /rss # get 20 results from blekko #Faroo-News = http://www.faroo.com/api?q={searchTerms}&start={startIndex}&length=20&l=en&src=news&f=rss # get results from Faroo news-search #WordPress.com = http://en.search.wordpress.com/?q={searchTerms}&f=feed&page={startPage?} #Search WordPress.com Blogs #Sueddeutsche.de = http://suche.sueddeutsche.de/query/{searchTerms}?output=rss # Sueddeutsche Zeitung Artikel Archiv |
