From ac1618327da1dfd606cf969fd8d8d15ddf9ece44 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 May 2019 14:56:11 +0200 Subject: Add search powered by Qwant.com Why? Implementing our own search is quite involved if we want it to be any good. So outsourcing makes sense. Qwant is hosted in Europe (France,) and takes privacy seriously and doesn't track you. See https://help.qwant.com/help/overview/our-philosophy/ And https://help.qwant.com/help/overview/how-does-qwant-make-money/ For more information. --- app/views/common/_search.html.erb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/views/common/_search.html.erb (limited to 'app/views/common/_search.html.erb') diff --git a/app/views/common/_search.html.erb b/app/views/common/_search.html.erb new file mode 100644 index 0000000..5625935 --- /dev/null +++ b/app/views/common/_search.html.erb @@ -0,0 +1,33 @@ +<%# + This file is part of hmnoweb, a RefineryCMS based Webapp for heavymetal.no + Copyright (C) 2018 Harald Eilertsen + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +%> + +
+ +
+ + -- cgit v1.2.3