]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
README: mv logo.svg include/logo.{png,svg}
authorPaul Spooren <mail@aparcar.org>
Fri, 27 Nov 2020 09:23:41 +0000 (23:23 -1000)
committerPaul Spooren <mail@aparcar.org>
Tue, 1 Dec 2020 20:18:07 +0000 (10:18 -1000)
Some Git hoster (e.g. sr.ht) disable hosting of svg images (xml) to
avoid XSS attacks. To show the logo correctly on all code hosters use a
"safe" PNG image.

Also move logo(s) to include/ folder to lower autocomplete churn with
the `logs/` folder. While at it, replace absolute logo path and make it
relative, as this may break other code hosters as well.

Signed-off-by: Paul Spooren <mail@aparcar.org>
README.md
include/logo.png [new file with mode: 0644]
include/logo.svg [moved from logo.svg with 100% similarity]

index 652fe9cd44a68f0210b3fe3a7bd2e4af151cf6eb..8d9a616ac56af0396813d85f7804730fda27c041 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![OpenWrt logo](/logo.svg)
+![OpenWrt logo](include/logo.png)
 
 OpenWrt Project is a Linux operating system targeting embedded devices. Instead
 of trying to create a single, static firmware, OpenWrt provides a fully
diff --git a/include/logo.png b/include/logo.png
new file mode 100644 (file)
index 0000000..de2a2bd
Binary files /dev/null and b/include/logo.png differ
similarity index 100%
rename from logo.svg
rename to include/logo.svg