https://bugzilla.wikimedia.org/show_bug.cgi?id=19392
--- Comment #15 from Tomasz W. Kozlowski <[email protected]> --- The Apple Touch icon part is now fixed with Gerrit change 60777. We now have 'wgAppleTouchIcon' => array( 'default' => false, ) which means that MediaWiki will not generate links to Touch icons in HTML <head /> tag, and will make iOS use the default 'apple-touch-icon.png' file located in domain docroot, which it looks for by default anyway. Project-specific icons, and icons for projects without a docroot (for instance $lang.wiktionary.org) should be committed into docroot/bits/apple-touch/ and defined in InitialiseSettings.php, for instance: 'dewiktionary' => '//bits.wikimedia.org/apple-touch/wiktionary/de.png', Some good ideas about the actual creation of such icons are gathered in bug 27911. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
