aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/TODO.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: python bindings todo listBen McGinnes2018-03-191-10/+33
| | | | | | * Checked off several points of howto coverage as completed. * Reorganised to move S/MIME coverage to its own separate group of tasks. * Noted only revocation remains for howto completion.
* doc: python bindings todoBen McGinnes2018-03-141-2/+2
| | | | * minor phrasing fix.
* doc: python TODO listBen McGinnes2018-03-091-1/+1
| | | | * Slightly tweaked one heading to make it clear it wasn't a duplicate.
* doc: python bindings TODO listBen McGinnes2018-03-091-2/+5
| | | | | * Updated to reflect the most recent work on the HOWTO for the Python bindings.
* doc: Added multiple TODOs for inclusion in the HOWTOBen McGinnes2018-03-081-1/+43
| | | | | | | | | | | | | | * Some instructions to include are fairly obvious; as with encryption, decryption and signature verification. * Some are a little less obvious. * This includes the requests received to specifically include subkey management (adding and revoking subkeys on a primary key that's being retained. * Added the UID equivalents to the list, as well as key selection matters (and may or may not include something for handling group lines since that involves wrapping a CLI binary). * Key control documentation and examples requested by Mike Ingle of confidantmail.org.
* TODO - HOWTOBen McGinnes2018-03-071-1/+2
| | | | | * Added suv-entry for the new HOWTO being started and, since it has been started, checked it off.
* TODOBen McGinnes2018-03-071-0/+6
| | | | * Slightly expanded the list.
* LaTeX headersben/python-docs-01Ben McGinnes2018-02-261-0/+4
| | | | | | | * Set LaTeX headers to enable ligatures and a 12pt font by default. * Paper size left for regional defaults. * Using XeLaTeX for easier font control. * Using default LaTeX font of Latin Main, but that's easy enough to change.
* LaTeX marginsBen McGinnes2018-02-151-0/+65
| | | | | * Added LaTeX header for 1 inch margins in the quite likely event that all PDF output ultimately uses LaTeX.
* TODO DocumentationBen McGinnes2018-02-151-1/+2
| | | | * Checked off the decision to stick with Org Mode.
* TODOBen McGinnes2018-02-151-7/+34
| | | | | * Beginning to turn the first part of this into something kind of like an actual TODO list as Org Mode uses it (maybe).
* TODOBen McGinnes2018-02-141-20/+45
| | | | | | | | * Updated TODO. * The entirety of the old TODO has been replaced with either more relevant tasks or goals for the examples and a more measured approach to the docs and why, in this project, Org Mode trumps reST, even though it's Python through and through.
* TODOBen McGinnes2018-02-141-0/+22
* Converted document from reST to org-mode.