mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
using general mediawiki-engine
* writing general mediawiki-engine * using this engine for wikipedia * using this engine for uncyclopedia
This commit is contained in:
parent
629a05e149
commit
52ad49ccba
3 changed files with 60 additions and 81 deletions
|
|
@ -10,9 +10,10 @@ server:
|
|||
|
||||
engines:
|
||||
- name : wikipedia
|
||||
engine : wikipedia
|
||||
engine : mediawiki
|
||||
shortcut : wp
|
||||
# number_of_results : 1 # default is 1
|
||||
base_url : 'https://{language}.wikipedia.org/'
|
||||
number_of_results : 1
|
||||
|
||||
- name : bing
|
||||
engine : bing
|
||||
|
|
@ -108,9 +109,9 @@ engines:
|
|||
# maybe in a fun category
|
||||
# - name : uncyclopedia
|
||||
# engine : mediawiki
|
||||
# categories : general
|
||||
# shortcut : unc
|
||||
# url : https://uncyclopedia.wikia.com/
|
||||
# base_url : https://uncyclopedia.wikia.com/
|
||||
# number_of_results : 5
|
||||
|
||||
# tmp suspended - too slow, too many errors
|
||||
# - name : urbandictionary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue