# websearch language of preference.
# automatic detection is based on http headers.
# default: auto
search-language auto

# max number of websearch results on a single page.
# default: 10
search-results-page 10

# one or more enabled search engines
# google, yahoo, bing, exalead, yauba, blekko
# entries are of the form search-engine <engine> <url> <name> <default | nodefault>
# 'default' indicates that the engine and url are default engines when
# no engine is specified to the API.
search-engine seeks s.s seeks default
search-engine google http://www.google.com/search?q=%query&start=%start&num=%num&hl=%lang&ie=%encoding&oe=%encoding google default
search-engine bing http://www.bing.com/search?q=%query&first=%start&mkt=%lang bing nodefault
search-engine bing_api http://api.bing.net/xml.aspx?AppId=yourbingkeyhere&Query=%query&Sources=Web&Web.Count=%num&Web.Offset=0&Market=%lang&Web.Options=DisableHostCollapsing+DisableQueryAlterations bing_api nodefault
search-engine yahoo http://search.yahoo.com/search?n=10&ei=UTF-8&va_vt=any&vo_vt=any&ve_vt=any&vp_vt=any&vd=all&vst=0&vf=all&vm=p&fl=1&vl=lang_%lang&p=%query&vs= yahoo nodefault
search-engine blekko http://blekko.com/ws/%query/rss?ps=100 blekko nodefault
search-engine exalead http://www.exalead.com/search/web/results/?q=%query+language=%lang&elements_per_page=%num&start_index=%start exalead nodefault
#search-engine delicious http://www.delicious.com/search?p=%query&page=%start delicious default
search-engine youtube http://gdata.youtube.com/feeds/base/videos?q=%query&client=ytapi-youtube-search&alt=rss&v=2&start-index=%start&max-results=%num youtube nodefault
search-engine dailymotion http://www.dailymotion.com/rss/relevance/search/%query/%start dailymotion nodefault
search-engine twitter http://search.twitter.com/search.atom?q=%query&page=%start&rpp=%num twitter nodefault http://identi.ca/api/search.atom?q=%query&page=%start&rpp=%num identica nodefault
search-engine yauba http://%lang.yauba.com/?q=%query&target=websites&pg=%start&ss=n&con=y yauba nodefault
search-engine dokuwiki http://doc.ubuntu-fr.org/?do=search&id=%query doc_ubuntu nodefault
search-engine mediawiki http://www.mediawiki.org/w/index.php?title=Special%3ASearch&fulltext=Search&search=%query&button= doc_mwiki nodefault http://%lang.wikipedia.org/w/index.php?title=Special%3ASearch&search=%query wikipedia nodefault
search-engine wordpress http://www.seeks-project.info/site/?s=%query site_seeks nodefault
search-engine redmine http://redmine.seeks-project.info/search/index/seeks?q=%query&scope=all&all_words=1&issues=1&documents=1&changesets=1&messages=1&submit=Submit redmine_seeks nodefault
search-engine opensearch_rss http://plone.org/search_rss?SearchableText=%query plosone nodefault
search-engine opensearch_atom atom_feed_here no_name nodefault
search-engine dotclear http://dotclear.org/blog/?q=%query dotclear nodefault
#search-engine dummy http://dummy.du no_name nodefault

# minimum number of seconds search results are kept in
# the system cache, for reuse, update, etc...
# default: 300
query-context-delay 300

# enables thumbnails for every of the search results
# on the result page.
# default: 0
enable-thumbs 0

# enables javascript use on the websearch results main page.
# default: 1
enable-js 1

# enables background download of the content pointed to by websearch results.
# Expected to be both slower and more bandwith demanding than the
# default ranking system.
# However, the advanced system has more features, such as better
# aggregation of websearch snippets from multiple search engines,
# preemptive caching of webpages pointed to by websearch results and automated 
# similarity analysis and clustering of the websearch results.
# default: 0
enable-content-analysis 0

# enables the clustering button on the interface.
# default: 1
enable-clustering 1

## Technical configuration:
# only modify settings below this point if you know what you are
# doing.

# Connection timeout when connecting to a search engine.
# In seconds.
# default: 3
se-connect-timeout 3

# Transfer timeout when connecting to a search engine.
# In seconds.
# default: 5
se-transfer-timeout 5

# Connection timeout when fetching content for analysis & caching.
# In seconds.
# default: 1
ct-connect-timeout 1

# Transfer timeout when fetching content for analysis & caching.
# In seconds.
# default: 3
ct-transfer-timeout 3

# Maximum allowed query expansion.
# default: 100
max-expansions 100

# Enables a more discriminative highlight of words in result snippets.
# The highlighted words are those that discriminate the most a snippet
# from all other snippets in the results.
# default: 1
extended-highlight 1

# Sets a proxy through which to fetch the background URLs Seeks needs,
# to grab search engine results and content, as required.
# default:
#background-proxy-addr your_proxy:your_port

# Renders the node IP address in the info bar, or not.
# default: 0
show-node-ip 0

# Personalizes the result ranks based on user data from past searches
# and proxy usage.
# default: 1
personalized-ranking 1

# Message to be viewed in a panel next to the search results.
# Supported are plain text and text with html tags.
# default:
#result-message Beware, you are using a remote Seeks node

# Enables the dynamic ui (JSON-based). Do not use this UI if 
# your browser is console-based and / or does not support javascript.
# default: 0
dynamic-ui 0

# User Interface theme identifier.
# 'original' is the historical theme.
# 'compact' is a button-based theme that leaves more room to results.
# Custom themes can be designed easily.
# default: compact
ui-theme compact

# Maximum number of recommended queries in results.
# default: 13
num-recommended-queries 13

# Maximum number of recent queries in results.
# default: 20
num-recent-queries 20

# Whether to insert results across different queries.
# If on (1), allows to insert results recommended for query into
# results for another similar query. If off (0), the result set
# remains exactly that returned by the underlying feeds.
# default: 1
cross-query-result-insertion 1

# Maximum result snippet summary length.
# default 240
max-summary-length 240