From fab698003fec98605c857d643ae2f2c4e0bcc324 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 21 Jan 2016 10:45:34 +0100 Subject: [PATCH] [mod] move wolframalpha to "science" category --- searx/settings.yml | 1 + searx/webapp.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 7a6fc6d8..d837db9a 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 794b7ea8..fdbf7b45 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)