From d6a2d4f969369544cb4325a7870db00498878716 Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Sun, 7 Feb 2021 13:34:29 -0500 Subject: [enh] add engine - Docker Hub 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 --- searx/static/themes/oscar/img/icons/docker hub.png | Bin 0 -> 957 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 searx/static/themes/oscar/img/icons/docker hub.png (limited to 'searx/static') diff --git a/searx/static/themes/oscar/img/icons/docker hub.png b/searx/static/themes/oscar/img/icons/docker hub.png new file mode 100644 index 000000000..ff4e84c90 Binary files /dev/null and b/searx/static/themes/oscar/img/icons/docker hub.png differ -- cgit v1.2.3