瀏覽代碼

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 <[email protected]>
Paul Spooren 4 年之前
父節點
當前提交
f281aca978
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md
  2. 二進制
      include/logo.png
  3. 0 0
      include/logo.svg

+ 1 - 1
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

二進制
include/logo.png


+ 0 - 0
logo.svg → include/logo.svg