From cb24ba61e2d03c57adc8a8102b9c0248e2032b86 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Feb 2014 12:06:16 +0000 Subject: Replace Livejournal icon with something vaguely similar Drawn in Inkscape and released under the IkiWiki basewiki license. --- debian/copyright | 9 ++ icons/livejournal.svg | 108 +++++++++++++++++++++ .../openid-selector/ikiwiki/openid/livejournal.png | Bin 0 -> 772 bytes .../ikiwiki/openid/openid-jquery.js | 2 +- 4 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 icons/livejournal.svg create mode 100644 underlays/openid-selector/ikiwiki/openid/livejournal.png diff --git a/debian/copyright b/debian/copyright index 0b1eaa80a..acb43842a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -226,6 +226,15 @@ 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: + icons/livejournal.svg + underlays/openid-selector/ikiwiki/openid/livejournal.png +Copyright: + © 2014 Simon McVittie +License: other + Redistribution and use in source and compiled forms, with or without + modification, are permitted under any circumstances. No warranty. + Files: underlays/jquery/* Copyright: © 2005-2011 by John Resig, Branden Aaron & Jörn Zaefferer © 2011 The Dojo Foundation diff --git a/icons/livejournal.svg b/icons/livejournal.svg new file mode 100644 index 000000000..381d88170 --- /dev/null +++ b/icons/livejournal.svg @@ -0,0 +1,108 @@ + + + + + A pencil resembling the Livejournal logo + + + + + + image/svg+xml + + A pencil resembling the Livejournal logo + + + Simon McVittie + + + + + ikiwiki basewiki license + + + 2014 + + + + + + + + + + diff --git a/underlays/openid-selector/ikiwiki/openid/livejournal.png b/underlays/openid-selector/ikiwiki/openid/livejournal.png new file mode 100644 index 000000000..d86ee5eac Binary files /dev/null and b/underlays/openid-selector/ikiwiki/openid/livejournal.png differ diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js index 48f1dfccc..f9a29e5dd 100644 --- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js +++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js @@ -26,7 +26,7 @@ var providers_large = { var providers_small = { livejournal: { name: 'LiveJournal', - icon: 'http://livejournal.com/favicon.ico', + icon: 'ikiwiki/openid/livejournal.png', label: 'Enter your Livejournal username:', url: 'http://{username}.livejournal.com/' }, -- cgit v1.2.3