From 2cd980134b9905d527a8eff861f66c925a470276 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Wed, 3 Sep 2014 13:47:12 +0200 Subject: fix yacy-engine and add comments * add language support * add image-support * add basic-implementation for video, music and file handling * refactore engine * add comments --- searx/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 7d2a4387d..c2d6f28a8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -143,6 +143,13 @@ engines: locale : en-US shortcut : vm +# - name : yacy +# engine : yacy +# shortcut : ya +# base_url : 'http://localhost:8090' +# number_of_results : 5 +# timeout: 3.0 + locales: en : English de : Deutsch -- cgit v1.2.3