]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Replace Wordpress icon with one taken from its Debian package
authorSimon McVittie <smcv@debian.org>
Fri, 14 Feb 2014 11:33:10 +0000 (11:33 +0000)
committerSimon McVittie <smcv@debian.org>
Fri, 14 Feb 2014 11:33:10 +0000 (11:33 +0000)
I was unable to determine a specific author or copyright holder
for this icon, and listing every potential Wordpress copyright holder
in debian/copyright seems ridiculous.

debian/copyright
underlays/openid-selector/ikiwiki/openid/openid-jquery.js
underlays/openid-selector/ikiwiki/openid/wordpress.png [new file with mode: 0644]

index 0501d3f2d6a926bb2ec4bc9461970dbe6d732b08..0b1eaa80a776b0cad0d2357974d0d73df81db4c7 100644 (file)
@@ -218,6 +218,14 @@ License: LGPL-2.1+
 Comment:
  taken from data/icons/16x16/ in gnome-online-accounts git
 
+Files: underlays/openid-selector/ikiwiki/openid/wordpress.png
+Copyright:
+ © 2003-2013 "the contributors"
+License: GPL-2+
+Comment:
+ taken from wp-admin/images/w-logo-blue.png in wordpress/3.8.1+dfsg1-1
+ and trivially modified (resized to 16x16, placed on a white background)
+
 Files: underlays/jquery/*
 Copyright: © 2005-2011 by John Resig, Branden Aaron & Jörn Zaefferer
            © 2011 The Dojo Foundation
index 3a8114b2789bf10697be1b8933f6181541f96f13..cfaf19b2e64d974bbc255acc009230a7f8326dc9 100644 (file)
@@ -38,7 +38,7 @@ var providers_small = {
     },
     wordpress: {
         name: 'Wordpress',
-       icon: 'https://s2.wp.com/i/favicon.ico',
+       icon: 'ikiwiki/openid/wordpress.png',
         label: 'Enter your Wordpress.com username:',
         url: 'http://{username}.wordpress.com/'
     },
diff --git a/underlays/openid-selector/ikiwiki/openid/wordpress.png b/underlays/openid-selector/ikiwiki/openid/wordpress.png
new file mode 100644 (file)
index 0000000..96e08bd
Binary files /dev/null and b/underlays/openid-selector/ikiwiki/openid/wordpress.png differ