summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/img/icons
AgeCommit message (Collapse)Author
2021-05-30[enh] add engine - Docker HubKyle Anthony Williams
Slightly modified merge of commit [1cb1d3ac] from searx [PR 2543]: This adds Docker Hub .. as a search engine .. the engine's favicon was downloaded from the Docker Hub website with wget and converted to a PNG with ImageMagick .. It supports the parsing of URLs, titles, content, published dates, and thumbnails of Docker images. [1cb1d3ac] https://github.com/searx/searx/pull/2543/commits/1cb1d3ac [PR 2543] https://github.com/searx/searx/pull/2543 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-15[fix] xpath expressions to grap all items from bandcamp's responseMarkus Heiser
I also found some items missing a thumbnail and I used text_extract for content and title, to remove unneeded whitespaces. BTW: added bandcamp's favicon Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-08-02[enh] add invidious engine. (#1657)cy8aer
closes #1372
2018-03-16[UI] new youtube icon for oscar themeVenca24
2017-03-08[mod] reduce png and gif image sizes using optipng and gifsicle tools.Alexandre Flament
2017-01-15Add 1337x iconjcherqui
2015-06-22[fix] reduce server traffic by optimizing imagesNiklas Haas
Simply running ‘optipng’ on every PNG image reduces the overall size of them by 10% on average.
2015-01-01[enh] themes static content refactorAdam Tauber