From: Simon McVittie Date: Fri, 14 Feb 2014 11:33:10 +0000 (+0000) Subject: Replace Wordpress icon with one taken from its Debian package X-Git-Tag: debian/3.20140227~16^2~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/0ce8222190814d4dd0b1e05191c0c39692614490 Replace Wordpress icon with one taken from its Debian package 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. --- diff --git a/debian/copyright b/debian/copyright index 0501d3f2d..0b1eaa80a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js index 3a8114b27..cfaf19b2e 100644 --- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js +++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js @@ -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 index 000000000..96e08bd99 Binary files /dev/null and b/underlays/openid-selector/ikiwiki/openid/wordpress.png differ