From f281aca97821ece3990b3082bfb14b6fa63ddec4 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 26 Nov 2020 23:23:41 -1000 Subject: README: mv logo.svg include/logo.{png,svg} 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 --- README.md | 2 +- include/logo.png | Bin 0 -> 80437 bytes include/logo.svg | 610 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ logo.svg | 610 ------------------------------------------------------- 4 files changed, 611 insertions(+), 611 deletions(-) create mode 100644 include/logo.png create mode 100644 include/logo.svg delete mode 100644 logo.svg diff --git a/README.md b/README.md index 652fe9cd44..8d9a616ac5 100644 --- 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 index 0000000000..de2a2bd097 Binary files /dev/null and b/include/logo.png differ diff --git a/include/logo.svg b/include/logo.svg new file mode 100644 index 0000000000..50628c89b9 --- /dev/null +++ b/include/logo.svg @@ -0,0 +1,610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logo.svg b/logo.svg deleted file mode 100644 index 50628c89b9..0000000000 --- a/logo.svg +++ /dev/null @@ -1,610 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3