[pkg-opensc-commit] [libp11] 214/239: README.md: added
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit a4df22b5a1b026f8569449a3e57dfc0b69fa5eb4
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date: Tue Aug 25 15:42:50 2015 +0200
README.md: added
---
Makefile.am | 2 +-
README.md | 17 +++++++++++++++++
doc/Makefile.am | 2 +-
doc/README | 12 ------------
4 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d264e5b..ec25d30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
$(srcdir)/m4/ltoptions.m4 \
$(srcdir)/packaged
-EXTRA_DIST = .gitignore Makefile.mak winconfig.h
+EXTRA_DIST = .gitignore Makefile.mak winconfig.h README.md
dist_noinst_DATA = COPYING bootstrap
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0b07211
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+libp11 README -- Information for developers
+===========================================
+
+This is a higher than PKCS #11 library to access PKCS #11 objects.
+It is tied to openssl. Note, that the libp11 library is not thread safe.
+
+The original wiki page is at https://github.com/OpenSC/libp11/wiki
+and includes a bug tracker and source browser.
+
+
+Submitting pull requests
+========================
+
+For adding new features or extending functionality in addition to the code,
+please also submit a test program which verifies the correctness of operation.
+See tests/ for the existing test suite.
+
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d2bdac4..4cdda10 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-dist_doc_DATA = README
+dist_doc_DATA =
dist_noinst_DATA = $(srcdir)/doxygen-footer.html $(srcdir)/*.gif
if ENABLE_API_DOC
diff --git a/doc/README b/doc/README
deleted file mode 100644
index 0f9f82c..0000000
--- a/doc/README
+++ /dev/null
@@ -1,12 +0,0 @@
-This directory contains a snapshot of the LibP11 Wiki
-=====================================================
-
-The original wiki page is at https://github.com/OpenSC/libp11/wiki
-and includes a bug tracker and source browser.
-
-Note that the libp11 library is not thread safe.
-
-The wiki was transformed to html using the export-wiki shell
-script and xsl style sheet. The original version is at
- http://www.twdata.org/trac-howto/
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list