diff --git a/defaults/heuristicopensearch.conf b/defaults/heuristicopensearch.conf new file mode 100644 index 000000000..3a312816a --- /dev/null +++ b/defaults/heuristicopensearch.conf @@ -0,0 +1,23 @@ +## List of search engines used by YaCy heuristic search option +## Format example +## SystemName = http://www.thesystem.org/search?q={searchTerms} +## all opensearch parameters can be used in search url +## {searchTerms} is replaced by search query +## {startIndex?} is replaced by result start +## {count} is replaced by expected number of results +## +## the syntax of this file: +## - all lines beginning with '##' are comments +## - all non-empty lines not beginning with '#' are keyword lines +## - all lines beginning with '#' and where the second character is not '#' are commented-out keyword lines +## + +#Nutch = http://www.search2.net/opensearch?query={searchTerms} # get 20 results from Nutch +#Blekko = http://blekko.com/ws/{searchTerms}+/rss # get 20 results from blekko +#Faroo-Web = http://www.faroo.com/instant.rss?q={searchTerms}&start={startIndex}&length={count}&l=en&src=web # get results from Faroo web-search +#Faroo-News = http://www.faroo.com/instant.rss?q={searchTerms}&start={startIndex}&length=20&l=en&src=news # get results from Faroo news-search +#openBDB = http://www.openbdb.com/b/{searchTerms}.xml # Open Book Database +#Twitter = http://search.twitter.com/search.rss?rpp=20&q={searchTerms} +#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 +#Los Angeles Times = http://framework.latimes.com/?s={searchTerms}&feed=rss2 diff --git a/defaults/yacy.init b/defaults/yacy.init index 9e7b8318d..ac0466a7a 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1020,6 +1020,7 @@ heuristic.blekko = false heuristic.twitter = false heuristic.searchresults = false heuristic.searchresults.crawlglobal = false +heuristic.opensearch = false # colours for generic design color_background = #FFFFFF diff --git a/htroot/ConfigHeuristics_p.html b/htroot/ConfigHeuristics_p.html index 365b32bd2..191bdc0e7 100644 --- a/htroot/ConfigHeuristics_p.html +++ b/htroot/ConfigHeuristics_p.html @@ -97,6 +97,66 @@ +
+ #%env/templates/footer.template%#