diff options
author | Ben McGinnes <[email protected]> | 2017-09-21 12:33:38 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2017-09-21 12:33:38 +0000 |
commit | 549c845f9d8f540508b4c8e7513ec7b6ed63352d (patch) | |
tree | 4545905df6e842c29e452e537f656b3e8d555d42 | |
parent | redirect (diff) | |
download | gpgme-549c845f9d8f540508b4c8e7513ec7b6ed63352d.tar.gz gpgme-549c845f9d8f540508b4c8e7513ec7b6ed63352d.zip |
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.
-rw-r--r-- | lang/xml-schemas/gpgmekeys.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/xml-schemas/gpgmekeys.html b/lang/xml-schemas/gpgmekeys.html new file mode 100644 index 00000000..18202746 --- /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 |