[Pcsclite-cvs-commit] r5782 - /website/pcsclite.html

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jun 11 12:34:13 UTC 2011


Author: rousseau
Date: Sat Jun 11 12:34:12 2011
New Revision: 5782

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5782
Log:
Start a specific page for PCSC lite

Added:
    website/pcsclite.html

Added: website/pcsclite.html
URL: http://svn.debian.org/wsvn/pcsclite/website/pcsclite.html?rev=5782&op=file
==============================================================================
--- website/pcsclite.html (added)
+++ website/pcsclite.html Sat Jun 11 12:34:12 2011
@@ -1,0 +1,244 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html>
+<head>
+  <title>PCSClite project</title>
+  <meta name="description" content="PCSC middleware">
+  <link rel="stylesheet" type="text/css" href="default.css">
+</head>
+
+<body>
+  <h1>PCSC lite project</h1>
+
+<p>Middleware to access a smart card using SCard API (PC/SC).</p>
+
+  <h2>Source download</h2>
+
+  <p><a
+	  href="https://alioth.debian.org/project/showfiles.php?group_id=30105">Download</a> section</p>
+
+  <p>You can also access the <a
+	  href="http://anonscm.debian.org/viewvc/pcsclite/trunk/PCSC">Subversion
+	  developement version</a>. You may need to use the <a
+	  href="http://subversion.tigris.org/">Subversion</a> version to
+  support the latest added readers.</p>
+
+  <pre><code>svn checkout svn://anonscm.debian.org/pcsclite/trunk/PCSC
+./bootstrap
+./configure
+make</code></pre>
+
+  <p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/button-compact-static-100x17.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
+
+	<h3>Documentation</h3>
+
+	<ul>
+		<li><a href="api/group__API.html">PC/SC Lite API (WinSCard)</a></li>
+		<li><a href="api/group__IFDHandler.html">IFD Handler API v3.0</a></li>
+		<li><a href="api/index.html">PC/SC internals</a>
+		documented with Doxygen
+	</ul>
+
+	<p><a href="http://ludovicrousseau.blogspot.com/">Ludovic Rousseau blog</a> about PC/SC and smart cards</p>
+
+  <h2>Supported features</h2>
+
+  <ul>
+	  <li><a href="http://ludovicrousseau.blogspot.com/2010/08/new-ccid-140-and-card-movement.html">Card movement notification mechanism</a></li>
+
+	  <li><a href="http://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/2010/09/pcscd-auto-start.html">pcscd
+		  auto start</a> and device udev rule</li>
+
+	  <li><a href="http://ludovicrousseau.blogspot.com/2010/12/configuring-your-system-for-pcscd-auto.html">Configuring your system for pcscd auto-start</a></li>
+
+	  <li><a href="http://ludovicrousseau.blogspot.com/2010/08/pcsc-api-spy-for-gnu-systems.html">PCSC API spy for GNU systems</a></li>
+
+	  <li><a
+		  href="http://ludovicrousseau.blogspot.com/2010/04/pcsc-sample-in-different-languages.html">PC/SC sample in different languages</a></li>
+
+	  <li>Embedded systems support: <a href="http://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">RAM and CPU improvements in pcsc-lite 1.6.x</a></li>
+
+	  <li><a href="http://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">PC/SC client and server on two different hosts</a></li>
+
+  </ul>
+
+
+  <h2><a name="support"></a>
+  Sending usefull logs</h2>
+
+  <p>If you have a problem and want to get <a
+	  href="#support">support</a> from me
+  (<tt>ludovic.rousseau at free.fr</tt>) you
+  shall include the following information:</p>
+
+  <h3>Versions</h3>
+
+  <ul>
+	  <li>smart cardi reader driver name and version</li>
+	  <li>pcsc-lite version</li>
+	  <li>smart card reader name</li>
+	  <li>the output of the command "<code>/usr/sbin/pcscd
+		  --version</code>"</li>
+  </ul>
+
+  <h3>Platform</h3>
+
+  <ul>
+	  <li>Operating system name and version</li>
+	  <li>Smart card middleware name and version</li>
+	  <li>Reader manufacturer name and reader model name</li>
+	  <li>Smart card name</li>
+  </ul>
+
+  <h3>Log</h3>
+
+  <p>Then you shall generate a complete log.</p>
+
+  <ul>
+	  <li>Kill the <code>pcscd</code> process</li>
+
+	  <li>And restart pcscd <b>exactly</b> as described bellow:
+<pre><code>sudo su
+LIBCCID_ifdLogLevel=0x000F
+export LIBCCID_ifdLogLevel
+pcscd --foreground --debug --apdu</code></pre>
+	  </li>
+
+	  <li>Stop pcscd (using Control-C) after the problem occured and
+	  send me the generated output</li>
+
+  </ul>
+
+  <p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/button-compact-static-100x17.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
+
+  <h2>Mailing list</h2>
+
+  <p>If you have general questions or bug reports you should use the
+  <a href="http://musclecard.com/list.html">MUSCLE</a> mailing list:
+  <tt>muscle at lists.musclecard.com</tt>.</p>
+
+  <p>First search the mailing list <a
+	  href="http://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 write to
+  <tt>muscle at lists.musclecard.com</tt> with a
+  description of your problem.</p>
+
+  <h2>Authors</h2>
+
+  <p>The main author is <b>Ludovic Rousseau</b>
+  <tt><ludovic.rousseau at free.fr></tt>.</p>
+
+  <p>I reused source code from other free software projects whose
+  authors are:</p>
+  <ul>
+  <li>Carlos Prados for the PPS and ATR parsing code (taken from his
+  towitoto driver) in <code>towitoko/</code> directory.</li>
+
+	<li>Olaf Kirch for the T=1 TPDU code (from the OpenCT package) in
+	<code>openct/</code> directory. I (Ludovic Rousseau) greatly improved this
+	code.</li>
+
+  </ul>
+
+  <h2>Licence</h2>
+  <pre>
+Copyright (c) 1999-2003 David Corcoran <corcoran&linuxnet.com>
+Copyright (c) 2001-2011 Ludovic Rousseau <ludovic.rousseau&free.fr>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+Changes to this license can be made only by the copyright author with
+explicit written consent.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+</pre>
+
+  <h2>Supported and unsupported operating systems</h2>
+
+	<h3>GNU/Linux</h3>
+
+<ul>
+	<li>GNU/Linux using libudev</li>
+
+	<li>GNU/Linux using libusb 1.0.8 and later</li>
+</ul>
+
+	<h3>Mac OS X</h3>
+
+	<p>Apple has its own (forked) version of pcsc-lite. You can find it at <a href="http://smartcardservices.macosforge.org/">SmartCard Services</a> project on <a href="http://www.macosforge.org/">Mac OS Forge</a>.</p>
+
+	<h3>Solaris</h3>
+
+	<p>Solaris has its own (forked) version of pcsc-lite.</p>
+
+	<h3>FreeBSD, NetBSD, OpenBSD, *BSD</h3>
+
+	<p>pcsc-lite should work but is not heavily tested on these systems.</p>
+
+	<h3>HP-UX</h3>
+
+	<p>pcsc-lite may have worked on HP-UX a long time ago.</p>
+
+	<h3>Other operating systems</h3>
+
+	<p>It may or may not work.</p>
+
+  <h2>Available binaries</h2>
+
+  <p>The middleware is also available as <a href=
+  "http://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> <a href=
+  "http://packages.debian.org/libpcsclite-dev">libpcsclite-dev</a>
+
+  and for many other distributions.</p>
+
+  <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> 
+<tt>$Id: ccid.html 5779 2011-06-11 11:44:10Z rousseau $</tt>
+</p>
+
+  <script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-2404298-2");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+  </body>
+</html>
+




More information about the Pcsclite-cvs-commit mailing list