From b0d2cd5ca9d2ca167551f0a84cd7121453ee51b5 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 23 Aug 2023 23:13:46 +0200 Subject: [doc] add documentation of Mwmbl engine & autocompleter Signed-off-by: Markus Heiser --- searx/engines/mwmbl.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'searx/engines') diff --git a/searx/engines/mwmbl.py b/searx/engines/mwmbl.py index 1253d0be4..f4905401d 100644 --- a/searx/engines/mwmbl.py +++ b/searx/engines/mwmbl.py @@ -1,6 +1,17 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # lint: pylint -"""mwmbl (general) +"""Mwmbl_ is a non-profit, ad-free, free-libre and free-lunch search engine with +a focus on useability and speed. + +.. hint:: + + At the moment it is little more than an idea together with a proof of concept + implementation of the web front-end and search technology on a small index. + Mwmbl_ does not support regions, languages, safe-search or time range. + search. + +.. _Mwmbl: https://github.com/mwmbl/mwmbl + """ from urllib.parse import urlencode -- cgit v1.2.3