aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gpygme (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apparently not then ...ben/gpygmeBen McGinnes2015-06-262-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.
* So much for that plan ...Ben McGinnes2015-06-263-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).
* Selected CC license for documentationBen McGinnes2015-06-265-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.
* LicensesBen McGinnes2015-06-263-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).
* Setting the sceneBen McGinnes2015-06-262-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.
* TypesettingBen McGinnes2015-06-262-60/+61
| | | | | * Fixed sentence spacing and paragraph alignment following conversion from reST format.
* rst2org, part 2Ben McGinnes2015-06-263-87/+45
| | | | | * Converted README.rst to Org-Mode with Pandoc and subsequent paragraph fixes in Emacs.
* rst2orgBen McGinnes2015-06-261-0/+118
| | | | | * Converted FAQ.rst to Org-Mode with Pandoc and subsequent paragraph fixes in Emacs.
* ITAR updateBen McGinnes2015-06-241-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.
* Added FAQBen McGinnes2015-06-241-0/+72
| | | | | | * Addresses some licensing issues. * Addresses any possible concerns pertaining to export of dual use technology from Australia.
* Dual Use export exemptionBen McGinnes2015-06-242-0/+2264
| | | | | * Document and GPG signature of same pertaining to exemption from the DCTA provisions in Australia.
* Added READMEBen McGinnes2015-06-241-0/+34
* Initial project description and intended outcome.