From 93b48b70d0cac498bda4bcee3abb4ea373128ac1 Mon Sep 17 00:00:00 2001 From: coderkun Date: Tue, 20 Mar 2018 22:40:10 +0100 Subject: [PATCH] =?UTF-8?q?Update=20website,=20links=20and=20e=E2=80=91mai?= =?UTF-8?q?l=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- README.textile | 10 +++++----- data/gtk.glade | 2 +- data/mcg.svg | 2 +- locale/de/LC_MESSAGES/mcg.po | 8 ++++---- locale/en/LC_MESSAGES/mcg.po | 8 ++++---- setup.py | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index e2ba7aa..bb13eb5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks. -Copyright ® 2013 – 2017 coderkun +Copyright ® 2013 – 2017 coderkun This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.textile b/README.textile index 84bb633..8677767 100644 --- a/README.textile +++ b/README.textile @@ -2,7 +2,7 @@ h1. CoverGrid CoverGrid (mcg) is a client for the "Music Player Daemon":http://www.musicpd.org (MPD), focusing on albums instead of single tracks. It is not intended to be a replacement for your favorite MPD client but an addition to get a better album-experience. -Website: https://www.coderkun.de/codes/mcg +Website: https://www.suruatoel.xyz/codes/mcg License: "GPL":http://www.gnu.org/licenses/gpl.html v3 @@ -71,10 +71,10 @@ The first combination that results in an existing file is used as cover image. I h2. Screenshots -!https://www.coderkun.de/images/mcg-cover.png(Cover)! +!https://cloud.suruatoel.xyz/s/kx6oyfcXBaytmkD/preview(Cover)! -!https://www.coderkun.de/images/mcg-playlist.png(Playlist)! +!https://cloud.suruatoel.xyz/s/at84Z9dnbRycWZS/preview(Playlist)! -!https://www.coderkun.de/images/mcg-library-m.png(Library (middle-sized))! +!https://cloud.suruatoel.xyz/s/AEBZqsJ5E6SKTY2/preview(Library (middle-sized))! -!https://www.coderkun.de/images/mcg-library-s.png(Library (small-sized))! +!https://cloud.suruatoel.xyz/s/27a28kDSQQ5JTET/preview(Library (small-sized))! diff --git a/data/gtk.glade b/data/gtk.glade index 0e8d916..fc781f6 100644 --- a/data/gtk.glade +++ b/data/gtk.glade @@ -1433,7 +1433,7 @@ CoverGrid 1.3 CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks. - http://www.coderkun.de/codes/mcg + http://www.suruatoel.xyz/codes/mcg mcg.svg gpl-3-0 diff --git a/data/mcg.svg b/data/mcg.svg index e513ae8..ae0a7c5 100644 --- a/data/mcg.svg +++ b/data/mcg.svg @@ -100,7 +100,7 @@ coderkun - https://www.coderkun.de/codes/mcg + https://www.suruatoel.xyz/codes/mcg diff --git a/locale/de/LC_MESSAGES/mcg.po b/locale/de/LC_MESSAGES/mcg.po index e7e3011..00746fb 100644 --- a/locale/de/LC_MESSAGES/mcg.po +++ b/locale/de/LC_MESSAGES/mcg.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: CoverGrid (mcg)\n" -"POT-Creation-Date: 2017-09-10 14:16+0200\n" -"PO-Revision-Date: 2017-09-10 14:16+0200\n" -"Last-Translator: coderkun \n" +"POT-Creation-Date: 2017-12-25 17:40+0100\n" +"PO-Revision-Date: 2017-12-25 17:40+0100\n" +"Last-Translator: coderkun \n" "Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.3\n" +"X-Generator: Poedit 2.0.5\n" "X-Poedit-Basepath: ../../..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" diff --git a/locale/en/LC_MESSAGES/mcg.po b/locale/en/LC_MESSAGES/mcg.po index bdc09fe..2aad5aa 100644 --- a/locale/en/LC_MESSAGES/mcg.po +++ b/locale/en/LC_MESSAGES/mcg.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: CoverGrid (mcg)\n" -"POT-Creation-Date: 2017-09-10 14:15+0200\n" -"PO-Revision-Date: 2017-09-10 14:16+0200\n" -"Last-Translator: coderkun \n" +"POT-Creation-Date: 2017-12-25 17:40+0100\n" +"PO-Revision-Date: 2017-12-25 17:40+0100\n" +"Last-Translator: coderkun \n" "Language-Team: \n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.3\n" +"X-Generator: Poedit 2.0.5\n" "X-Poedit-Basepath: ../../..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SearchPath-0: data/gtk.glade\n" diff --git a/setup.py b/setup.py index d25a9c4..981372f 100644 --- a/setup.py +++ b/setup.py @@ -55,9 +55,9 @@ setup( name = "mcg", version = '1.3', description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.", - url = "http://www.coderkun.de/codes/mcg", + url = "http://www.suruatoel.xyz/codes/mcg", author = "coderkun", - author_email = "olli@coderkun.de", + author_email = "olli@suruatoel.xyz", license = "GPL", packages = [ 'mcg',