aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-26Apparently not then ...ben/gpygmeBen McGinnes2-648/+0
* Cannot include local copies of CC licenses at this time, not even the original HTML versions. Still have links in the README.org file at least.
2015-06-26So much for that plan ...Ben McGinnes3-1548/+0
* Problems commiting the converted HTML to Org-Mode files, so just keeping the HTML for now. * Also had to adjust the LGPL file. * As usual the errors are caused by trailing whitespace (very hard to fix in Org-Mode when the raw file is concealed by the mark-up, no doubt there's an emacs package to address that ... I'll find it later).
2015-06-26Selected CC license for documentationBen McGinnes5-4/+2215
* Adopted both versions 3.0 and 4.0 (i.e. 3.0 or any later) of the CC BY-SA license. * Added copies of each to the repo as well as copies converted from HTML to Org-Mode. * Converted copies might require some editing, but they'll do for now (at least full copies are included at all, most projects just link to them). * Updated README to reflect this change. * Included external links in the README.
2015-06-26LicensesBen McGinnes3-1/+851
* The same licenses as GPGME. * Including copies here as well in case this code ever ends up distributed separately as well (e.g. on PyPI).
2015-06-26Setting the sceneBen McGinnes2-0/+67
* Converted a couple of existing setup files for intended one here. * Added single mandatory requirement of CFFI. * Note that Cython may still be used to produce some component without requiring it be installed when deploying the API.
2015-06-26TypesettingBen McGinnes2-60/+61
* Fixed sentence spacing and paragraph alignment following conversion from reST format.
2015-06-26rst2org, part 2Ben McGinnes3-87/+45
* Converted README.rst to Org-Mode with Pandoc and subsequent paragraph fixes in Emacs.
2015-06-26rst2orgBen McGinnes1-0/+118
* Converted FAQ.rst to Org-Mode with Pandoc and subsequent paragraph fixes in Emacs.
2015-06-24ITAR updateBen McGinnes1-23/+4
* Removed questions 4, 5 and 6 because I decided they were stupid. * Renumbered question 7 as question 4 and reworded slightly to adjust for removal of preceding questions. This question pretty much addresses all the concerns anyway.
2015-06-24Added FAQBen McGinnes1-0/+72
* Addresses some licensing issues. * Addresses any possible concerns pertaining to export of dual use technology from Australia.
2015-06-24Dual Use export exemptionBen McGinnes2-0/+2264
* Document and GPG signature of same pertaining to exemption from the DCTA provisions in Australia.
2015-06-24Added READMEBen McGinnes1-0/+34
* Initial project description and intended outcome.
2012-09-25Remove all trailing whitespace from source filesWerner Koch1-4/+4
-- Command used: sed -i 's,[ \t]*$,,' FILE
2012-04-20.gitignore: flesh out rules and add subdirectory-.gitignores.W. Trevor King1-0/+1
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-7/+21
* 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.
2008-11-232008-11-08 Moritz <[email protected]>Moritz Schulte2-36/+58
* 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.
2006-07-062006-07-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann8-0/+2268
* 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 <[email protected]> * Initial release.