1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-15 22:00:12 +02:00
searxng/searx/templates/simple
Martin Fischer 05149db4c1 [help] render user documentation once on startup
Currently we have two kinds of user documentation:

* the about page[1] which is written in HTML and part of the web
  application and can therefore link instance-specific pages
  (like e.g. the preferences) via Jinja variables

* the Sphinx documentation[2] which is written in reStructuredText
  and cannot link instance-specific pages since it doesn't know
  which instance the user is using

The plan is to integrate the user documentation currently in Sphinx
into the application, so that it can also link instance specific pages.
We also want to enable the user documentation to be translated.

This commit implements the first step in this endeavor (see #722).

[1]: searx/templates/__common__/about.html
[2]: docs/user/ (currently served at https://docs.searxng.org/user/)
2022-01-23 08:01:55 +01:00
..
filters [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
messages [fix] templates: remove unneeded escape \' of single quotation mark 2021-11-24 17:40:03 +01:00
result_templates [fix] lazy loading of <img> tags 2021-12-15 10:39:55 +01:00
404.html Drop Python 2 (2/n): templates 2020-09-10 10:39:04 +02:00
about.html [help] render user documentation once on startup 2022-01-23 08:01:55 +01:00
base.html [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 2021-11-29 20:36:31 +01:00
categories.html [enh] introduce categories_as_tabs 2022-01-03 07:01:49 +01:00
icons.html [fix] delete trailing whitespace 2021-11-13 15:40:00 +01:00
index.html [simple theme] update to ion icons 5 and drop webfont 2021-11-13 10:42:07 +01:00
infobox.html [fix] simple-theme templates: polish HTML <img> elements 2021-11-25 12:07:57 +01:00
macros.html [fix] lazy loading of <img> tags 2021-12-15 10:39:55 +01:00
preferences.html [fix] simple theme: description of HTTP method 2022-01-14 10:07:09 +01:00
results.html [fix] query_in_title: add missing space in title 2021-11-29 11:08:21 +01:00
search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
simple_search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 2021-11-21 21:38:00 +01:00
simple.spec.txt [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
stats.html [simple theme] update to ion icons 5 and drop webfont 2021-11-13 10:42:07 +01:00