Mercurial > xmpp-account-manager
changeset 59:d5cfc04b9718
Remove prosody.svg.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 24 May 2020 13:08:55 +0200 |
parents | 524a2538394e |
children | 6d861d881b96 |
files | build_website.py index.xhtml prosody.svg |
diffstat | 3 files changed, 1 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/build_website.py +++ b/build_website.py @@ -64,7 +64,7 @@ def generate_pages(language): django.setup() - static = ['share', 'prosody.css', 'prosody.svg', 'spinner.svg', 'ok.svg', 'error.svg'] + static = ['share', 'prosody.css', 'spinner.svg', 'ok.svg', 'error.svg'] files = [ 'index.xhtml', 'client.js', 'roster.js', 'avatar.js', 'client.js', 'index.xhtml', 'mam.js', 'nickname.js', 'pep.js', 'roster.js', 'strophe.js', 'strophe.mam.js',
--- a/index.xhtml +++ b/index.xhtml @@ -5,8 +5,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/> <title>{% trans 'Prosody IM account configuration' %}</title> <link rel="canonical" content-type="text/html" href="https://prosody.im/index"/> - <link rel="icon" href="prosody.svg"/> - <link rel="apple-touch-icon" href="prosody.svg"/> <link rel="stylesheet" href="share/bootstrap/css/bootstrap.min.css"/> <link rel="stylesheet" href="prosody.css"/> </head>
deleted file mode 100644 --- a/prosody.svg +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" height="480" width="480"> - <g> - <title>Prosody Logo</title> - <rect fill="#6197df" height="220" id="svg_1" rx="60" ry="60" width="220" x="10" y="10"></rect> - <rect fill="#f29b00" height="220" id="svg_2" rx="60" ry="60" width="220" x="10" y="240"></rect> - <rect fill="#f29b00" height="220" id="svg_3" rx="60" ry="60" width="220" x="240" y="10"></rect> - <rect fill="#6197df" height="220" id="svg_4" rx="60" ry="60" width="220" x="240" y="240"></rect> - </g> -</svg>