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

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Jan 6 17:44:15 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 f06177f4be54eac44c299915dc961d8fe41b8a28
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Jan 6 18:43:42 2017 +0100

    web pages: Use https instead of http
---
 ccid.html               | 46 +++++++++++++++++++++----------------------
 ccid_extended_apdu.html |  4 ++--
 index.html              | 16 +++++++--------
 pcsclite.html           | 52 ++++++++++++++++++++++++-------------------------
 4 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/ccid.html b/ccid.html
index 40cb0f8..d36bc17 100644
--- a/ccid.html
+++ b/ccid.html
@@ -85,7 +85,7 @@ make install</pre>
 	 class="btn btn-primary">git
      developement version</a> (or the old <a
      href="https://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/">SVN version</a>). You may need to use the <a
-     href="http://git-scm.com/">git</a> version to
+     href="https://git-scm.com/">git</a> version to
    support the latest added readers.</p>
 
 	<pre>git clone --recursive git://anonscm.debian.org/pcsclite/CCID.git
@@ -94,7 +94,7 @@ cd CCID
 ./configure
 make</pre>
 
-	<p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
+	<p><a href="https://flattr.com/thing/52836/CCID-free-software-driver"> <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
 
 	<h2 id="features">Main CCID/ICCD features supported</h2>
 
@@ -103,7 +103,7 @@ make</pre>
 	    <ul>
 	      <li>short APDU</li>
 	      <li>extended APDU (with some <a
-     href="ccid_extended_apdu.html">limitations</a> and <a href="http://ludovicrousseau.blogspot.com/2011/05/extended-apdu-status-per-reader.html">lack of support from PC/SC</a>)</li>
+     href="ccid_extended_apdu.html">limitations</a> and <a href="https://ludovicrousseau.blogspot.com/2011/05/extended-apdu-status-per-reader.html">lack of support from PC/SC</a>)</li>
 	      <li>TPDU</li>
 	      <li>character</li>
 	    </ul>
@@ -132,10 +132,10 @@ make</pre>
 	      <li>Multifunctional Card Terminal reader direct (FEATURE_MCT_READER_DIRECT)</li>
 	      <li>retrieve reader properties in TLV form (FEATURE_GET_TLV_PROPERTIES)
 		<ul>
-		  <li><a href="http://ludovicrousseau.blogspot.com/2010/05/how-to-know-pin-sizes-supported-by.html">bMinPINSize and bMaxPINSize</a>: How to know the PIN sizes supported by a pinpad reader?</li>
-		  <li><a href="http://ludovicrousseau.blogspot.com/2010/05/how-to-know-pin-sizes-supported-by.html">bEntryValidationCondition</a></li>
+		  <li><a href="https://ludovicrousseau.blogspot.com/2010/05/how-to-know-pin-sizes-supported-by.html">bMinPINSize and bMaxPINSize</a>: How to know the PIN sizes supported by a pinpad reader?</li>
+		  <li><a href="https://ludovicrousseau.blogspot.com/2010/05/how-to-know-pin-sizes-supported-by.html">bEntryValidationCondition</a></li>
 		  <li><a
-	   href="http://ludovicrousseau.blogspot.com/2011/10/featureccidesccommand.html">bPPDUSupport</a></li>
+	   href="https://ludovicrousseau.blogspot.com/2011/10/featureccidesccommand.html">bPPDUSupport</a></li>
 		  <li>sFirmwareID</li>
 		  <li>bTimeOut2</li>
 		  <li>wLcdMaxCharacters and wLcdMaxLines</li>
@@ -146,7 +146,7 @@ make</pre>
 			  and wIdProduct</a></li>
 		</ul></li>
 		<li>send CCID escape commands (<a
-    href="http://ludovicrousseau.blogspot.com/2011/10/featureccidesccommand.html">FEATURE_CCID_ESC_COMMAND</a>)</li>
+    href="https://ludovicrousseau.blogspot.com/2011/10/featureccidesccommand.html">FEATURE_CCID_ESC_COMMAND</a>)</li>
 	    </ul></li>
 	    <li>Data rates list</li>
 	    <li>Localize LCD display messages (Gemalto GemPC PIN PAD, Covadis Véga-Alpha)</li>
@@ -155,11 +155,11 @@ make</pre>
 	    <li>SCardGetAttrib() <a
     href="https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=blob;f=SCARDGETATTRIB.txt;hb=HEAD">attributes</a></li>
 	    <li>ICCD versions A and B</li>
-	    <li><a href="http://ludovicrousseau.blogspot.com/2011/04/libccid-and-usb-selective-suspend.html">USB selective suspend</a></li>
+	    <li><a href="https://ludovicrousseau.blogspot.com/2011/04/libccid-and-usb-selective-suspend.html">USB selective suspend</a></li>
 	    <li><a
-	    href="http://ludovicrousseau.blogspot.fr/2010_08_01_archive.html">RAM consumption efficiency</a> for embedded systems using <code>--enable-embedded</code></li>
+	    href="https://ludovicrousseau.blogspot.fr/2010_08_01_archive.html">RAM consumption efficiency</a> for embedded systems using <code>--enable-embedded</code></li>
 	    <li><a
-     href="http://ludovicrousseau.blogspot.fr/2013/04/ccid-descriptor-statistics.html">CCID
+     href="https://ludovicrousseau.blogspot.fr/2013/04/ccid-descriptor-statistics.html">CCID
      descriptor statistics</a></li>
 	</ul>
 
@@ -235,7 +235,7 @@ wait for the crash to happen
 
 	<p>Then copy/paste the complete output in your bug report.</p>
 
-	<p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
+	<p><a href="https://flattr.com/thing/52836/CCID-free-software-driver"> <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
 
 	<h2 id="lists">Mailing list</h2>
 
@@ -245,9 +245,9 @@ wait for the crash to happen
 	mailing list.</p>
 
 	<p>First search the mailing list <a
-     href="http://lists.alioth.debian.org/pipermail/pcsclite-muscle/">archives</a>
+     href="https://lists.alioth.debian.org/pipermail/pcsclite-muscle/">archives</a>
 	(old MUSCLE list <a
-     href="http://archives.neohapsis.com/archives/dev/muscle/">archives</a>).
+     href="https://archives.neohapsis.com/archives/dev/muscle/">archives</a>).
    Maybe your probem has already been reported and solved. If you
    have not found a solution then subscribe to the <a
      href="https://lists.alioth.debian.org/mailman/listinfo/pcsclite-muscle">Pcsclite-muscle</a>
@@ -281,7 +281,7 @@ sudo ./src/parse > output.txt</pre>
 	    available on the manufacturer web page described above.</li>
 	</ul>
 
-	<p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
+	<p><a href="https://flattr.com/thing/52836/CCID-free-software-driver"> <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
 
 	<h2 id="readers">CCID/ICCD readers</h2>
 
@@ -301,7 +301,7 @@ sudo ./src/parse > output.txt</pre>
 					      selection</a>.</p>
 
 	<p>See <a
-	   href="http://ludovicrousseau.blogspot.fr/2015/09/reader-selection-find-smart-card-reader.html">Reader Selection: find the smart card reader you search</a> for a presentation of the
+	   href="https://ludovicrousseau.blogspot.fr/2015/09/reader-selection-find-smart-card-reader.html">Reader Selection: find the smart card reader you search</a> for a presentation of the
 	 tool.</p>
 
 	<h2 id="authors">Authors</h2>
@@ -352,19 +352,19 @@ sudo ./src/parse > output.txt</pre>
 
 	<p>Apple includes my CCID driver (version 1.3.8, released in June
 	2008) since Leopard 10.5.6. See the <a
-		    href="http://lists.apple.com/archives/Apple-cdsa/2008/Dec/msg00039.html">mail</a>
+		    href="https://lists.apple.com/archives/Apple-cdsa/2008/Dec/msg00039.html">mail</a>
 	from Shawn Geddis to have a list of changes.</p>
 
 	<p>See the evolutions of the CCID driver in <a
-      href="http://ludovicrousseau.blogspot.fr/2011/08/mac-os-x-lion-and-smart-cards-status.html">Lion
+      href="https://ludovicrousseau.blogspot.fr/2011/08/mac-os-x-lion-and-smart-cards-status.html">Lion
       (10.7)</a>,
     <a
-      href="http://ludovicrousseau.blogspot.fr/2012/08/mac-os-x-mountain-lion-and-smart-card.html">Mountain
+      href="https://ludovicrousseau.blogspot.fr/2012/08/mac-os-x-mountain-lion-and-smart-card.html">Mountain
       Lion (10.8)</a>, <a
-      href="http://ludovicrousseau.blogspot.fr/2013/10/os-x-mavericks-and-smart-cards-status.html">Mavericks
+      href="https://ludovicrousseau.blogspot.fr/2013/10/os-x-mavericks-and-smart-cards-status.html">Mavericks
       (10.9)</a>, <a
-      href="http://ludovicrousseau.blogspot.fr/2014/11/os-x-yosemite-and-smart-cards-status.html">Yosemite
-      (10.10)</a>, <a href="http://ludovicrousseau.blogspot.fr/2015/10/os-x-el-capitan-and-smart-cards-status.html">El Capitan (10.11)</a>.</p>
+      href="https://ludovicrousseau.blogspot.fr/2014/11/os-x-yosemite-and-smart-cards-status.html">Yosemite
+      (10.10)</a>, <a href="https://ludovicrousseau.blogspot.fr/2015/10/os-x-el-capitan-and-smart-cards-status.html">El Capitan (10.11)</a>.</p>
 
 	<h4>Snow Leopard (10.6.x) and later</h4>
 
@@ -446,10 +446,10 @@ sudo make install</pre>
 	<h2 id="binaries">Available binaries</h2>
 
 	<p>The drivers are also available as <a href=
-	"http://www.debian.org/"><img
+	"https://www.debian.org/"><img
      src="img/Logo_Debian.png" alt="debian" width=179 height=61>
 	</a> packages <a href=
-	"http://packages.debian.org/libccid">libccid</a>
+	"https://packages.debian.org/libccid">libccid</a>
 	</p>
 
       </div>
diff --git a/ccid_extended_apdu.html b/ccid_extended_apdu.html
index 0412bec..d851cfc 100644
--- a/ccid_extended_apdu.html
+++ b/ccid_extended_apdu.html
@@ -24,7 +24,7 @@ details.</p>
 by the smart card reader itself.</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>Readers that will NOT work with extended APDU</h2>
 
@@ -72,7 +72,7 @@ of the CCID descriptor. You can get this information using the
 <code>parse</code> command included in the driver source code.</p>
 
 <p>For example the <a
-href="http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/readers/GemPCTwin.txt?op=file&rev=0&sc=0">GemPC
+href="https://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/readers/GemPCTwin.txt?op=file&rev=0&sc=0">GemPC
 Twin</a> reader returns:</p>
 
 <pre>
diff --git a/index.html b/index.html
index ef5ed9b..4873e3d 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
         </li>
 
         <li>pcsclite-cvs-commit <a href=
-        "http://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/">
+        "https://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/">
           mailing list archives</a> (read only list)
         </li>
 
@@ -68,14 +68,14 @@
         </li>
 
         <li>
-          <a href="http://ludovicrousseau.blogspot.com/">Ludovic
+          <a href="https://ludovicrousseau.blogspot.com/">Ludovic
           Rousseau blog</a> about PC/SC and smart cards
         </li>
 
         <li>
           <a href=
-          "http://flattr.com/thing/52835/pcsc-lite"><img src=
-          "http://api.flattr.com/button/flattr-badge-large.png"
+          "https://flattr.com/thing/52835/pcsc-lite"><img src=
+          "https://api.flattr.com/button/flattr-badge-large.png"
           alt="Flattr this" title="Flattr this" width="100" height=
           "17"></a>
         </li>
@@ -128,9 +128,9 @@
 
         <li>
           <a href=
-          "http://flattr.com/thing/52836/CCID-free-software-driver">
+          "https://flattr.com/thing/52836/CCID-free-software-driver">
           <img src=
-          "http://api.flattr.com/button/flattr-badge-large.png"
+          "https://api.flattr.com/button/flattr-badge-large.png"
           alt="Flattr this" title="Flattr this" width="100" height=
           "17"></a>
         </li>
@@ -183,12 +183,12 @@
 
       <ul>
         <li>
-          <a href="http://muscleplugins.alioth.debian.org/">Muscle
+          <a href="https://muscleplugins.alioth.debian.org/">Muscle
           Plugins</a>
         </li>
 
         <li>
-          <a href="http://muscleapps.alioth.debian.org/">Muscle
+          <a href="https://muscleapps.alioth.debian.org/">Muscle
           Apps</a>
         </li>
       </ul>
diff --git a/pcsclite.html b/pcsclite.html
index 8c5832a..b9d9d71 100644
--- a/pcsclite.html
+++ b/pcsclite.html
@@ -67,7 +67,7 @@
 		  git developement version</a> (or the old <a href=
 		  "https://anonscm.debian.org/viewvc/pcsclite/trunk/PCSC/">SVN
 		  version</a>). You may need to use the <a href=
-		  "http://git-scm.com/">git</a> version to support the latest
+		  "https://git-scm.com/">git</a> version to support the latest
 		added readers.</p>
 		<pre>git clone git://anonscm.debian.org/pcsclite/PCSC.git
 cd PCSC
@@ -76,7 +76,7 @@ cd PCSC
 make</pre>
 
 		<p><a href=
-		"http://flattr.com/thing/52836/CCID-free-software-driver"><img src="http://api.flattr.com/button/flattr-badge-large.png"
+		"https://flattr.com/thing/52836/CCID-free-software-driver"><img src="https://api.flattr.com/button/flattr-badge-large.png"
 																 alt="Flattr this" title="Flattr this" width="100" height=
 																 "17"></a></p>
 
@@ -105,7 +105,7 @@ make</pre>
 		</ul>
 
 		<p>See also <a href=
-		"http://ludovicrousseau.blogspot.com/">Ludovic Rousseau
+		"https://ludovicrousseau.blogspot.com/">Ludovic Rousseau
 		blog</a> about PC/SC and smart cards</p>
 
 		<h2 id="features">Supported features and more
@@ -117,14 +117,14 @@ make</pre>
 			<ul>
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/08/new-ccid-140-and-card-movement.html">
+				"https://ludovicrousseau.blogspot.com/2010/08/new-ccid-140-and-card-movement.html">
 				  Card movement notification mechanism</a>
 			  </li>
 
 			  <li>Embedded systems support: <a href=
-			  "http://ludovicrousseau.blogspot.com/2010/07/pcsc-lite-for-limited-embedded-systems.html">
+			  "https://ludovicrousseau.blogspot.com/2010/07/pcsc-lite-for-limited-embedded-systems.html">
 				  pcsc-lite for limited (embedded) systems</a>,
-				<a href="http://ludovicrousseau.blogspot.com/2010/08/ram-and-cpu-improvements-in-pcsc-lite.html">
+				<a href="https://ludovicrousseau.blogspot.com/2010/08/ram-and-cpu-improvements-in-pcsc-lite.html">
 				  RAM and CPU improvements in pcsc-lite 1.6.x</a>
 			  </li>
 			</ul>
@@ -135,24 +135,24 @@ make</pre>
 			<ul>
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/10/card-auto-power-on-and-off.html">
+				"https://ludovicrousseau.blogspot.com/2010/10/card-auto-power-on-and-off.html">
 				  Card auto power on and off</a>
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html">
+				"https://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html">
 				  pcscd auto start using systemd</a> (deprecates
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/09/pcscd-auto-start.html">
+				"https://ludovicrousseau.blogspot.com/2010/09/pcscd-auto-start.html">
 				  pcscd auto start</a> and <a href=
-				  "http://ludovicrousseau.blogspot.fr/2010/12/configuring-your-system-for-pcscd-auto.html">
+				  "https://ludovicrousseau.blogspot.fr/2010/12/configuring-your-system-for-pcscd-auto.html">
 				  Configuring your system for pcscd auto-start</a>)
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.fr/2011/04/libccid-and-usb-selective-suspend.html">
+				"https://ludovicrousseau.blogspot.fr/2011/04/libccid-and-usb-selective-suspend.html">
 				  libccid and USB selective suspend</a>
 			  </li>
 			</ul>
@@ -163,19 +163,19 @@ make</pre>
 			<ul>
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/04/pcsc-sample-in-different-languages.html">
+				"https://ludovicrousseau.blogspot.com/2010/04/pcsc-sample-in-different-languages.html">
 				  PC/SC sample in different languages</a>
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/05/what-is-in-pcsc-reader-name.html">
+				"https://ludovicrousseau.blogspot.com/2010/05/what-is-in-pcsc-reader-name.html">
 				  What is in a PC/SC reader name?</a>
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.com/2010/11/pcsc-client-and-server-on-two-different.html">
+				"https://ludovicrousseau.blogspot.com/2010/11/pcsc-client-and-server-on-two-different.html">
 				  PC/SC client and server on two different hosts</a>
 			  </li>
 			</ul>
@@ -186,28 +186,28 @@ make</pre>
 			<ul>
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.fr/2011/11/pcsc-api-spy-third-try.html">
+				"https://ludovicrousseau.blogspot.fr/2011/11/pcsc-api-spy-third-try.html">
 				  PCSC API spy, third try</a>, <a href=
-				  "http://ludovicrousseau.blogspot.fr/2014/02/pcsc-api-spy-on-mac-os-x.html">
+				  "https://ludovicrousseau.blogspot.fr/2014/02/pcsc-api-spy-on-mac-os-x.html">
 				  PCSC API spy, on Mac OS X</a> , <a href=
 				  "pcsc-spy.1.html">pcsc-spy.1</a> manpage
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.fr/2015/02/debug-smart-card-reader-driver-on.html">
+				"https://ludovicrousseau.blogspot.fr/2015/02/debug-smart-card-reader-driver-on.html">
 				  Debug a smart card reader driver on Yosemite</a>
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.fr/2014/03/level-1-smart-card-support-on-gnulinux.html">
+				"https://ludovicrousseau.blogspot.fr/2014/03/level-1-smart-card-support-on-gnulinux.html">
 				  Level 1 smart card support on GNU/Linux</a>
 			  </li>
 
 			  <li>
 				<a href=
-				"http://ludovicrousseau.blogspot.fr/2014/03/level-1-smart-card-support-on-mac-os-x.html">
+				"https://ludovicrousseau.blogspot.fr/2014/03/level-1-smart-card-support-on-mac-os-x.html">
 				  Level 1 smart card support on Mac OS X</a>
 			  </li>
 			</ul>
@@ -265,7 +265,7 @@ make</pre>
 		</ul>
 
 		<p><a href=
-		"http://flattr.com/thing/52836/CCID-free-software-driver"><img src="http://api.flattr.com/button/flattr-badge-large.png"
+		"https://flattr.com/thing/52836/CCID-free-software-driver"><img src="https://api.flattr.com/button/flattr-badge-large.png"
 																 alt="Flattr this" title="Flattr this" width="100" height=
 																 "17"></a></p>
 
@@ -277,7 +277,7 @@ make</pre>
 		  Pcsclite-muscle</a> mailing list.</p>
 
 		<p>First search the mailing list <a href=
-		"http://lists.alioth.debian.org/pipermail/pcsclite-muscle/">archives</a>
+		"https://lists.alioth.debian.org/pipermail/pcsclite-muscle/">archives</a>
 		(old MUSCLE list <a href=
 		"http://archives.neohapsis.com/archives/dev/muscle/">archives</a>).
 	  Maybe your probem has already been reported and solved. If
@@ -292,7 +292,7 @@ make</pre>
 		main author now is Ludovic Rousseau.</p>
 
 		<p>See <a href=
-		"http://ludovicrousseau.blogspot.com/2010/10/subversion-statistics-for-pcsc-lite-at.html">
+		"https://ludovicrousseau.blogspot.com/2010/10/subversion-statistics-for-pcsc-lite-at.html">
 		  Subversion statistics for pcsc-lite at September 2010</a> for
 		more information.</p>
 
@@ -386,12 +386,12 @@ make</pre>
 		<h2>Available binaries</h2>
 
 		<p>The middleware is also available as <a href=
-		"http://www.debian.org/"><img src="img/Logo_Debian.png" alt=
+		"https://www.debian.org/"><img src="img/Logo_Debian.png" alt=
 		"debian" width="179" height="61"></a> packages <a href=
-		"http://packages.debian.org/pcscd">pcscd</a>, <a href=
-		"http://packages.debian.org/libpcsclite1">libpcsclite1</a>
+		"https://packages.debian.org/pcscd">pcscd</a>, <a href=
+		"https://packages.debian.org/libpcsclite1">libpcsclite1</a>
 	  <a href=
-	  "http://packages.debian.org/libpcsclite-dev">libpcsclite-dev</a>
+	  "https://packages.debian.org/libpcsclite-dev">libpcsclite-dev</a>
 	  and for many other distributions.</p>
 	  </div>
 	</div>

-- 
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