mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge remote-tracking branch 'searx/master'
This commit is contained in:
commit
48720e20a8
7 changed files with 182 additions and 4 deletions
|
|
@ -196,6 +196,11 @@ engines:
|
|||
# engine : base
|
||||
# shortcut : bs
|
||||
|
||||
- name: bandcamp
|
||||
engine: bandcamp
|
||||
shortcut: bc
|
||||
categories: music
|
||||
|
||||
- name : wikipedia
|
||||
engine : wikipedia
|
||||
shortcut : wp
|
||||
|
|
@ -1280,6 +1285,14 @@ engines:
|
|||
timeout: 5.0
|
||||
disabled: True
|
||||
|
||||
- name: słownik języka polskiego
|
||||
engine: sjp
|
||||
shortcut: sjp
|
||||
base_url: https://sjp.pwn.pl/
|
||||
categories: general
|
||||
timeout: 5.0
|
||||
disabled: True
|
||||
|
||||
# Doku engine lets you access to any Doku wiki instance:
|
||||
# A public one or a privete/corporate one.
|
||||
# - name : ubuntuwiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue