1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00
searxng/searx
Markus Heiser 3a981257de [simple theme] create favicon.png from src/svg/searxng-wordmark.svg
new bash function convert_if_newer() / usage::

    convert_if_newer <origfile> <outfile> [<options>, ...]
    convert_if_newer "path/to/origin.svg" "path/to/converted.png" -transparent white -resize 64x64

Run's ImageMagik' convert comand to generate <outfile> from <origfile>, if
<origfile> is newer than <outfile>.  The command line is to convert is::

    convert <origfile> [<options>, ...] <outfile>

PNG 'searx/static/themes/simple/img/favicon.png' has been created by::

  $ make themes.simple
  CONVERT   searx/static/themes/simple/src/svg/searxng-wordmark.svg -transparent white -resize 64x64 searx/static/themes/simple/img/favicon.png
  ...

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-13 09:05:20 +01:00
..
answerers [fix] answers: don't crash when the query is an empty string 2021-03-01 10:52:39 +01:00
data Merge pull request #468 from searxng/update_data_update_ahmia_blacklist.py 2021-11-01 06:49:09 +00:00
engines [fix] make reddit only in social media category avail. 2021-11-01 20:37:17 +01:00
metrics [fix] error recorder: avoid RuntimeError on some rare occasion 2021-09-17 10:06:24 +02:00
network [enh] verify that Tor proxy works every time searx starts 2021-10-12 21:01:02 +02:00
plugins [mod] searx.plugins.prepare_package_resources() - use generators 2021-10-07 18:41:56 +02:00
search [enh] verify that Tor proxy works every time searx starts 2021-10-12 21:01:02 +02:00
shared [fix] checker: don't run the checker when uwsgi is not properly configured 2021-01-13 14:07:39 +01:00
static [simple theme] create favicon.png from src/svg/searxng-wordmark.svg 2021-11-13 09:05:20 +01:00
templates [enh] minify searxng-wordmark.svg (HTMLMinifier) 2021-11-13 09:05:20 +01:00
translations [translations] update 2021-11-05 07:16:58 +00:00
__init__.py SearXNG: environment variables 2021-10-02 16:54:11 +02:00
autocomplete.py [httpx] replace searx.poolrequests by searx.network 2021-04-12 17:25:56 +02:00
exceptions.py [enh] add raise_for_httperror 2020-12-11 14:37:08 +01:00
external_bang.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
external_urls.py [enh] openstreetmap / map template: improve results 2021-06-09 18:08:23 +02:00
flaskfix.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
languages.py [mod] update_languages: min_engines_per_country=7 2021-10-26 12:13:23 +02:00
locales.py [mod] locale: use hyphen everywhere except for Babel 2021-10-12 21:06:20 +02:00
preferences.py [enh] reduce the available language list 2021-10-26 10:27:05 +02:00
query.py [enh] reduce the available language list 2021-10-26 10:27:05 +02:00
results.py [fix] searx/results.py: strip result['content'] only if it exists 2021-09-10 17:58:19 +02:00
settings_defaults.py [mod] settings_defaults.py: default values for the brand section 2021-10-27 06:31:16 +00:00
settings_loader.py SearXNG: load /etc/searxng/settings.yml 2021-10-11 12:28:55 +00:00
settings.yml [mod] microsoft academic: increase timeout to 6 seconds 2021-10-26 12:26:43 +02:00
unixthreadname.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
utils.py [fix] fix match_language issue to make zh-TW match to zh-Hant-TW 2021-10-12 21:06:20 +02:00
version.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
webadapter.py [fix] typo in searx.webadapter.parse_lang 2021-09-04 08:39:45 +02:00
webapp.py healthcheck endpoint 2021-10-29 10:18:17 +00:00
webutils.py [mod] move all default settings into searx.settings_defaults 2021-06-01 08:10:15 +02:00