summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-01-21 10:45:34 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-01-21 10:45:34 +0100
commitfab698003fec98605c857d643ae2f2c4e0bcc324 (patch)
tree9c21d0e7a12ba85514d36cd2b4901dd3c3a15784 /searx
parentb5a3dfca60f23bac10ade068c40729f030bbad63 (diff)
downloadsearxng-fab698003fec98605c857d643ae2f2c4e0bcc324.tar.gz
searxng-fab698003fec98605c857d643ae2f2c4e0bcc324.zip
[mod] move wolframalpha to "science" category
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml1
-rw-r--r--searx/webapp.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 7a6fc6d8a..d837db9ad 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -309,6 +309,7 @@ engines:
engine : wolframalpha_noapi
timeout: 6.0
disabled : True
+ categories : science
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
# - name : blekko images
diff --git a/searx/webapp.py b/searx/webapp.py
index 794b7ea8c..fdbf7b45f 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -119,7 +119,8 @@ _category_names = (gettext('files'),
gettext('videos'),
gettext('it'),
gettext('news'),
- gettext('map'))
+ gettext('map'),
+ gettext('scence'))
outgoing_proxies = settings['outgoing'].get('proxies', None)