aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/dita (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-13python bindings howto: dita versionben/howto-ditaBen McGinnes6-6/+80
* Numerous updates to bring it back into sync with the official doc. * Especially important since it now looks like the babel thing is a real bug after all and not me doing something stupid.
2018-06-28python bindings howto: dita versionBen McGinnes12-13/+873
* Drafts of instructions for exporting public and secret keys ready, along in addition to the code.
2018-05-24docs: python bindings howto DITABen McGinnes1-4/+6
* Updated the example code for the groups work around to actually do what the documentation said (instead of having all results match group_lists).
2018-05-23docs: python bindings howto DITABen McGinnes1-3/+10
* Updated the decryption example code to include the changes needed to gracefully handle a decryption failure due to MDC-less ciphertext and/or deprecated algorithms. * See also: https://dev.gnupg.org/T3981
2018-05-22docs: python bindings howto DITA versionBen McGinnes1-1/+1
* Fixed a typographical error in the key certification example.
2018-05-15docs: python bindings howto DITABen McGinnes2-8/+10
* Fixed a typo, added a couple of links.
2018-05-15docs: python howto DITABen McGinnes1-1/+1
* Corrected a minor markup typo.
2018-05-15docs: python bindings howtoBen McGinnes48-47/+83
* Added metadata, author info, version number and xml:lang data.
2018-05-15docs: python bindings HOWTO - DITA XML versionBen McGinnes49-0/+1927
* Due to the org-babel bug which breaks Python source code examples beyond the most simple snippets, ported the HOWTO to a source format which I *know* for sure won't break it. * Details of the org-mode bug is in https://dev.gnupg.org/T3977 * DITA project uses DITA-OT 2.x (2.4 or 2.5, IIRC) with support for DITA 1.3. * source files were written with oXygenXML Editor 20.0, hence the oXygenXML project file in the directory; however only the .ditamap and .dita files are required to generate any output with the DITA-OT. Signed-off-by: Ben McGinnes <[email protected]>