<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/templates/simple/infobox.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>[mod] simple theme: collaps/expand elements in the sidebar</title>
<updated>2023-05-28T10:19:32+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2023-04-23T11:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=b7e315563d2401e6fb659fcfcb361e6d5bb915d5'/>
<id>b7e315563d2401e6fb659fcfcb361e6d5bb915d5</id>
<content type='text'>
Make elements in the sidebar collapse able.  Except infoboxes all elements in
the sidebar are collapsed by default.

By folding out the sidebar elements, the UI looks less cluttered.  Especially on
small devices like smartphones, where the sidebar is above the results list, the
UX should be improved [1].

[1] https://github.com/searxng/searxng/issues/2140

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make elements in the sidebar collapse able.  Except infoboxes all elements in
the sidebar are collapsed by default.

By folding out the sidebar elements, the UI looks less cluttered.  Especially on
small devices like smartphones, where the sidebar is above the results list, the
UX should be improved [1].

[1] https://github.com/searxng/searxng/issues/2140

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] simple: basic ARIA fixes</title>
<updated>2022-03-08T19:37:21+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2022-02-05T07:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=a250ddadb9b366cf7aadf82ae97bf2fc4e837a87'/>
<id>a250ddadb9b366cf7aadf82ae97bf2fc4e837a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] simple-theme templates: polish HTML &lt;img&gt; elements</title>
<updated>2021-11-25T11:07:57+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-11-25T11:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=8fbffb1409b91a76fb4228456442b661e43caa72'/>
<id>8fbffb1409b91a76fb4228456442b661e43caa72</id>
<content type='text'>
- &lt;img&gt; [1] element does not have an end tag, no need for a leading `/&gt;`
- add global attribute title[2] to result_templates/images.html (result-images-source)
- in jinja macro 'macro result_header' remove duplicate of class="image"
- in jinja macro 'macro result_header' remove alt attribute (fix [3])::

    alt="{{ result.title|striptags }}"

  the result.title is already shown in::

    &lt;h3&gt;{{ result_link(result.url, result.title|safe) }}&lt;/h3&gt;

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title
[3] https://github.com/searxng/searxng/issues/523

Closes: https://github.com/searxng/searxng/issues/523
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- &lt;img&gt; [1] element does not have an end tag, no need for a leading `/&gt;`
- add global attribute title[2] to result_templates/images.html (result-images-source)
- in jinja macro 'macro result_header' remove duplicate of class="image"
- in jinja macro 'macro result_header' remove alt attribute (fix [3])::

    alt="{{ result.title|striptags }}"

  the result.title is already shown in::

    &lt;h3&gt;{{ result_link(result.url, result.title|safe) }}&lt;/h3&gt;

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title
[3] https://github.com/searxng/searxng/issues/523

Closes: https://github.com/searxng/searxng/issues/523
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] separate index and search routes</title>
<updated>2020-11-03T03:04:03+00:00</updated>
<author>
<name>Marc Abonce Seguin</name>
<email>marc-abonce@mailbox.org</email>
</author>
<published>2019-07-30T04:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=8d71420b4511fdac63c39f33d93c7add1ea7716d'/>
<id>8d71420b4511fdac63c39f33d93c7add1ea7716d</id>
<content type='text'>
This makes it easier to separately handle search and index requests
from a web server or from a reverse proxy.

If a request to index contains a query, a permanent redirect HTTP response
is returned. This should give some level of backwards compatibility
for users that have set a searx instance in their browser's search bar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to separately handle search and index requests
from a web server or from a reverse proxy.

If a request to index contains a query, a permanent redirect HTTP response
is returned. This should give some level of backwards compatibility
for users that have set a searx instance in their browser's search bar.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] simple theme: infobox: remove useless entity information</title>
<updated>2020-10-28T07:09:25+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2020-10-26T18:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=23f4203dfb72d2315d3fbb33402eb978469b59f4'/>
<id>23f4203dfb72d2315d3fbb33402eb978469b59f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] Add timeout limit per request (#1640)</title>
<updated>2019-08-02T11:50:51+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2019-08-02T11:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=72029d27ded8d93ab891c616d6bffbe8d3a67dd2'/>
<id>72029d27ded8d93ab891c616d6bffbe8d3a67dd2</id>
<content type='text'>
The new url parameter "timeout_limit" set timeout limit defined in second.
Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds.

In addition, the query can start with &lt;[number] to set the timeout limit.

For number between 0 and 99, the unit is the second :
Example: "&lt;30 searx" means the timeout limit is 3 seconds

For number above 100, the unit is the millisecond:
Example: "&lt;850 searx" means the timeout is 850 milliseconds.

In addition, there is a new optional setting: outgoing.max_request_timeout.
If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query).

If the value is set, the user can set a timeout between 0 and max_request_timeout using
&lt;[number] or timeout_limit query parameter.

Related to #1077
Updated version of PR #1413 from @isj-privacore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new url parameter "timeout_limit" set timeout limit defined in second.
Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds.

In addition, the query can start with &lt;[number] to set the timeout limit.

For number between 0 and 99, the unit is the second :
Example: "&lt;30 searx" means the timeout limit is 3 seconds

For number above 100, the unit is the millisecond:
Example: "&lt;850 searx" means the timeout is 850 milliseconds.

In addition, there is a new optional setting: outgoing.max_request_timeout.
If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query).

If the value is set, the user can set a timeout between 0 and max_request_timeout using
&lt;[number] or timeout_limit query parameter.

Related to #1077
Updated version of PR #1413 from @isj-privacore
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] add simple theme (WIP)</title>
<updated>2017-08-06T14:04:21+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2017-02-12T14:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=10a24bdc2c3870f07ec62dd710841628d325aaf6'/>
<id>10a24bdc2c3870f07ec62dd710841628d325aaf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
