From 87f117d50efa93f2b1a7014e206c7e225d8d78c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Thu, 18 May 2017 21:35:19 +0200 Subject: [enh] add free software directory engine --- searx/settings.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index d9426033e..303a612c3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -209,6 +209,16 @@ engines: # Or you can use the html non-stable engine, activated by default engine : flickr_noapi + - name : free software directory + engine : mediawiki + shortcut : fsd + categories : it + base_url : https://directory.fsf.org/ + number_of_results : 5 + search_type : title + timeout : 5.0 + disabled : True + - name : frinkiac engine : frinkiac shortcut : frk -- cgit v1.2.3 From 2a9339f4b7f24bd7f5f05730c3c998ed2a66b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Thu, 18 May 2017 22:04:31 +0200 Subject: [fix] add more description on possible search tpyes --- searx/settings.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 303a612c3..af91a18f4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -215,6 +215,8 @@ engines: categories : it base_url : https://directory.fsf.org/ number_of_results : 5 +# what part of a page matches the query string: title, text, nearmatch +# title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title search_type : title timeout : 5.0 disabled : True -- cgit v1.2.3