Commit Graph

13 Commits

Author SHA1 Message Date
Ben McGinnes
3e01537c7c Notes
* Updated notes about generated documentation and deployment on the
  gnupg.org webserver (eventually).
2017-09-21 22:53:30 +10:00
Ben McGinnes
549c845f9d 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.
2017-09-21 22:33:38 +10:00
Ben McGinnes
06e064d1d4 redirect
* 301 redirect so that hits to the schema or xmlns URL loads the wev
  page.
2017-09-21 22:32:11 +10:00
Ben McGinnes
6e9d5a5800 XHTML docs.
* 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.
2016-04-14 20:23:50 +10:00
Ben McGinnes
22b7061c38 An exercise in conflicting validation methods
* 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.  :)
2016-04-14 19:42:56 +10:00
Ben McGinnes
7d00d1958c Generated documentation.
* DocBook 5.0 documentation for gpgmekeys.xsd.
* Documentation and images generated with oXygenXML Editor 17.1.
* DocBook to HTML conversion to follow.
2016-04-14 19:20:22 +10:00
Ben McGinnes
37b563a6aa Schema licensing
* All the same as GPG/GPGME, plus added Apache 2.0.
2016-03-26 04:10:52 +11:00
Ben McGinnes
b18f6a5124 XML Schemas
* Generated XML schemas in all four schema types (Relax-NG, Relax-NG
  Compact, W3C XSD and DTD) for the GPGME keylist XML output.
2016-03-26 03:59:14 +11:00
Werner Koch
139e798c87 Remove all trailing whitespace from source files
--
Command used:  sed -i 's,[ \t]*$,,' FILE
2012-09-25 15:29:49 +02:00
W. Trevor King
4cb408d33e .gitignore: flesh out rules and add subdirectory-.gitignores. 2012-04-20 16:05:11 +02:00
Werner Koch
a4c4ee1aae Generate the ChangeLog from commit logs.
* build-aux/gitlog-to-changelog: New script.  Taken from gnulib.
* build-aux/git-log-fix: New file.
* build-aux/git-log-footer: New file.
* build-aux/git-hook/commit-msg: New script.
* doc/HACKING: New file.
* ChangeLog: New file.
* Makefile.am (EXTRA_DIST): Add new files.
(gen-ChangeLog): New.
(dist-hook): Run gen-ChangeLog.
* autogen.sh: Install commit-msg hook for git.

Rename all ChangeLog files to ChangeLog-2011.
2011-12-02 11:36:37 +01:00
Moritz Schulte
c01087be85 2008-11-08 Moritz <moritz@gnu.org>
* gpgme.lisp (size-t): Wrong call to defctype: function accepts
	optional, not keyword argument.
	(ssize-t): Likewise.
	(off-t): Likewise.
	(gpgme-data-t, gpgme-ctx-t): Likewise.
	(gpgme-error-t): Likewise.
	(gpgme-error-no-signal-t): Likewise.
	(gpgme-err-code-t): Likewise.
	(gpgme-err-source-t): Likewise.
	(gpgme-sig-notation-t, gpgme-engine-info-t): Likewise.
	(gpgme-subkey-t): Likewise.
	(gpgme-key-sig-t): Likewise.
	(gpgme-user-id-t): Likewise.
	(gpgme-key-t): Likewise.
	(gpgme-data-cbs-t): Likewise.
	(gpgme-invalid-key-t): Likewise.
	(gpgme-op-encrypt-result-t): Likewise.
	(gpgme-recipient-t): Likewise.
	(gpgme-op-decrypt-result-t): Likewise.
	(gpgme-new-signature-t): Likewise.
	(gpgme-op-sign-result-t): Likewise.
	(gpgme-signature-t): Likewise.
	(gpgme-op-verify-result-t): Likewise.
	(gpgme-import-status-t): Likewise.
	(gpgme-op-import-result-t): Likewise.
	(gpgme-op-genkey-result-t): Likewise.
	(gpgme-op-keylist-result-t): Likewise.
2008-11-23 18:09:57 +00:00
Marcus Brinkmann
1ae2788117 2006-07-06 Marcus Brinkmann <marcus@g10code.de>
* lang, lang/cl: New subdirectories.
	* lang/Makefile.am, lang/README: New files.
	* configure.ac (AC_CONFIG_FILES): Add lang/Makefile,
	lang/cl/Makefile and lang/cl/gpgme.asd.
	* Makefile.am (SUBDIRS): Add lang.

lang/cl/
2006-07-06  Marcus Brinkmann  <marcus@g10code.de>

	* Initial release.
2006-07-06 10:37:52 +00:00