aboutsummaryrefslogtreecommitdiffstats
path: root/lang/xml-schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DCO inclusionben/xmlBen McGinnes2017-11-291-0/+46
| | | | | * I can't remember if I completed one of these or not. So may as well add one in here.
* Text convBen McGinnes2017-09-211-17/+12
| | | | | * Converted text or Markdown to Org-Mode, in line with the rest of the project.
* NotesBen McGinnes2017-09-211-3/+15
| | | | | * Updated notes about generated documentation and deployment on the gnupg.org webserver (eventually).
* HTML.Ben McGinnes2017-09-211-0/+18
| | | | | | | | | * 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.
* redirectBen McGinnes2017-09-211-0/+1
| | | | | * 301 redirect so that hits to the schema or xmlns URL loads the wev page.
* XHTML docs.Ben McGinnes2016-04-141-0/+3653
| | | | | | | * Generated XHTML documentation from DocBook 5.0 documentation as gpgmekeys-xsd.xhtml. * Uses the same image files and locations as the DocBook XML file. * Manually added the missing alt tags and set indentation of the XHTML file.
* An exercise in conflicting validation methodsBen McGinnes2016-04-141-255/+107
| | | | | | | | | | | * Removed trailing whitespace and blank lines. * Needed to pass the GPG checks which are written for code. * DocBook was valid without this step, but could not be committed regardless. OTOH, it did remove 8KB from the file so not a total waste. * Would have been painful except I already have a function in oXygenXML Editor to open a current file in Emacs and it did the work here. :)
* Generated documentation.Ben McGinnes2016-04-1436-0/+969
| | | | | | * DocBook 5.0 documentation for gpgmekeys.xsd. * Documentation and images generated with oXygenXML Editor 17.1. * DocBook to HTML conversion to follow.
* Schema licensingBen McGinnes2016-03-251-0/+29
| | | | * All the same as GPG/GPGME, plus added Apache 2.0.
* XML SchemasBen McGinnes2016-03-254-0/+511
* Generated XML schemas in all four schema types (Relax-NG, Relax-NG Compact, W3C XSD and DTD) for the GPGME keylist XML output.