[git] GPGME - branch, ben/xml, updated. gpgme-1.6.0-20-g549c845
by Ben McGinnes
cvs at cvs.gnupg.org
Thu Sep 21 14:40:49 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, ben/xml has been updated
via 549c845f9d8f540508b4c8e7513ec7b6ed63352d (commit)
via 06e064d1d4766e7a1badf88fc1ee4cf68e3d7a51 (commit)
from 6e9d5a5800fa8da96c706748bf60a8a074818af6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 549c845f9d8f540508b4c8e7513ec7b6ed63352d
Author: Ben McGinnes <ben at adversary.org>
Date: Thu Sep 21 22:33:38 2017 +1000
HTML.
* Very basic descriptions and links to the schema, Relax-NG NS and
DTDs.
* Content of this directory can be uploaded to a relevant url on the
webserver at some point and thus will allow setting a specific URL
(to the end point in the .htaccess file) in the XML files
subsrquently used.
diff --git a/lang/xml-schemas/gpgmekeys.html b/lang/xml-schemas/gpgmekeys.html
new file mode 100644
index 0000000..1820274
--- /dev/null
+++ b/lang/xml-schemas/gpgmekeys.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>XML Schema for GPGME Keys</title>
+ </head>
+ <body>
+ <h1>XML Schema and NS for GPGME Keys</h1>
+ <p>XML Schema, Relax NG and DTDs for GPGMEKeys XML files.</p>
+ <h2>XML Schema for GPGME Keys</h2>
+ <p><a href="gpgmekeys.xsd">GPGME Keys XML Schema</a>.</p>
+ <h2>Relax-NG NS for GPGME Keys</h2>
+ <p><a href="gpgmekeys.rng">GPGME Keys NS</a>.</p>
+ <h2>Compact Relax-NG NS for GPGME Keys</h2>
+ <p><a href="gpgmekeys.rnc">GPGME Keys Compact NS</a>.</p>
+ <h2>DTD for GPGME Keys</h2>
+ <p><a href="gpgmekeys.dtd">GPGME Keys DTD</a>.</p>
+ </body>
+</html>
\ No newline at end of file
commit 06e064d1d4766e7a1badf88fc1ee4cf68e3d7a51
Author: Ben McGinnes <ben at adversary.org>
Date: Thu Sep 21 22:32:11 2017 +1000
redirect
* 301 redirect so that hits to the schema or xmlns URL loads the wev
page.
diff --git a/lang/xml-schemas/.htaccess b/lang/xml-schemas/.htaccess
new file mode 100644
index 0000000..5954fd3
--- /dev/null
+++ b/lang/xml-schemas/.htaccess
@@ -0,0 +1 @@
+redirect 301 gpgmekeys gpgmekeys.html
-----------------------------------------------------------------------
Summary of changes:
lang/xml-schemas/.htaccess | 1 +
lang/xml-schemas/gpgmekeys.html | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 lang/xml-schemas/.htaccess
create mode 100644 lang/xml-schemas/gpgmekeys.html
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list