You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/01/29 18:18:14 UTC

svn commit: r1822551 - in /jmeter/trunk/xdocs: index.xml stylesheets/project.xml stylesheets/website-style.xsl

Author: fschumacher
Date: Mon Jan 29 18:18:13 2018
New Revision: 1822551

URL: http://svn.apache.org/viewvc?rev=1822551&view=rev
Log:
Use https for links, images and ressources, when possible.

As the web site is used as default for the help system and
it is served over https, it looks strange, when the browser
warns the user about an unsafe website. That will happen,
when images or other ressources are embedded by plain http.

Modified:
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/stylesheets/project.xml
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1822551&r1=1822550&r2=1822551&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Mon Jan 29 18:18:13 2018
@@ -84,8 +84,8 @@
 <li><a href="usermanual/functions.html">Functions reference</a> to have detailed information and examples for every function</li>
 <li><a href="usermanual/properties_reference.html">Properties reference</a> for all properties that allow you to customize JMeter</li>
 <li><a href="api/index.html">Javadoc API documentation</a></li>
-<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">JMeter FAQ (Wiki)</a></li>
-<li><a href="http://wiki.apache.org/jmeter/">JMeter Wiki</a></li>
+<li><a href="https://wiki.apache.org/jmeter/JMeterFAQ">JMeter FAQ (Wiki)</a></li>
+<li><a href="https://wiki.apache.org/jmeter/">JMeter Wiki</a></li>
 <li><a href="building.html">Building JMeter and Add-Ons</a> for advanced usage</li>
 </ul>
 
@@ -111,10 +111,10 @@ Nor does it render the HTML pages as a b
 <ul>
 <li><a href="changes.html">Changes List</a></li>
 <li><a href="issues.html">Read about existing Issues (Bugs or Enhancements) or reporting new ones (please do it !)</a></li>
-<li><a href="http://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
 <li><a href="mail.html">Mailing Lists</a></li>
 <li><a href="svnindex.html">Source Repositories</a></li>
-<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li>
+<li><a href="https://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li>
 </ul>
 </section>
 </body>

Modified: jmeter/trunk/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/project.xml?rev=1822551&r1=1822550&r2=1822551&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/project.xml (original)
+++ jmeter/trunk/xdocs/stylesheets/project.xml Mon Jan 29 18:18:13 2018
@@ -16,7 +16,7 @@
    limitations under the License.
 -->
 <project name="Apache JMeter"
-          href="http://jmeter.apache.org/">
+          href="https://jmeter.apache.org/">
 
      <title>Apache JMeter</title>
      <!---->
@@ -25,7 +25,7 @@
      <body>
      <menu name="About">
        <item name="Overview"            href="/index.html"/>
-       <item name="License"             href="http://www.apache.org/licenses/"/>
+       <item name="License"             href="https://www.apache.org/licenses/"/>
      </menu>
      <menu name="Download">
         <item name="Download Releases"    href="/download_jmeter.cgi"/>
@@ -40,8 +40,8 @@
         <item name="Properties Reference"         href="/usermanual/properties_reference.html"/>
         <item name="Change History"              href="/changes_history.html"/>
         <item name="Javadocs"             href="/api/index.html"/>
-        <item name="JMeter Wiki"         href="http://wiki.apache.org/jmeter"/>
-         <item name="FAQ (Wiki)"             href="http://wiki.apache.org/jmeter/JMeterFAQ"/>
+        <item name="JMeter Wiki"         href="https://wiki.apache.org/jmeter"/>
+         <item name="FAQ (Wiki)"             href="https://wiki.apache.org/jmeter/JMeterFAQ"/>
      </menu>
      <menu name="Tutorials">
         <item name="Distributed Testing" href="/usermanual/jmeter_distributed_testing_step_by_step.html"/>
@@ -52,18 +52,18 @@
      </menu>
      <menu name="Community">
         <item name="Issue Tracking"      href="/issues.html"/>
-        <item name="Security"            href="http://www.apache.org/security/"/>
+        <item name="Security"            href="https://www.apache.org/security/"/>
         <item name="Mailing Lists"       href="/mail.html"/>
         <item name="Source Repositories"    href="/svnindex.html"/>
         <item name="Building and Contributing"    href="/building.html"/>
         <item name="Project info at Apache" href="https://projects.apache.org/project.html?jmeter"/>
-        <item name="Contributors"        href="http://wiki.apache.org/jmeter/JMeterCommitters"/>
+        <item name="Contributors"        href="https://wiki.apache.org/jmeter/JMeterCommitters"/>
      </menu>
      <menu name="Foundation">
-        <item name="The Apache Software Foundation (ASF)" href="http://www.apache.org/"/>
-        <item name="Get Involved in the ASF" href="http://www.apache.org/foundation/getinvolved.html"/>
-        <item name="Sponsorship"         href="http://www.apache.org/foundation/sponsorship.html"/>
-        <item name="Thanks"              href="http://www.apache.org/foundation/thanks.html"/>
+        <item name="The Apache Software Foundation (ASF)" href="https://www.apache.org/"/>
+        <item name="Get Involved in the ASF" href="https://www.apache.org/foundation/getinvolved.html"/>
+        <item name="Sponsorship"         href="https://www.apache.org/foundation/sponsorship.html"/>
+        <item name="Thanks"              href="https://www.apache.org/foundation/thanks.html"/>
      </menu>
      </body>
 </project>

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1822551&r1=1822550&r2=1822551&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Mon Jan 29 18:18:13 2018
@@ -29,7 +29,7 @@
   <xsl:param name="imgdir" select="concat($relative-path, '/images')" />
   <xsl:param name="sshotdir" select="concat($imgdir, '/screenshots')" />
   <xsl:param name="cssdir" select="concat($relative-path, '/css')" />
-  <xsl:param name="jakarta-site" select="'http://jakarta.apache.org'" />
+  <xsl:param name="jakarta-site" select="'https://jakarta.apache.org'" />
   <xsl:param name="year" select="'2018'" />
   <xsl:param name="max-img-width" select="'600'" />
 
@@ -59,7 +59,7 @@
         <!-- VIEWPORT -->
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <link
-          href='http://fonts.googleapis.com/css?family=Merriweather:400normal'
+          href='https://fonts.googleapis.com/css?family=Merriweather:400normal'
           rel='stylesheet' type='text/css'
         ></link>
         <link
@@ -82,7 +82,7 @@
             APACHE LOGO
           </xsl:comment>
           <div>
-            <a href="http://www.apache.org">
+            <a href="https://www.apache.org">
               <img title="Apache Software Foundation" class="asf-logo logo"
                   src="{$imgdir}/asf-logo.svg" alt="Logo ASF" />
             </a>
@@ -108,8 +108,8 @@
             </div>
           </xsl:if>
           <div class="banner">
-            <a href="http://www.apache.org/events/current-event.html">
-              <img src="http://www.apache.org/events/current-event-234x60.png" alt="Current Apache event teaser" />
+            <a href="https://www.apache.org/events/current-event.html">
+              <img src="https://www.apache.org/events/current-event-234x60.png" alt="Current Apache event teaser" />
             </a>
             <div class="clear"></div>
           </div>