From 555f996509506ba5b41adc17ab0b4eab7158804b Mon Sep 17 00:00:00 2001 From: oepen Date: Thu, 27 Oct 2011 11:51:39 +0000 Subject: [PATCH] -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 --- doc/index.rst | 7 +------ virtualsmartcard/README | 17 +++++++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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