[Pcsclite-git-commit] [website] 02/03: Move from SVN to GIT

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat Apr 11 18:20:28 UTC 2015


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

rousseau pushed a commit to branch master
in repository website.

commit 220894e3f366dd439b6729e59e9fa7f510735818
Author: Ludovic Rousseau <ludovic.rousseau at gmail.com>
Date:   Sat Apr 11 20:14:49 2015 +0200

    Move from SVN to GIT
    
    Convert the CCID driver web page to use git references and URLs.
---
 ccid.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ccid.html b/ccid.html
index d6c6ec4..e32f26a 100644
--- a/ccid.html
+++ b/ccid.html
@@ -43,16 +43,16 @@
   <p>The latest version is available at <a href=
 	  "https://alioth.debian.org/frs/?group_id=30105">ccid</a>.
   The latest README is at <a href=
-  "http://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/README?view=markup">README</a>.</p>
+  "https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=blob;f=README;hb=HEAD">README</a>.</p>
 
   <p>You can also access the <a
-	  href="http://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/">Subversion
+	  href="https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=summary">git
 	  developement version</a>. You may need to use the <a
-	  href="http://subversion.tigris.org/">Subversion</a> version to
+	  href="http://git-scm.com/">git</a> version to
   support the latest added readers.</p>
 
-  <pre><code>svn checkout svn://anonscm.debian.org/svn/pcsclite/trunk
-cd Drivers/ccid
+  <pre><code>git clone https://alioth.debian.org/anonscm/git/pcsclite/CCID.git
+cd CCID
 ./bootstrap
 ./configure
 make</code></pre>
@@ -86,7 +86,7 @@ make</code></pre>
 	  </li>
 	  <li>multi-slot readers</li>
 	  <li>composite CCID devices</li>
-	  <li>PC/SC v2 part 10 <a href="http://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/SCARDCONTOL.txt?view=markup">features</a>:
+	  <li>PC/SC v2 part 10 <a href="https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=blob;f=SCARDCONTOL.txt;hb=HEAD">features</a>:
 		  <ul>
 			  <li>GET_FEATURE_REQUEST</li>
 			  <li>secure PIN verify (FEATURE_VERIFY_PIN_DIRECT)</li>
@@ -112,7 +112,7 @@ make</code></pre>
 	  <li>Extended APDU (for T=1 cards only and if your reader is in TPDU
 	  mode or extended APDU mode)</li>
 	  <li>SCardGetAttrib() <a
-		  href="http://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/SCARDGETATTRIB.txt?view=markup">attributes</a></li>
+		  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
@@ -381,7 +381,7 @@ sudo make install</code></pre>
 </div>
 
 <div id="footer">
-<tt>$Id$</tt>
+<tt>Last update: April 2015</tt>
 </div>
 
   </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