forked from Archives/searxng
[mod] move wolframalpha to "science" category
This commit is contained in:
parent
b5a3dfca60
commit
fab698003f
@ -309,6 +309,7 @@ engines:
|
|||||||
engine : wolframalpha_noapi
|
engine : wolframalpha_noapi
|
||||||
timeout: 6.0
|
timeout: 6.0
|
||||||
disabled : True
|
disabled : True
|
||||||
|
categories : science
|
||||||
|
|
||||||
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
||||||
# - name : blekko images
|
# - name : blekko images
|
||||||
|
@ -119,7 +119,8 @@ _category_names = (gettext('files'),
|
|||||||
gettext('videos'),
|
gettext('videos'),
|
||||||
gettext('it'),
|
gettext('it'),
|
||||||
gettext('news'),
|
gettext('news'),
|
||||||
gettext('map'))
|
gettext('map'),
|
||||||
|
gettext('scence'))
|
||||||
|
|
||||||
outgoing_proxies = settings['outgoing'].get('proxies', None)
|
outgoing_proxies = settings['outgoing'].get('proxies', None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user