[Pcsclite-git-commit] [website] 01/01: web pages: Use https instead of http

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Jan 6 17:47:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit d30494da06e7bfb39f31a88eeac4fc438f0c435b
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Jan 6 18:47:31 2017 +0100

    web pages: Use https instead of http
---
 matrix.py        | 8 ++++----
 webpage.template | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/matrix.py b/matrix.py
index 68a0948..3189bed 100755
--- a/matrix.py
+++ b/matrix.py
@@ -464,7 +464,7 @@ def generate_table(readers, field, index, fields):
 
         s.type = 'text/javascript';
         s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+        s.src = 'https://api.flattr.com/js/0.5.0/load.js?mode=auto';
 
         t.parentNode.insertBefore(s, t);
     })();
@@ -475,8 +475,8 @@ def generate_table(readers, field, index, fields):
 
     footer = """
 <p>
-<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+<a href="https://validator.w3.org/check/referer"><img src="https://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+<a href="https://jigsaw.w3.org/css-validator/"><img src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
 </p>
 
     <p>Ludovic Rousseau</p>
@@ -498,7 +498,7 @@ def generate_table(readers, field, index, fields):
     </tr></table></li>
     <li>Back to the <a href="../ccid.html">CCID driver page</a></li>
     <li><a class="FlattrButton" style="display:none;"
-            href="http://pcsclite.alioth.debian.org/ccid.html"></a></li>
+            href="https://pcsclite.alioth.debian.org/ccid.html"></a></li>
     </ul>
     """
 
diff --git a/webpage.template b/webpage.template
index deb1fb6..8a108d9 100644
--- a/webpage.template
+++ b/webpage.template
@@ -20,7 +20,7 @@
         
         s.type = 'text/javascript';
         s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+        s.src = 'https://api.flattr.com/js/0.5.0/load.js?mode=auto';
         
         t.parentNode.insertBefore(s, t);
     })();
@@ -37,7 +37,7 @@
     <p>Back to the <a href="../ccid.html">CCID driver page</a></p>
 
     <p><a class="FlattrButton" style="display:none;"
-            href="http://pcsclite.alioth.debian.org/ccid.html"></a></p>
+            href="https://pcsclite.alioth.debian.org/ccid.html"></a></p>
 
     <h2>List in alphabetical order of manufacturer</h2>
 
@@ -86,8 +86,8 @@
     {/contents}
     <hr>
 <p>
-<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 
-<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 
+<a href="https://validator.w3.org/check/referer"><img src="https://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 
+<a href="https://jigsaw.w3.org/css-validator/"><img src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 
 Generated on %date%.</p>
 
   </body>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list