mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
This commit is contained in:
commit
f2ca12b54f
@ -32,8 +32,10 @@ jobs:
|
|||||||
env: PY=2
|
env: PY=2
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
|
- python: "3.7"
|
||||||
|
- python: "3.8"
|
||||||
- stage: docker
|
- stage: docker
|
||||||
python: "3.6"
|
python: "3.8"
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
services:
|
services:
|
||||||
|
@ -123,3 +123,4 @@ generally made searx better:
|
|||||||
- Vipul @finn0
|
- Vipul @finn0
|
||||||
- @CaffeinatedTech
|
- @CaffeinatedTech
|
||||||
- Robin Schneider @ypid
|
- Robin Schneider @ypid
|
||||||
|
- @splintah
|
||||||
|
@ -686,6 +686,69 @@ engines:
|
|||||||
engine : vimeo
|
engine : vimeo
|
||||||
shortcut : vm
|
shortcut : vm
|
||||||
|
|
||||||
|
- name : wikibooks
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wb
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wikibooks.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wikinews
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wn
|
||||||
|
categories : news
|
||||||
|
base_url : "https://{language}.wikinews.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wikiquote
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wq
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wikiquote.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wikisource
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : ws
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wikisource.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wiktionary
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wt
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wiktionary.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wikiversity
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wv
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wikiversity.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : wikivoyage
|
||||||
|
engine : mediawiki
|
||||||
|
shortcut : wy
|
||||||
|
categories : general
|
||||||
|
base_url : "https://{language}.wikivoyage.org/"
|
||||||
|
number_of_results : 5
|
||||||
|
search_type : text
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : wolframalpha
|
- name : wolframalpha
|
||||||
shortcut : wa
|
shortcut : wa
|
||||||
# You can use the engine using the official stable API, but you need an API key
|
# You can use the engine using the official stable API, but you need an API key
|
||||||
@ -763,6 +826,20 @@ engines:
|
|||||||
engine : seedpeer
|
engine : seedpeer
|
||||||
categories: files, music, videos
|
categories: files, music, videos
|
||||||
|
|
||||||
|
- name : rubygems
|
||||||
|
shortcut: rbg
|
||||||
|
engine: xpath
|
||||||
|
paging : True
|
||||||
|
search_url : https://rubygems.org/search?page={pageno}&query={query}
|
||||||
|
results_xpath: /html/body/main/div/a[@class="gems__gem"]
|
||||||
|
url_xpath : ./@href
|
||||||
|
title_xpath : ./span/h2
|
||||||
|
content_xpath : ./span/p
|
||||||
|
suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
|
||||||
|
first_page_num : 1
|
||||||
|
categories: it
|
||||||
|
disabled : True
|
||||||
|
|
||||||
# - name : yacy
|
# - name : yacy
|
||||||
# engine : yacy
|
# engine : yacy
|
||||||
# shortcut : ya
|
# shortcut : ya
|
||||||
|
Loading…
Reference in New Issue
Block a user