Logo
Explore Help
Sign In
djoka/searxng
1
0
Fork 0
You've already forked searxng
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
576eab04d237f6360bcb01e4e624d5062472e281
searxng/searx/templates/simple/about.html

6 lines
151 B
HTML
Raw Normal View History

[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
{% extends 'simple/base.html' %}
{% block content %}
[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-15 06:09:37 +01:00
{{ help.about | safe }}
[help] stop rendering documentation with Jinja2 To facilitate translation of the user documentation we move the templating logic outside of the user documentation.
2022-01-15 09:34:08 +01:00
{% include "__common__/aboutextend.html" ignore missing %}
[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
{% endblock %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 94ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API