From: David Llewellyn-Jones Date: Sun, 19 Apr 2020 21:24:22 +0000 (+0300) Subject: Update README, remove docs, add .gitignore X-Git-Url: https://www.flypig.org.uk/git/?p=libcontrac.git;a=commitdiff_plain;h=6363e0dda9e755471c49b13b90737c6a134d263e Update README, remove docs, add .gitignore General tidying up. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05a8e3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,73 @@ +# Object files +*.o +*.def +*.exp + +# Libraries +*.lib +*.a +.libs/ +/libcontrac-0.pc +/libtool + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib +*.lo +*.la + +# Executables +*.exe +*.out +*.app +*.pyc +/tests/test_contrac + +# autoconf + +/autom4te.cache/ +/.dirstamp +Makefile +Makefile.in +/assets/Makefile +/assets/icons/Makefile +/config.h +/config.log +/config.status +/knot3d +/debian/knot3d.debhelper.log +/debian/knot3d/ +/src/Makefile +/stamp-h1 +.deps/ +/config/ +/m4/ +/doxyfile +configure +aclocal.m4 +config.h.in + +# Tests +tests/*.log +tests/*.trs + +# Specific files +.knot.xml + + + + + + + + + + + + + + + + diff --git a/Makefile.am b/Makefile.am index aed579b..0ed93ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = include/contrac SUBDIRS = src tests -dist_doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README +dist_doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README.md # Install the pkg-config file; the directory is set using # PKG_INSTALLDIR in configure.ac. diff --git a/README.md b/README.md index 0475586..9df42ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libcontrac ReadMe -libcontrac is an implementation of the Contact Tracing API. +libcontrac is an implementation of the Apple/Google Contact Tracing API. See the draft specs: https://www.apple.com/covid19/contacttracing/ @@ -9,7 +9,7 @@ See the draft specs: https://www.apple.com/covid19/contacttracing/ If you have autoconf you can install as follows. ``` -autoconf --install +autoreconf --install ./configure make make check diff --git a/docs/ContactTracing-BluetoothSpecificationv1.1.pdf b/docs/ContactTracing-BluetoothSpecificationv1.1.pdf deleted file mode 100644 index 6b4b8e2..0000000 Binary files a/docs/ContactTracing-BluetoothSpecificationv1.1.pdf and /dev/null differ diff --git a/docs/ContactTracing-CryptographySpecification.pdf b/docs/ContactTracing-CryptographySpecification.pdf deleted file mode 100644 index 52ad904..0000000 Binary files a/docs/ContactTracing-CryptographySpecification.pdf and /dev/null differ diff --git a/docs/ContactTracing-FrameworkDocumentation.pdf b/docs/ContactTracing-FrameworkDocumentation.pdf deleted file mode 100644 index ff411fc..0000000 Binary files a/docs/ContactTracing-FrameworkDocumentation.pdf and /dev/null differ diff --git a/docs/aclu_white_paper_-_contact_tracing_principles.pdf b/docs/aclu_white_paper_-_contact_tracing_principles.pdf deleted file mode 100644 index 7dc7b38..0000000 Binary files a/docs/aclu_white_paper_-_contact_tracing_principles.pdf and /dev/null differ diff --git a/docs/recommendation_on_apps_for_contact_tracing_4.pdf b/docs/recommendation_on_apps_for_contact_tracing_4.pdf deleted file mode 100644 index 3637eb6..0000000 Binary files a/docs/recommendation_on_apps_for_contact_tracing_4.pdf and /dev/null differ