aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/docs/TODO.org')
-rw-r--r--lang/python/docs/TODO.org51
1 files changed, 50 insertions, 1 deletions
diff --git a/lang/python/docs/TODO.org b/lang/python/docs/TODO.org
index 9f039d81..897c617a 100644
--- a/lang/python/docs/TODO.org
+++ b/lang/python/docs/TODO.org
@@ -28,13 +28,61 @@
to produce reST versions via Pandoc and DITA XML can be reached
through converting to either Markdown or XHTML first.
-** TODO Documentation HOWTO
+** STARTED Documentation HOWTO
:PROPERTIES:
:CUSTOM_ID: todo-docs-howto
:END:
+ - State "STARTED" from "TODO" [2018-03-08 Thu 13:59] \\
+ Started yesterday.
Write a HOWTO style guide for the current Python bindings.
+*** DONE Start python bindings HOWTO
+ CLOSED: [2018-03-07 Wed 18:14]
+ :PROPERTIES:
+ :CUSTOM_ID: howto-start
+ :END:
+
+*** TODO Include certain specific instructions in the HOWTO
+ :PROPERTIES:
+ :CUSTOM_ID: howto-requests
+ :END:
+
+ Some functions can be worked out from the handful of examples
+ available, but many more can't and I've already begun receiving
+ requests for certain functions to be explained.
+
+**** TODO Standard scenarios
+ :PROPERTIES:
+ :CUSTOM_ID: howto-the-basics
+ :END:
+
+ What everyone expects: encryption, decryption, signing and verifying.
+
+**** TODO Key control
+ :PROPERTIES:
+ :CUSTOM_ID: howto-key-control
+ :END:
+
+ Generating keys, adding subkeys, revoking subkeys (and keeping
+ the cert key), adding and revoking UIDs, signing/certifying keys.
+
+**** TODO Key control
+ :PROPERTIES:
+ :CUSTOM_ID: howto-key-selection
+ :END:
+
+ Selecting keys to encrypt to or manipulate in other ways (e.g. as
+ with key control or the basics).
+
+**** TODO S/MIME
+ :PROPERTIES:
+ :CUSTOM_ID: howto-s-mime
+ :END:
+
+ Eventually add some of this, but it the OpenPGP details are far
+ more important at the moment.
+
** TODO Documentation SWIG
:PROPERTIES:
:CUSTOM_ID: todo-docs-swig
@@ -94,6 +142,7 @@
available or for which it is too difficult to create proper
bindings.
+
* Project Task Details
:PROPERTIES:
:CUSTOM_ID: detailed-tasks