aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/TODO.org (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-03docs: python bindingsBen McGinnes1-219/+0
* Restructured the docs directory to account for the GNU preferred source doc format (.texi) and the Python preferred source doc format (.rst) and the real source doc format (.org). * Both the perceived source formats will need to be generated from the .org files and included at this stage. Unfortunately there is not yet a native org-to-rst transformation method in the org-mode software in Emacs nor is there a a direct means of going from reST to Org-mode from Docutils. There's only third party packages like Pandoc and, while very good, there is no guarantee of consistency; so we can't entirely automate this bit (yet).
2018-03-19doc: python bindings todo listBen McGinnes1-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.
2018-03-14doc: python bindings todoBen McGinnes1-2/+2
* minor phrasing fix.
2018-03-09doc: python TODO listBen McGinnes1-1/+1
* Slightly tweaked one heading to make it clear it wasn't a duplicate.
2018-03-09doc: python bindings TODO listBen McGinnes1-2/+5
* Updated to reflect the most recent work on the HOWTO for the Python bindings.
2018-03-08doc: Added multiple TODOs for inclusion in the HOWTOBen McGinnes1-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.
2018-03-07TODO - HOWTOBen McGinnes1-1/+2
* Added suv-entry for the new HOWTO being started and, since it has been started, checked it off.
2018-03-07TODOBen McGinnes1-0/+6
* Slightly expanded the list.
2018-02-26LaTeX headersben/python-docs-01Ben McGinnes1-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.
2018-02-15LaTeX marginsBen McGinnes1-0/+65
* Added LaTeX header for 1 inch margins in the quite likely event that all PDF output ultimately uses LaTeX.
2018-02-15TODO DocumentationBen McGinnes1-1/+2
* Checked off the decision to stick with Org Mode.
2018-02-15TODOBen McGinnes1-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).
2018-02-14TODOBen McGinnes1-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.
2018-02-14TODOBen McGinnes1-15/+14
* Converted document from reST to org-mode.
2016-05-10python: Rename bindings.Justus Winter1-0/+0
-- Signed-off-by: Justus Winter <[email protected]>
2015-05-05Python 3 port of PyMEBen McGinnes1-0/+25
* The entirety of the Python 3 port of PyME up to commit 2145348ec54c6027f2ea20f695de0277e2871405 * The old commit log has been saved as lang/py3-pyme/docs/old-commits.log * Can be viewed as a normal (separate) git repository at https://github.com/adversary-org/pyme3 * Utilising the submodule feature of git was deliberately skipped on humanitarian grounds (in order to prevent pain and suffering on the part of anyone having to manage this repository).