| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-05 | [enh] change categories_as_tabs from a list to a dict | Martin Fischer | |
| The tab icon names are currently hard coded in the templates. This commit lets us introduce an icon property in the future, e.g: categories_as_tabs: general: icon: search-outline | |||
| 2022-01-05 | [mod] move group_engines_in_tab to searx.webutils | Martin Fischer | |
| 2022-01-03 | [enh] introduce categories_as_tabs | Martin Fischer | |
| Previously all categories were displayed as search engine tabs. This commit changes that so that only the categories listed under categories_as_tabs in settings.yml are displayed. This lets us introduce more categories without cluttering up the UI. Categories not displayed as tabs can still be searched with !bangs. | |||
| 2022-01-03 | [doc] engine tables: show engines in all categories | Martin Fischer | |
| Previously the documentation grouped the engines by their first category so e.g. YouTube and Invidious were only shown in the in the videos section but not in the music section. This commit fixes this by iterating over searx.engines.categories, which also has the added benefit that the sections are now in the same order as the tabs in the user interface. | |||
| 2022-01-03 | [doc] engine-table: stop sorting by Disabled | Martin Fischer | |
| It's only the default value for disabled it's not that important, since users can easily toggle it anytime in the engine preferences. | |||
| 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 | |