From 1a86f1ebe0eb0c87c809fafd681faa505fb1285a Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 7 Oct 2016 08:15:54 +0200 Subject: [PATCH] use vsmartcard/docs for website --- doc/Makefile | 6 +++--- doc/index.txt | 5 +++++ doc/npa | 1 + docs/.gitignore | 1 + docs/.nojekyll | 0 npa/README.txt | 12 ++++++++++++ 6 files changed, 22 insertions(+), 3 deletions(-) create mode 120000 doc/npa create mode 100644 docs/.gitignore create mode 100644 docs/.nojekyll create mode 100644 npa/README.txt diff --git a/doc/Makefile b/doc/Makefile index 2afb60b..f5a81eb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -34,12 +34,12 @@ help: @echo " doctest to run all doctests embedded in the documentation (if enabled)" clean: - -rm -rf $(BUILDDIR)/* + -rm -rf $(BUILDDIR)/* ../docs/* html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../docs @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." + @echo "Build finished. The HTML pages are in $(BUILDDIR)/../docs." dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml diff --git a/doc/index.txt b/doc/index.txt index 59a9112..6f49107 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -51,6 +51,11 @@ Currently the following projects are part of |vsmartcard|: pcsc-relay/README ccid/README +.. toctree:: + :hidden: + + npa/README + Looking for a feature the included programs do not offer? Want to extend the functionality of some library? Apart from requesting a new feature, you can have a look at these programming guides and try yourself: diff --git a/doc/npa b/doc/npa new file mode 120000 index 0000000..4dcaa23 --- /dev/null +++ b/doc/npa @@ -0,0 +1 @@ +../npa/ \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..106a152 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +.buildinfo diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/npa/README.txt b/npa/README.txt new file mode 100644 index 0000000..6434c9a --- /dev/null +++ b/npa/README.txt @@ -0,0 +1,12 @@ +.. meta:: + :http-equiv=refresh: 0;URL='https://github.com/frankmorgner/OpenSC' + +###################### +nPA Smart Card Library +###################### + +Access the German electronic identity card (neuer Personalausweis/nPA). + +The functionality of nPA Smart Card Library has been integrated into +OpenSC. Developement and Support will continue at our new home +https://github.com/frankmorgner/OpenSC.