Author: splath
Date: Thu Jul  3 18:53:54 2014
New Revision: 1607716

URL: http://svn.apache.org/r1607716
Log:
Webpage Icons for Web Clip on iOS
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

Added:
    flex/site/trunk/content/images/apple-touch-icon-120.png   (with props)
    flex/site/trunk/content/images/apple-touch-icon-152.png   (with props)
    flex/site/trunk/content/images/apple-touch-icon-60.png   (with props)
    flex/site/trunk/content/images/apple-touch-icon-76.png   (with props)
Modified:
    flex/site/trunk/templates/flex-v2-header.html

Added: flex/site/trunk/content/images/apple-touch-icon-120.png
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/images/apple-touch-icon-120.png?rev=1607716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/apple-touch-icon-120.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/apple-touch-icon-152.png
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/images/apple-touch-icon-152.png?rev=1607716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/apple-touch-icon-152.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/apple-touch-icon-60.png
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/images/apple-touch-icon-60.png?rev=1607716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/apple-touch-icon-60.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/apple-touch-icon-76.png
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/images/apple-touch-icon-76.png?rev=1607716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/apple-touch-icon-76.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: flex/site/trunk/templates/flex-v2-header.html
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-header.html?rev=1607716&r1=1607715&r2=1607716&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-header.html (original)
+++ flex/site/trunk/templates/flex-v2-header.html Thu Jul  3 18:53:54 2014
@@ -17,6 +17,10 @@
     <link rel="stylesheet" type="text/css" href="/css/style.css">
     <!-- favicon -->
     <link rel="icon" type="image/x-icon" href="/images/favicon.ico"/>
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon-60.png">
+    <link rel="apple-touch-icon" sizes="76x76" 
href="/images/apple-touch-icon-76.png">
+    <link rel="apple-touch-icon" sizes="120x120" 
href="/images/apple-touch-icon-120.png">
+    <link rel="apple-touch-icon" sizes="152x152" 
href="/images/apple-touch-icon-152.png">
 
     <!-- Java Script  -->
     <script src="/js/jquery.js"></script>


Reply via email to