<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/templates/oscar/base.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>[theme] delete static/themes/oscar and templates/oscar</title>
<updated>2022-04-30T11:20:27+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2022-04-30T06:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=ad1aca682318657955369b1f2cb28a86bc25394c'/>
<id>ad1aca682318657955369b1f2cb28a86bc25394c</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;

 templates/oscar#	gelöscht:       searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;

 templates/oscar#	gelöscht:       searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] infinite_scroll as preference</title>
<updated>2022-02-20T21:58:51+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2022-01-23T10:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=56e34947a6368e6154064c52fa23d21ecda7ab4c'/>
<id>56e34947a6368e6154064c52fa23d21ecda7ab4c</id>
<content type='text'>
* oscar theme: code from searx/plugins/infinite_scroll.py
* simple theme: new implementation

Co-authored-by: Markus Heiser &lt;markus.heiser@darmarIT.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* oscar theme: code from searx/plugins/infinite_scroll.py
* simple theme: new implementation

Co-authored-by: Markus Heiser &lt;markus.heiser@darmarIT.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] templates: lang attribute of html uses hyphen</title>
<updated>2021-10-12T19:06:20+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-10-05T13:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=988910d451b4360209307ef2c3070fdb563d7c35'/>
<id>988910d451b4360209307ef2c3070fdb563d7c35</id>
<content type='text'>
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-lang
https://www.w3.org/TR/REC-xml/#sec-lang-tag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-lang
https://www.w3.org/TR/REC-xml/#sec-lang-tag
</pre>
</div>
</content>
</entry>
<entry>
<title>SearXNG: oscar theme</title>
<updated>2021-09-30T16:50:21+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-09-30T15:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=df06dddc044161c6d5caacab1b2a5b9faa109f01'/>
<id>df06dddc044161c6d5caacab1b2a5b9faa109f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[theme] link to engine stats in footer</title>
<updated>2021-09-12T08:37:21+00:00</updated>
<author>
<name>MrPaulBlack</name>
<email>paul.accounts@protonmail.com</email>
</author>
<published>2021-09-12T08:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=48d4296caafb0dfbef0f6a603f53b3d938b92b69'/>
<id>48d4296caafb0dfbef0f6a603f53b3d938b92b69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version based on the git repository</title>
<updated>2021-07-30T12:40:09+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-07-27T16:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=4b43775c91a3c2ef415527edb4b3c041859453b4'/>
<id>4b43775c91a3c2ef415527edb4b3c041859453b4</id>
<content type='text'>
This commit remove the need to update the brand for GIT_URL and GIT_BRANCH:
there are read from the git repository.

It is possible to call python -m searx.version freeze to freeze the current version.
Useful when the code is installed outside git (distro package, docker, etc...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit remove the need to update the brand for GIT_URL and GIT_BRANCH:
there are read from the git repository.

It is possible to call python -m searx.version freeze to freeze the current version.
Useful when the code is installed outside git (distro package, docker, etc...)
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] drop usage of the searx.brand namespace (templates &amp; /config)</title>
<updated>2021-07-21T11:38:28+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-07-18T13:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=3f638ed196cdd98d933d6e70dffe374e2d2456dc'/>
<id>3f638ed196cdd98d933d6e70dffe374e2d2456dc</id>
<content type='text'>
In the templates and the /config (JSON) the usage of the 'brand.*' name
space is replaced by 'searx.get_setting' function.

- new_issue_url          --&gt; get_setting('brand.new_issue_url')
- brand.GIT_URL          --&gt; get_setting('brand.git_url')
- brand.PUBLIC_INSTANCES --&gt; get_setting('brand.public_instances')
- brand.DOCS_URL         --&gt; get_setting('brand.docs_url')
- brand.ISSUE_URL        --&gt; get_setting('brand.issue_url')
- brand.CONTACT_URL      --&gt; get_setting('general.contact_url', '')

The macro 'new_issue' from searx/templates/*/messages/no_results.html
is now imported with context::

    {% from '__common__/new_issue.html' import new_issue with context %}

To get *public instances URL* from context's 'get_setting()' function::

    get_setting('brand.public_instances','')

Macro's prototype does no longer need the 'new_issue_url' argument and has been
changed to::

    macro new_issue(engine_name, engine_reliability)

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the templates and the /config (JSON) the usage of the 'brand.*' name
space is replaced by 'searx.get_setting' function.

- new_issue_url          --&gt; get_setting('brand.new_issue_url')
- brand.GIT_URL          --&gt; get_setting('brand.git_url')
- brand.PUBLIC_INSTANCES --&gt; get_setting('brand.public_instances')
- brand.DOCS_URL         --&gt; get_setting('brand.docs_url')
- brand.ISSUE_URL        --&gt; get_setting('brand.issue_url')
- brand.CONTACT_URL      --&gt; get_setting('general.contact_url', '')

The macro 'new_issue' from searx/templates/*/messages/no_results.html
is now imported with context::

    {% from '__common__/new_issue.html' import new_issue with context %}

To get *public instances URL* from context's 'get_setting()' function::

    get_setting('brand.public_instances','')

Macro's prototype does no longer need the 'new_issue_url' argument and has been
changed to::

    macro new_issue(engine_name, engine_reliability)

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>More branding</title>
<updated>2021-04-22T18:14:16+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-04-22T18:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=04b34c70b88e9e7e1b93ca6adf8f748b9689495b'/>
<id>04b34c70b88e9e7e1b93ca6adf8f748b9689495b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] oscar: image thumbnail layout</title>
<updated>2021-04-05T09:29:17+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-03-22T11:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7a0fbdecc484284296574a2c2ba9afda01212723'/>
<id>7a0fbdecc484284296574a2c2ba9afda01212723</id>
<content type='text'>
Adjust thumbnail sizes to fill the container width
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust thumbnail sizes to fill the container width
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] replace /translations.js by embedded JSON</title>
<updated>2021-03-16T10:22:21+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-03-16T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=6553c7902925809fd1cbc904dd08db035466a6b2'/>
<id>6553c7902925809fd1cbc904dd08db035466a6b2</id>
<content type='text'>
In webapp.py, there is a new function "get_translations" lists available translations

Close #2064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In webapp.py, there is a new function "get_translations" lists available translations

Close #2064
</pre>
</div>
</content>
</entry>
</feed>
