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
ccid/README.md Normal file
View File

@@ -0,0 +1,9 @@
#USB CCID Emulator
The USB CCID Emulator forwards a locally present PC/SC smart card reader as a
standard USB CCID reader. USB CCID Emulator can be used as trusted intermediary
enabling secure PIN entry and PIN modification. In combination with
[OpenSC](https://github.com/frankmorgner/OpenSC) also PACE can be performed by
the emulator.
Please refer to [our project's website](http://frankmorgner.github.io/vsmartcard/ccid/README.html) for more information.