-Remove references to indices from index.rst
-Add some meta information to virtualsmartcard docs -Add link to cyberflex-shell git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@582 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -37,10 +37,5 @@ Contribute
|
|||||||
|
|
||||||
If you want to contribute to the vsmartcard project you're more than welcome. You can file bugs or submit patches using our `bugtracker <https://sourceforge.net/tracker/?group_id=272257>`_.
|
If you want to contribute to the vsmartcard project you're more than welcome. You can file bugs or submit patches using our `bugtracker <https://sourceforge.net/tracker/?group_id=272257>`_.
|
||||||
|
|
||||||
Indices and tables
|
.. * :ref:`search`
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
Virtual Smartcard Architecture
|
Virtual Smartcard Architecture
|
||||||
******************************
|
******************************
|
||||||
|
|
||||||
.. Authors : Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Authors:
|
||||||
.. Dominik Oepen <oepen@informatik.hu-berlin.de>
|
* Frank Morgner <morgner@informatik.hu-berlin.de>
|
||||||
.. License : See file COPYING
|
* Dominik Oepen <oepen@informatik.hu-berlin.de>
|
||||||
.. Tested Platforms : Linux 2.6 (Debian, Ubuntu, Om 2008)
|
* License: GPL version 3
|
||||||
|
* Tested Platforms: Linux 2.6 (Debian, Ubuntu, Om 2008)
|
||||||
|
|
||||||
Welcome to virtualsmartcard. The purpose of virtualsmartcard is to emulate a
|
Welcome to virtualsmartcard. The purpose of virtualsmartcard is to emulate a
|
||||||
smart card and make it accessible through PCSC. Currently the virtual smart
|
smart card and make it accessible through PCSC. Currently the virtual smart
|
||||||
@@ -17,13 +18,17 @@ is a driver for pcscd of PCSC-Lite.
|
|||||||
|
|
||||||
By default the virtual smart card communicates with the virtual smart card
|
By default the virtual smart card communicates with the virtual smart card
|
||||||
reader through a socket on localhost port 35963. The file utils.py was taken
|
reader through a socket on localhost port 35963. The file utils.py was taken
|
||||||
from Henryk Plötz's cyberflex-shell.
|
from `Henryk Plötz's cyberflex-shell <https://github.com/henryk/cyberflex-shell/>`_.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
::
|
||||||
|
|
||||||
See file INSTALL.
|
autoconf -vsi
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
Running virtualsmartcard
|
Running virtualsmartcard
|
||||||
|
|||||||
Reference in New Issue
Block a user