This website requires JavaScript.
Explore
Help
Register
Sign In
kamp
/
searxng
Watch
1
Star
0
Fork
0
You've already forked searxng
mirror of
https://github.com/searxng/searxng.git
synced
2024-11-09 14:40:11 +01:00
Code
284ac8bfd8
searxng
/
searx
/
templates
/
simple
/
about.html
5 lines
92 B
HTML
Raw
Normal View
History
Unescape
Escape
[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 }}
[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
{% endblock %}
Copy Permalink