-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:
oepen
2011-10-27 11:51:39 +00:00
parent 7888a9b43f
commit 555f996509
2 changed files with 12 additions and 12 deletions

View File

@@ -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>`_.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. * :ref:`search`

View File

@@ -2,10 +2,11 @@
Virtual Smartcard Architecture
******************************
.. Authors : Frank Morgner <morgner@informatik.hu-berlin.de>
.. Dominik Oepen <oepen@informatik.hu-berlin.de>
.. License : See file COPYING
.. Tested Platforms : Linux 2.6 (Debian, Ubuntu, Om 2008)
* Authors:
* Frank Morgner <morgner@informatik.hu-berlin.de>
* Dominik Oepen <oepen@informatik.hu-berlin.de>
* License: GPL version 3
* Tested Platforms: Linux 2.6 (Debian, Ubuntu, Om 2008)
Welcome to virtualsmartcard. The purpose of virtualsmartcard is to emulate a
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
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
------------
::
See file INSTALL.
autoconf -vsi
./configure
make
make install
Running virtualsmartcard