Commit Graph

11 Commits (53898b8c37850bee241c74e2f617fb9cd49b3c69)

Author SHA1 Message Date
obfuscated-loop cc6058057d [build] /static 10 months ago
Jinyuan Huang 727de1c4ef [build] /static 11 months ago
Markus Heiser b013cbb4cc [build] /static 11 months ago
Markus Heiser 6fc2ee514d [build] /static 1 year ago
Markus Heiser e9a7a6aea6 [build] /static 2 years ago
Markus Heiser d913f0d8aa [build] /static 2 years ago
Markus Heiser 8154dd2a2e [build] /static 3 years ago
mrpaulblack b0aebf7069 [build] /static 3 years ago
Markus Heiser 9bf53ab974 [build] /static 3 years ago
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
Alexandre Flament 10a24bdc2c [enh] add simple theme (WIP) 7 years ago