<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/templates/simple/simple_search.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>[refactor] search.js: use custom auto completion implementation</title>
<updated>2025-05-22T13:16:54+00:00</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2025-03-17T19:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=32823ecb69b115a6726475d6421f0a1c0327fafa'/>
<id>32823ecb69b115a6726475d6421f0a1c0327fafa</id>
<content type='text'>
The previously used library is unmaintained for 6 years now [1] and the solution
had know issues [2][3]

[1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434
[2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657
[3] https://github.com/privau/searxng/issues/56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previously used library is unmaintained for 6 years now [1] and the solution
had know issues [2][3]

[1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434
[2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657
[3] https://github.com/privau/searxng/issues/56
</pre>
</div>
</content>
</entry>
<entry>
<title>[web-client] simple theme: refactor jinja_svg_catalog and cleanup icon names</title>
<updated>2025-02-28T11:27:41+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-02-04T14:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=189dd0155df60c98b5d7de73b873c8ad444ff931'/>
<id>189dd0155df60c98b5d7de73b873c8ad444ff931</id>
<content type='text'>
This patch implements the template generation of the template:

  searx/templates/simple/icons.html

by the way the icon set (the icon names) has been normalized:

  film-outline   --&gt; film
  magnet-outline --&gt; magnet
  ..
  warning        --&gt; alert

Some missing (categorie) icons had been added.

Some of the ionicons are not suitable for a dark theme, we fixed the svg
manually in src/svg/ionicons:

- https://github.com/searxng/searxng/pull/4284#issuecomment-2680550342

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements the template generation of the template:

  searx/templates/simple/icons.html

by the way the icon set (the icon names) has been normalized:

  film-outline   --&gt; film
  magnet-outline --&gt; magnet
  ..
  warning        --&gt; alert

Some missing (categorie) icons had been added.

Some of the ionicons are not suitable for a dark theme, we fixed the svg
manually in src/svg/ionicons:

- https://github.com/searxng/searxng/pull/4284#issuecomment-2680550342

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1004 from MontyQI/search_url</title>
<updated>2022-03-26T16:08:50+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2022-03-26T16:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=b44a29a5a204085fb26d03c03b8eedbd0c38f617'/>
<id>b44a29a5a204085fb26d03c03b8eedbd0c38f617</id>
<content type='text'>
Search_url only if method is POST</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Search_url only if method is POST</pre>
</div>
</content>
</entry>
<entry>
<title>Search_url only if method is POST</title>
<updated>2022-03-26T12:52:38+00:00</updated>
<author>
<name>Monty</name>
<email>aroxus@protonmail.com</email>
</author>
<published>2022-03-24T17:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d4d42b423c6a3f4f8308da4afbf425f433f145ec'/>
<id>d4d42b423c6a3f4f8308da4afbf425f433f145ec</id>
<content type='text'>
Shows search_url only if method is set to POST.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shows search_url only if method is set to POST.
</pre>
</div>
</content>
</entry>
<entry>
<title>[simple theme] refactor search form</title>
<updated>2022-03-24T21:22:45+00:00</updated>
<author>
<name>Monty</name>
<email>aroxus@protonmail.com</email>
</author>
<published>2022-03-09T16:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=47dcf876ffbfdcbc37474f073f8df37a5c984df4'/>
<id>47dcf876ffbfdcbc37474f073f8df37a5c984df4</id>
<content type='text'>
* update search input form params; inspiried by whoogle
* remove autofocus from result page input form (JS impl. as well as input param)
-&gt; autofocus on landing page still works only on desktop and tablet with JS impl.
* update landing page margins on mobile
* rework border and radius for search form to 0.8rem and outline
* remove positioning from autocomplete JS lib and use CSS impl.
* match search box and autocomplete width
* rework search form to a google like design on mobile
* fix settings icon display withg RTL on mobile on result page when search input is empty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update search input form params; inspiried by whoogle
* remove autofocus from result page input form (JS impl. as well as input param)
-&gt; autofocus on landing page still works only on desktop and tablet with JS impl.
* update landing page margins on mobile
* rework border and radius for search form to 0.8rem and outline
* remove positioning from autocomplete JS lib and use CSS impl.
* match search box and autocomplete width
* rework search form to a google like design on mobile
* fix settings icon display withg RTL on mobile on result page when search input is empty
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] simple: the clear button works without javascript</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-27T07:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d597f36e07ec9e144fabce70fcfb0183107646f6'/>
<id>d597f36e07ec9e144fabce70fcfb0183107646f6</id>
<content type='text'>
related to #928
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
related to #928
</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>[simple theme] rework select; add safesearch to search and replace / with › in article url</title>
<updated>2021-11-21T20:38:00+00:00</updated>
<author>
<name>mrpaulblack</name>
<email>paul@paulgo.io</email>
</author>
<published>2021-11-21T20:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=f3aff26086dda1c2610c9aa845db119ad413006f'/>
<id>f3aff26086dda1c2610c9aa845db119ad413006f</id>
<content type='text'>
* rework selection UI in pref (fix based on: https://github.com/twelsby/searx/commit/78643e9f43a103c523f112e9f3ce26a5c7bb3a0f)
* moved search filters underneath categories
* cut params from url and replace / with ›
* make h3 and url in article bigger
* add safe search select to search filter (this will not override settings and only be valid while on result page in a session)
* make search form button not overlap each other when js is disabled
* 1rem padding around preview image and thumbnail in default article template
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rework selection UI in pref (fix based on: https://github.com/twelsby/searx/commit/78643e9f43a103c523f112e9f3ce26a5c7bb3a0f)
* moved search filters underneath categories
* cut params from url and replace / with ›
* make h3 and url in article bigger
* add safe search select to search filter (this will not override settings and only be valid while on result page in a session)
* make search form button not overlap each other when js is disabled
* 1rem padding around preview image and thumbnail in default article template
</pre>
</div>
</content>
</entry>
<entry>
<title>[simple theme] update to ion icons 5 and drop webfont</title>
<updated>2021-11-13T09:42:07+00:00</updated>
<author>
<name>MrPaulBlack</name>
<email>paul@paulgo.io</email>
</author>
<published>2021-11-13T09:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=566dfe33307e33e4cb54dc6eae17fb373a09684e'/>
<id>566dfe33307e33e4cb54dc6eae17fb373a09684e</id>
<content type='text'>
* update from ionicons-npm to ionicons ver.5
* drop the webfont built by grunt for icons
* built icons.html template for inlining icons with jinja2 into html
* update icon to use mostly the outline version
* add icons to categories and do not display them on mobile to save space
* remove all legacy ion icon font files from simple theme
* icons.html is added in this commit since make statc.build.restore requires git to know the file already
* cleanup error-dialog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update from ionicons-npm to ionicons ver.5
* drop the webfont built by grunt for icons
* built icons.html template for inlining icons with jinja2 into html
* update icon to use mostly the outline version
* add icons to categories and do not display them on mobile to save space
* remove all legacy ion icon font files from simple theme
* icons.html is added in this commit since make statc.build.restore requires git to know the file already
* cleanup error-dialog
</pre>
</div>
</content>
</entry>
<entry>
<title>[theme] add newline at the end of the file</title>
<updated>2021-09-20T22:12:39+00:00</updated>
<author>
<name>MrPaulBlack</name>
<email>paul.accounts@protonmail.com</email>
</author>
<published>2021-09-20T22:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=575483ad2a6af330335bc3864261109fbbc322d8'/>
<id>575483ad2a6af330335bc3864261109fbbc322d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
