diff --git a/doc/index.rst b/doc/index.rst index feba851..3785f37 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_. -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` +.. * :ref:`search` diff --git a/virtualsmartcard/README b/virtualsmartcard/README index daa35c3..40f18e3 100644 --- a/virtualsmartcard/README +++ b/virtualsmartcard/README @@ -2,10 +2,11 @@ Virtual Smartcard Architecture ****************************** -.. Authors : Frank Morgner -.. Dominik Oepen -.. License : See file COPYING -.. Tested Platforms : Linux 2.6 (Debian, Ubuntu, Om 2008) +* Authors: + * Frank Morgner + * Dominik Oepen +* 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 `_. Installation ------------ +:: -See file INSTALL. + autoconf -vsi + ./configure + make + make install Running virtualsmartcard