From c7761d55713cbf0d1595ee28bff30c53b5d7cc5c Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 1 Nov 2011 20:20:28 +0000 Subject: [PATCH] added potential platforms to documentation git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@604 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/doc/README.rst.in | 3 +++ pcsc-relay/doc/README.rst.in | 3 +++ virtualsmartcard/doc/README.rst.in | 6 ++++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/npa/doc/README.rst.in b/npa/doc/README.rst.in index d95ae44..dc4328f 100644 --- a/npa/doc/README.rst.in +++ b/npa/doc/README.rst.in @@ -16,6 +16,9 @@ GPL version 3 :Tested Platforms: Linux (Debian, Ubuntu, OpenMoko) +:Potential Platforms: + - Windows + - Unix-like operating systems (Mac OS, Solaris, BSD, ...) Welcome to the @PACKAGE_NAME@. The purpose of the @PACKAGE_NAME@ is to offer an easy to use API for the new German identity card (neuer Personalausweis, nPA). The library also implements diff --git a/pcsc-relay/doc/README.rst.in b/pcsc-relay/doc/README.rst.in index 72e9562..6dd8afd 100644 --- a/pcsc-relay/doc/README.rst.in +++ b/pcsc-relay/doc/README.rst.in @@ -15,6 +15,9 @@ GPL version 3 :Tested Platforms: Linux (Debian, Ubuntu, OpenMoko) +:Potential Platforms: + - Windows + - Unix-like operating systems (Mac OS, Solaris, BSD, ...) Welcome to pcsc-relay. The purpose of pcsc-relay is to forward APDUs from the OpenPICC or from a libnfc device to a smart card via the PCSC middleware. You diff --git a/virtualsmartcard/doc/README.rst.in b/virtualsmartcard/doc/README.rst.in index 6bf81ef..9ba3143 100644 --- a/virtualsmartcard/doc/README.rst.in +++ b/virtualsmartcard/doc/README.rst.in @@ -25,6 +25,8 @@ :Tested Platforms: - Linux (Debian, Ubuntu, OpenMoko) - Windows (only |vpicc|, not |vpcd|) +:Potential Platforms: + Unix-like operating systems (Mac OS, Solaris, BSD, ...) Welcome to the @PACKAGE_NAME@. The purpose of the @PACKAGE_NAME@ is to emulate a smart card and make it accessible through PCSC. Currently the virtual smart @@ -61,8 +63,8 @@ Running the @PACKAGE_NAME@ First you need to make sure that pcscd loads the |vpcd|. You might need to run :command:`update-reader.conf` to update pcscd's configuration file. Then -:command:`pcscd -f -d` should say something like ``Attempting startup of -Virtual PCD`` +:command:`pcscd -f -d` should say something like "Attempting startup of +Virtual PCD" Now you can run :command:`vicc` which connects to the |vpcd|. The command :command:`vicc --help` gives an overview about the command line options.