less clutter in documentation

- distribute HTML documentation in master branch
- use MD files in project directories for GitHub
- removed some unused autotools files
This commit is contained in:
Frank Morgner
2016-10-08 01:12:09 +02:00
parent 1a86f1ebe0
commit d1cd0ea379
46 changed files with 108 additions and 18021 deletions

9
remote-reader/README.md Normal file
View File

@@ -0,0 +1,9 @@
#Remote Smart Card Reader
Allow a host computer to use the smartphone's NFC hardware as contact-less
smartcard reader. On the host computer a special smart card driver,
[vpcd](http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html),
must be installed. The app establishes a connection to vpcd over the network
when a contact-less card is detected.
Please refer to [our project's website](http://frankmorgner.github.io/vsmartcard/remote-reader/README.html) for more information.