You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
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>
3 years ago
..
templates [brand] SearXNG - nginx & apache searxng.conf, uwsgi searxng.conf 3 years ago
brand.env [brand] SearXNG - bash env SEARXNG_URL 3 years ago
build_env.py [brand] SearXNG - bash env SEARXNG_URL 3 years ago
filtron.sh [fix] morty & filtron: don't use golang installed by package manager 3 years ago
lib.sh [mod] utils/lib.sh: add pyenv.activate 3 years ago
lib_install.sh [brand] SearXNG - bash env SEARXNG_URL 3 years ago
lib_static.sh [simple theme] create favicon.png from src/svg/searxng-wordmark.svg 3 years ago
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 4 years ago
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
makefile.include [mod] replace makefile boilerplate by 'manage' script 3 years ago
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 4 years ago
morty.sh [fix] morty & filtron: don't use golang installed by package manager 3 years ago
searx.sh [mod] searx, filtron & morty scripts: add 'reinstall all' command 3 years ago
searxng_check.py [mod] utils/searxng_check.py - check a SearXNG installation 3 years ago