Page MenuHomePhabricator

Add an Apple Touch icon for MediaWiki.org
Closed, ResolvedPublic

Assigned To
Authored By
Emufarmers
Aug 5 2009, 6:04 AM
Referenced Files
F6138: itouch.png
Nov 21 2014, 10:50 PM
F6137: orangier.png
Nov 21 2014, 10:50 PM
F6136: apple-touch-icon.png
Nov 21 2014, 10:50 PM

Description


Version: unspecified
Severity: enhancement

Details

Reference
bz20074

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:50 PM
bzimport set Reference to bz20074.

Just the logo with some padding and an orange background

Sorry about the missing description: the enter key is not my friend.

attachment apple-touch-icon.png ignored as obsolete

I don't think I like the bg color; it's kind of a washed-out pink. :) The text is also going to be redundant, as there'll be title text under the icon when bookmarked to the device home screen.

Maybe drop the text and make the bg more... orangey? :)

Orangeeee

I'm not sure why I called that orange; I must be developing my aunt's sense of color.

Attached:

apple-touch-icon.png (60×60 px, 4 KB)

seth wrote:

how about green... as in grass? ;)

seth wrote:

green is good

Attached:

itouch.png (60×60 px, 5 KB)

robert wrote:

Difficult to see the blue brackets on green, I like the orange.

seth wrote:

possibly a lighter green then?

I would make it slightly bigger, and have a bit more of a border. It will be
interpolated to another size anyway, so better to start off with a
higher-quality image. A button border will be applied unless you specify
otherwise by making the name apple-touch-icon-precomposed.png - see
http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
for more details

The one at http://pool.wikifur.com/apple-touch-icon.png works well for us.
Apple's own is http://www.apple.com/apple-touch-icon.png

Contrast is best with attachment 6426. Turning over to Rob for shell setup.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 770)

+++ InitialiseSettings.php (working copy)
@@ -6923,7 +6923,7 @@

'wiktionary' => 'http://$lang.$site.org/apple-touch-icon.png', // http://upload.wikimedia.org/wiktionary/en/4/48/Wiktionary-iphone_logo.png
 
'enwikinews' => 'http://upload.wikimedia.org/wikipedia/commons/4/43/Apple-touch-icon.png',
  • 'mediawikiwiki' => false,

+ 'mediawikiwiki' => 'http://www.mediawiki.org/Apple-touch-icon.png',

'usabilitywiki' => 'http://usability.wikimedia.org/UsabilityWiki-AppleTouch-Icon.png',

),