| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-04 | Merge pull request #664 from return42/themes.live | Markus Heiser | |
| [mod] manage: add themes.live command (rebuild on modification) | |||
| 2022-01-03 | Merge pull request #680 from JamesClonk/master | Alexandre Flament | |
| fix minor typo | |||
| 2022-01-03 | [docs] move searxng_extra/ stuff to the developer section. | Markus Heiser | |
| Stuff in folder searxng_extra/ is not suitable for normal users and should only be used by developers. The script searxng_extra/standalone_searx.py must not give the impression that it improves privacy. [1] [1] https://github.com/searxng/searxng/pull/651#issuecomment-1001389726 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-02 | fix minor typo | Fabio Berchtold | |
| 2021-12-29 | [mod] live build of a theme: LIVE_THEME=simple make run | Markus Heiser | |
| Environment variable to get live builds while modifying CSS & JS of a theme:: LIVE_THEME=simple make run Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-12-24 | [doc] add global TOC to sidebar | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-12-21 | [doc] engine-table: link module documentation if it exists | Martin Fischer | |
| 2021-12-21 | [doc] engine-table: rename Engine column to Module & link | Martin Fischer | |
| 2021-12-21 | [doc] say how many engines are supported / enabled | Martin Fischer | |
| 2021-12-21 | [doc] introduce about.language and sort engines by it | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: sort by Disabled and Name | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: group engines by first category | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: merge Engine type column | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: remove Display errors column (always true) | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: format shortcut as inline code | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: group columns logically | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: expand cryptic abbreviations | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: remove duplicate Disabled column | Martin Fischer | |
| 2021-12-20 | [doc] engine-table: link about.website | Martin Fischer | |
| 2021-11-29 | [mod] themes/simple/img/searxng.svg -> src/brand/searxng.svg | Markus Heiser | |
| * move `searx/static/themes/simple/img/searxng.svg` to `src/brand/searxng.svg` * README.rst can use it without a reference to a theme. * the simple theme can create `searx/static/themes/simple/img/searxng.png` using the svg2png task Suggested-by: @dalf https://github.com/searxng/searxng/pull/561#issuecomment-981747902 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-21 | [doc] filtron.sh - install github.com/searxng/filtron | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-19 | Merge pull request #515 from return42/doc-theme | Markus Heiser | |
| Various modification of the documentation and the theme sphinx-theme | |||
| 2021-11-18 | Merge pull request #508 from return42/arm64 | Markus Heiser | |
| [mod] Tools to install and maintain golang binaries & packages. | |||
| 2021-11-18 | [brand] SearXNG - docs rename links and fix documentation | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-18 | [brand] SearXNG - docs html_theme = "searxng" | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-18 | [mod] doc - html_logo = themes/simple/src/svg/searxng-wordmark.svg | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-18 | [mod] doc - in sidebar, add links to the reST sources | Markus Heiser | |
| Offer links to the reST sources (aka) html_show_sourcelink [1]. Links to the reST source are sometimes very helpful, especially in our resT-Primer [2] :) [1] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_show_sourcelink [2] https://searxng.github.io/searxng/dev/reST.html Related-to: https://github.com/pallets/pallets-sphinx-themes/issues/32 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-16 | [mod] Tools to install and maintain NVM versions manager for Node.js | Markus Heiser | |
| [1] https://github.com/nvm-sh/nvm Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-16 | [fix] filtron & morty - install golang binary that fits to arch & os | Markus Heiser | |
| Closes: https://github.com/searxng/searxng/issues/507 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-30 | [brand] SearXNG - nginx & apache searxng.conf, uwsgi searxng.conf | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-30 | [brand] SearXNG - bash env SEARXNG_URL | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-21 | Merge pull request #383 from dalf/searxng-docker | Alexandre Flament | |
| SearXNG: docker | |||
| 2021-10-16 | [fix] engine - yahoo: rewrite and fix issues | Markus Heiser | |
| Languages are supported by mapping the language to a domain. If domain is not found in :py:obj:`lang2domain` URL ``<lang>.search.yahoo.com`` is used. BTW: fix issue reported at https://github.com/searx/searx/issues/3020 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-12 | SearXNG: docker | Alexandre Flament | |
| 2021-10-11 | [brand] SearXNG - reference /etc/searxng/settings.yml | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-11 | SearXNG: partial update: reference /etc/searxng/settings.yml | Alexandre Flament | |
| 2021-10-03 | Merge pull request #375 from dalf/searxng_extra | Alexandre Flament | |
| SearXNG: searx_extra | |||
| 2021-10-03 | [mod] searxng_extras - minor improvements | Markus Heiser | |
| - fix docs/searxng_extra/standalone_searx.py.rst - add SPDX tag - pylint standalone_searx.py and update_wikidata_units.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-02 | SearXNG: searxng_extra | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARXNG_SETTINGS_PATH | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARX_BIND_ADDRESS | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARXNG_PORT | Alexandre Flament | |
| 2021-10-02 | SearXNG: environment variables | Alexandre Flament | |
| 2021-09-13 | [brand] docs - normalize project name to SearXNG | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-12 | Merge pull request #308 from dalf/plugin_hostname_replace | Markus Heiser | |
| [enh] add hostname_replace plugin | |||
| 2021-09-11 | [enh] add hostname_replace plugin | Alexandre Flament | |
| * backport of https://github.com/searx/searx/pull/2724 * allow to remove result if the replacement is the boolean value false | |||
| 2021-09-10 | Merge pull request #306 from dalf/docs-brand | Markus Heiser | |
| [doc] searxng brand | |||
| 2021-09-10 | [doc] update copyright notice and HTML title | Alexandre Flament | |
| 2021-09-10 | Merge pull request #302 from dalf/mod_plugin_on_result | Markus Heiser | |
| [mod] plugin: call on_result for each result of each engines. | |||
| 2021-09-10 | [doc] update docs/dev/plugins.rst | Alexandre Flament | |