Author: fschumacher
Date: Thu Apr 14 18:39:10 2016
New Revision: 1739165
URL: http://svn.apache.org/viewvc?rev=1739165&view=rev
Log:
Add favicon logic and images to the website.
Added:
jmeter/trunk/xdocs/images/apple-touch-icon.png (with props)
jmeter/trunk/xdocs/images/favicon.png (with props)
jmeter/trunk/xdocs/images/mstile-144x144.png (with props)
Modified:
jmeter/trunk/xdocs/stylesheets/website-style.xsl
Added: jmeter/trunk/xdocs/images/apple-touch-icon.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/apple-touch-icon.png?rev=1739165&view=auto
==============================================================================
Binary file - no diff available.
Propchange: jmeter/trunk/xdocs/images/apple-touch-icon.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: jmeter/trunk/xdocs/images/favicon.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/favicon.png?rev=1739165&view=auto
==============================================================================
Binary file - no diff available.
Propchange: jmeter/trunk/xdocs/images/favicon.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: jmeter/trunk/xdocs/images/mstile-144x144.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/mstile-144x144.png?rev=1739165&view=auto
==============================================================================
Binary file - no diff available.
Propchange: jmeter/trunk/xdocs/images/mstile-144x144.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1739165&r1=1739164&r2=1739165&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Thu Apr 14 18:39:10 2016
@@ -65,6 +65,11 @@
<link rel="stylesheet" type="text/css"
href="{concat($cssdir, '/new-style.css')}"
></link>
+ <link rel="apple-touch-icon-precomposed"
href="{$imgdir}/apple-touch-icon.png"></link>
+ <link rel="icon" href="{$imgdir}/favicon.png"></link>
+ <meta name="msapplication-TileColor" content="#ffffff">
+ <meta name="msapplication-TileImage"
content="{$imgdir}/mstile-144x144.png">
+ <meta name="theme-color" content="#ffffff">
</head>
<body role="document">
<a href="#content" class="hidden" >Main content</a>