libremiami-search/searx/settings.yml

139 lines
2.7 KiB
YAML
Raw Normal View History

server:
port : 8888
secret_key : "ultrasecretkey" # change this!
debug : True
request_timeout : 2.0 # seconds
base_url : False
engines:
- name : wikipedia
2014-01-31 04:35:23 +01:00
engine : wikipedia
number_of_results : 1
2014-01-30 01:44:12 +01:00
paging : False
2014-02-09 11:16:25 +01:00
shortcut : wp
- name : bing
engine : bing
locale : en-US
2014-01-31 16:05:50 +01:00
shortcut : bi
- name : currency
engine : currency_convert
categories : general
2014-01-31 16:05:50 +01:00
shortcut : cc
- name : deviantart
engine : deviantart
categories : images
2014-01-31 16:05:50 +01:00
shortcut : da
2014-02-13 17:09:38 +01:00
timeout: 3.0
- name : ddg definitions
engine : duckduckgo_definitions
2014-01-31 16:05:50 +01:00
shortcut : ddd
- name : duckduckgo
engine : duckduckgo
locale : en-us
2014-01-31 16:05:50 +01:00
shortcut : ddg
- name : filecrop
engine : filecrop
categories : files
2014-01-31 16:05:50 +01:00
shortcut : fc
- name : flickr
engine : flickr
categories : images
2014-01-31 16:05:50 +01:00
shortcut : fl
2014-02-13 17:09:38 +01:00
timeout: 3.0
- name : github
engine : github
categories : it
2014-02-09 11:16:25 +01:00
shortcut : gh
- name : google
engine : google
2014-01-31 16:05:50 +01:00
shortcut : go
- name : google images
engine : google_images
2014-01-31 16:05:50 +01:00
shortcut : goi
- name : piratebay
engine : piratebay
categories : videos, music, files
2014-01-31 16:05:50 +01:00
shortcut : tpb
- name : soundcloud
engine : soundcloud
categories : music
2014-01-31 16:05:50 +01:00
shortcut : sc
- name : stackoverflow
engine : stackoverflow
categories : it
2014-01-31 16:05:50 +01:00
shortcut : st
- name : startpage
engine : startpage
base_url : 'https://startpage.com/'
search_url : 'https://startpage.com/do/search'
2014-01-31 16:05:50 +01:00
shortcut : sp
2014-01-24 09:24:56 +01:00
# +30% page load time
# - name : ixquick
# engine : startpage
# base_url : 'https://www.ixquick.com/'
# search_url : 'https://www.ixquick.com/do/search'
- name : twitter
engine : twitter
categories : social media
2014-01-31 16:05:50 +01:00
shortcut : tw
- name : uncyclopedia
engine : mediawiki
categories : general
shortcut : unc
url : https://uncyclopedia.wikia.com/
- name : urbandictionary
engine : xpath
search_url : http://www.urbandictionary.com/define.php?term={query}
url_xpath : //div[@class="word"]//a/@href
title_xpath : //div[@class="word"]//a
content_xpath : //div[@class="definition"]
2014-01-31 16:05:50 +01:00
shortcut : ud
- name : yahoo
engine : yahoo
2014-01-31 16:05:50 +01:00
shortcut : yh
- name : youtube
engine : youtube
categories : videos
2014-01-31 16:05:50 +01:00
shortcut : yt
- name : dailymotion
engine : dailymotion
locale : en_US
categories : videos
2014-01-31 16:05:50 +01:00
shortcut : dm
- name : vimeo
engine : vimeo
categories : videos
results_xpath : //div[@id="browse_content"]/ol/li
url_xpath : ./a/@href
title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
content_xpath : ./a/img/@src
2014-01-31 16:05:50 +01:00
shortcut : vm
2014-01-22 00:21:37 +01:00
2014-01-22 00:59:18 +01:00
locales:
2014-01-22 00:21:37 +01:00
en : English
2014-01-30 18:50:18 +01:00
de : Deutsch
2014-01-22 00:21:37 +01:00
hu : Magyar
fr : Français