| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-13 | [build] /static | Markus Heiser | |
| 2021-11-13 | [simple theme] create favicon.png from src/svg/searxng-wordmark.svg | Markus Heiser | |
| 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-10-29 | [mod] simple theme: SearXNG logo | Alexandre Flament | |
| 2018-08-14 | simple theme update | Alex | |
| - npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result | |||
| 2017-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |