<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/.gitignore, 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] add Golang ecosystem to the SearXNG toolchain</title>
<updated>2025-07-28T10:53:26+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-07-13T12:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=20a193f04c8da00de19993dd67a503d21ef87ac9'/>
<id>20a193f04c8da00de19993dd67a503d21ef87ac9</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitignore to ignore .python-version</title>
<updated>2024-04-24T14:01:50+00:00</updated>
<author>
<name>Grant Lanham Jr</name>
<email>contact@grantlanham.com</email>
</author>
<published>2024-04-24T13:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=e0214412f82305eee4a4f0b721c92ef9b869d240'/>
<id>e0214412f82305eee4a4f0b721c92ef9b869d240</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] .dir-locals.el -&gt; .dir-locals-template.el</title>
<updated>2024-03-29T07:57:02+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2024-03-29T07:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=f5bb64cca8a63a10c470b4f9bff647702b6de74c'/>
<id>f5bb64cca8a63a10c470b4f9bff647702b6de74c</id>
<content type='text'>
The settungs in the .dir-locals.el do not work well for every emacs setup:

Add .dir-locals.el to the git-ignore list and move content to a template file.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The settungs in the .dir-locals.el do not work well for every emacs setup:

Add .dir-locals.el to the git-ignore list and move content to a template file.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SearXNG version: fix make docker</title>
<updated>2023-01-20T10:46:00+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2023-01-20T10:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=f759a84af419186a2bac6652e0f06dc791d63377'/>
<id>f759a84af419186a2bac6652e0f06dc791d63377</id>
<content type='text'>
continuation of #2117
related to #2111

This commit:
* fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py
* fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision
* adds searx/version_frozen to .gitignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
continuation of #2117
related to #2111

This commit:
* fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py
* fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision
* adds searx/version_frozen to .gitignore
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PyCharm configuration files to .gitignore</title>
<updated>2022-11-29T21:29:50+00:00</updated>
<author>
<name>ngosang</name>
<email>ngosang@hotmail.es</email>
</author>
<published>2022-11-29T21:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=8c29cd26b77be4555c650e3ff514b14bd1b65d71'/>
<id>8c29cd26b77be4555c650e3ff514b14bd1b65d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] ensure that test.pyright installs pyright</title>
<updated>2022-01-23T07:00:39+00:00</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2022-01-20T08:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=6d701d2fea07198807351c7c4856001c0f1ebffb'/>
<id>6d701d2fea07198807351c7c4856001c0f1ebffb</id>
<content type='text'>
nodejs.ensure only sets up NVM if there isn't a system-wide
installation of Node that matches our NODE_MINIMUM_VERSION.

The ubuntu image in the CI comes with an up to date node version,
so pyright from .nvm_packages is never installed.

This commit fixes this by introducing a package.json file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nodejs.ensure only sets up NVM if there isn't a system-wide
installation of Node that matches our NODE_MINIMUM_VERSION.

The ubuntu image in the CI comes with an up to date node version,
so pyright from .nvm_packages is never installed.

This commit fixes this by introducing a package.json file.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] pyrightconfig.json include only dedicated folders in the test</title>
<updated>2022-01-23T07:00:39+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2022-01-19T09:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=87c8c5fd1bc7bf855d74ae37af947b292c262873'/>
<id>87c8c5fd1bc7bf855d74ae37af947b292c262873</id>
<content type='text'>
Without specifying folders to check, pyright will also scan files in folders
like ./build, ./cache, ./.nvm and more.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without specifying folders to check, pyright will also scan files in folders
like ./build, ./cache, ./.nvm and more.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] Tools to install and maintain NVM versions manager for Node.js</title>
<updated>2021-11-16T22:31:11+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-11-14T17:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=dc1442a2d1dbca5007833b14e34aa7f407801706'/>
<id>dc1442a2d1dbca5007833b14e34aa7f407801706</id>
<content type='text'>
[1] https://github.com/nvm-sh/nvm

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1] https://github.com/nvm-sh/nvm

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] tidy up ignore lists .gitignore &amp; .dockerignore</title>
<updated>2021-06-22T14:55:30+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-06-22T14:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7ef6ffa80370010879409193fa46dad306d94452'/>
<id>7ef6ffa80370010879409193fa46dad306d94452</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] Add onions category with Ahmia, Not Evil and Torch</title>
<updated>2020-10-26T00:59:05+00:00</updated>
<author>
<name>a01200356</name>
<email>a01200356@itesm.mx</email>
</author>
<published>2016-05-19T05:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=c3daa08537668c24224fffecbed4347fee936fcf'/>
<id>c3daa08537668c24224fffecbed4347fee936fcf</id>
<content type='text'>
Xpath engine and results template changed to account for the fact that
archive.org doesn't cache .onions, though some onion engines migth have
their own cache.

Disabled by default. Can be enabled by setting the SOCKS proxies to
wherever Tor is listening and setting using_tor_proxy as True.

Requires Tor and updating packages.

To avoid manually adding the timeout on each engine, you can set
extra_proxy_timeout to account for Tor's (or whatever proxy used) extra
time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xpath engine and results template changed to account for the fact that
archive.org doesn't cache .onions, though some onion engines migth have
their own cache.

Disabled by default. Can be enabled by setting the SOCKS proxies to
wherever Tor is listening and setting using_tor_proxy as True.

Requires Tor and updating packages.

To avoid manually adding the timeout on each engine, you can set
extra_proxy_timeout to account for Tor's (or whatever proxy used) extra
time.
</pre>
</div>
</content>
</entry>
</feed>
