diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-02-09 10:46:23 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-09 10:46:23 +0100 |
| commit | 5f801d7ea0ee1e4b4bec7f52c45ca3f601fc5cdc (patch) | |
| tree | 8bd6d19dc101dda652525623627af2a8a5c86205 /searx/settings.yml | |
| parent | 7c075aa73197030d01b210054488ce99ec861d70 (diff) | |
| parent | dd4686a3886458f600427aba0ed7b9666b3644db (diff) | |
Merge pull request #219 from pointhi/new_engines
New engines: gigablast and blekko_images
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8c9941b36..d7f7b96c0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -33,6 +33,11 @@ engines: locale : en-US shortcut : bin + - name : blekko images + engine : blekko_images + locale : en-US + shortcut : bli + - name : btdigg engine : btdigg shortcut : bt @@ -103,6 +108,10 @@ engines: shortcut : gf disabled : True + - name : gigablast + engine : gigablast + shortcut : gb + - name : github engine : github shortcut : gh |