<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/templates/oscar/about.html, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/'/>
<entry>
<title>[enh] introduce /help route</title>
<updated>2022-02-01T05:28:26+00:00</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2022-01-31T10:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=fb9eedbf40410a5558bfc03b4c50f7ff41b023b4'/>
<id>fb9eedbf40410a5558bfc03b4c50f7ff41b023b4</id>
<content type='text'>
Translation will be implemented in the future.
For now the "en" in /help/en/&lt;pagename&gt; is hardcoded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Translation will be implemented in the future.
For now the "en" in /help/en/&lt;pagename&gt; is hardcoded.
</pre>
</div>
</content>
</entry>
<entry>
<title>[help] stop rendering documentation with Jinja2</title>
<updated>2022-01-23T07:01:55+00:00</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2022-01-15T08:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=105c5a6a9839c65a81b32cdf82278c5cc629ae4a'/>
<id>105c5a6a9839c65a81b32cdf82278c5cc629ae4a</id>
<content type='text'>
To facilitate translation of the user documentation we move
the templating logic outside of the user documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To facilitate translation of the user documentation we move
the templating logic outside of the user documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>[help] render user documentation once on startup</title>
<updated>2022-01-23T07:01:55+00:00</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2022-01-15T05:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=05149db4c1e495eecaf74d267e91f61dee7ee40d'/>
<id>05149db4c1e495eecaf74d267e91f61dee7ee40d</id>
<content type='text'>
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/)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/)
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] add a __common__ template that can't be selected but that provides a common place for shared templates.</title>
<updated>2017-01-20T14:40:38+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2017-01-13T21:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7fdfeca3a43e0e2bd8ef2dcb27cca7745edf596a'/>
<id>7fdfeca3a43e0e2bd8ef2dcb27cca7745edf596a</id>
<content type='text'>
What has been moved into this template :
* opensearch*.xml is always the same whatever the themes.
* the text inside */about.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
What has been moved into this template :
* opensearch*.xml is always the same whatever the themes.
* the text inside */about.html
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] menu without js - closes #747</title>
<updated>2016-11-01T22:12:46+00:00</updated>
<author>
<name>Adam Tauber</name>
<email>asciimoo@gmail.com</email>
</author>
<published>2016-11-01T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=9782633054129fd28a3e785f293b0b34649a3550'/>
<id>9782633054129fd28a3e785f293b0b34649a3550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] seeks URLS, close #731</title>
<updated>2016-10-15T16:43:03+00:00</updated>
<author>
<name>dalf</name>
<email>alex@al-f.net</email>
</author>
<published>2016-10-15T16:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=cae84e71a5d933f607e36a34a9bc1b5269dfb1a6'/>
<id>cae84e71a5d933f607e36a34a9bc1b5269dfb1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>uncapitalize searx in templates</title>
<updated>2016-08-15T15:12:43+00:00</updated>
<author>
<name>Noémi Ványi</name>
<email>sitbackandwait@gmail.com</email>
</author>
<published>2016-08-15T15:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=4bd44cd98fb9191957f50c849b69860537f10b76'/>
<id>4bd44cd98fb9191957f50c849b69860537f10b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moving a comma</title>
<updated>2016-07-25T15:16:16+00:00</updated>
<author>
<name>Harry Wood</name>
<email>github@onlineanimals.co.uk</email>
</author>
<published>2016-07-25T15:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=cd072676e937e4ff19ef77496fcf3b2b01bc940d'/>
<id>cd072676e937e4ff19ef77496fcf3b2b01bc940d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LTR the about page correctly</title>
<updated>2015-02-12T01:02:30+00:00</updated>
<author>
<name>Cqoicebordel</name>
<email>Cqoicebordel@users.noreply.github.com</email>
</author>
<published>2015-02-12T01:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=b5cbbcede4bb352531198d4e80a36d0082ccfa6e'/>
<id>b5cbbcede4bb352531198d4e80a36d0082ccfa6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>little enhancement of oscar template</title>
<updated>2014-10-05T12:40:46+00:00</updated>
<author>
<name>Thomas Pointhuber</name>
<email>thomas.pointhuber@gmx.at</email>
</author>
<published>2014-09-26T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=a88ce4bd336e470900d138dcc19af7efaad40573'/>
<id>a88ce4bd336e470900d138dcc19af7efaad40573</id>
<content type='text'>
* improve site-titles
* add message which tell you if no data is availabe yet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improve site-titles
* add message which tell you if no data is availabe yet
</pre>
</div>
</content>
</entry>
</feed>
