You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser b1912607ae [mod] replace /help by /info pages and include pages in project docs
This patch implements a bolierplate to share content from info-pages of the
SearXNG instance (URL /info) with the project documentation (path /docs/user).

The info pages are using Markdown (CommonMark), to include them in the project
documentation (reST) the myst-parser [1] is used in the Sphinx-doc build chain.

If base_url is known (defined in settings.yml) links to the instance are also
inserted into the project documentation::

    searxng_extra/docs_prebuild

[1] https://www.sphinx-doc.org/en/master/usage/markdown.html

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2 years ago
..
answerers [fix] issue reported by pylint 22.1.0 2 years ago
data Merge pull request #934 from searxng/update_data_update_ahmia_blacklist.py 2 years ago
engines [fix] engine: Semantic Scholar (Science) // rework & fix 2 years ago
info/en [mod] replace /help by /info pages and include pages in project docs 2 years ago
infopage [mod] replace /help by /info pages and include pages in project docs 2 years ago
metrics [enh] settings.yml: implement general.enable_metrics 2 years ago
network [mod] remove deprecate code 2 years ago
plugins [mod] infinite_scroll as preference 2 years ago
search [enh] implement a OnlineUrlSearchProcessor 2 years ago
shared [pyright:strict] searx.search.checker.background 2 years ago
static [build] /static 2 years ago
templates [mod] replace /help by /info pages and include pages in project docs 2 years ago
translations [translations] update from Weblate 2 years ago
__init__.py [format.python] initial formatting of the python code 2 years ago
autocomplete.py [fix] brave autocompleter: charset_normalizer issues 2 years ago
exceptions.py [pyright:strict] searx.search.checker.background 2 years ago
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 2 years ago
external_urls.py [format.python] initial formatting of the python code 2 years ago
flaskfix.py [format.python] initial formatting of the python code 2 years ago
languages.py Update searx.data - update_languages.py 2 years ago
locales.py [format.python] initial formatting of the python code 2 years ago
preferences.py [mod] infinite_scroll as preference 2 years ago
query.py [fix] remove broken ? search operator 2 years ago
results.py [simple theme] replace Image_layout.js with flexbox CS impl. 2 years ago
settings.yml [fix] engine: Semantic Scholar (Science) // rework & fix 2 years ago
settings_defaults.py Merge pull request #916 from dalf/pref_infinite_scroll2 2 years ago
settings_loader.py [format.python] initial formatting of the python code 2 years ago
unixthreadname.py [format.python] initial formatting of the python code 2 years ago
utils.py [mod] searx.utils: more typing 2 years ago
version.py [mod] version formatting 2 years ago
webadapter.py [fix] disabling all engines in a category makes the bang search in general 2 years ago
webapp.py [mod] replace /help by /info pages and include pages in project docs 2 years ago
webutils.py [mod] URL for the static file contains the sha1 2 years ago