From 1a0173daf46417bb30cb4ea79d7e19c9c49fab97 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 7 Dec 2010 03:12:44 +0000 Subject: Add author information and better build. --- .gitignore | 1 + Makefile | 4 ++-- html/.gitignore | 1 - trust-assertions.xml | 18 ++++++++++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 html/.gitignore diff --git a/.gitignore b/.gitignore index 10ada4b..d23a1d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ junk *.tmp *.pdf +*.html diff --git a/Makefile b/Makefile index 24dfe43..fdb84f0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ all: html/index.html -html/index.html: docbook-params.xsl trust-assertions.xml - xmlto --skip-validation -o html/ -x docbook-params.xsl xhtml trust-assertions.xml +html/index.html: docbook-params.xsl trust-assertions.xml Makefile + xmlto -vv html-nochunks trust-assertions.xml diff --git a/html/.gitignore b/html/.gitignore deleted file mode 100644 index 2d19fc7..0000000 --- a/html/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.html diff --git a/trust-assertions.xml b/trust-assertions.xml index bbaca8a..b6ff827 100644 --- a/trust-assertions.xml +++ b/trust-assertions.xml @@ -3,6 +3,24 @@ ]>
Storing Trust Assertions in PKCS#11 Modules + + + Rough "rougher than burlap underwear" draft + December 2010 + + + Stef + Walter + + Collabora Ltd +
+ stefw@collabora.co.uk +
+
+
+
+
+
Introduction PKCS#11 XXXREFXXX is a useful and widely supported standard for storage and use -- cgit v1.2.3