From dda54cc851490be045832d5ee0b03be082529d17 Mon Sep 17 00:00:00 2001
From: Ben McGinnes
Date: Thu, 28 Jun 2018 18:02:43 +1000
Subject: python bindings howto: dita version
* Drafts of instructions for exporting public and secret keys ready,
along in addition to the code.
---
.../python/docs/dita/howto/part01/docs-source.dita | 11 +-
.../docs/dita/howto/part03/exporting-pubkeys.dita | 120 +++++++++++++++
.../docs/dita/howto/part03/exporting-seckeys.dita | 161 +++++++++++++++++++++
lang/python/docs/dita/howto/part03/exporting.dita | 12 ++
lang/python/docs/dita/howto/part03/importing.dita | 67 +++++++++
lang/python/docs/dita/howto/part04/decryption.dita | 17 ++-
.../python/docs/dita/howto/part06/group-lines.dita | 4 +
lang/python/docs/dita/howto/version-info.dita | 6 +-
8 files changed, 388 insertions(+), 10 deletions(-)
create mode 100644 lang/python/docs/dita/howto/part03/exporting-pubkeys.dita
create mode 100644 lang/python/docs/dita/howto/part03/exporting-seckeys.dita
create mode 100644 lang/python/docs/dita/howto/part03/exporting.dita
create mode 100644 lang/python/docs/dita/howto/part03/importing.dita
(limited to 'lang/python/docs/dita/howto')
diff --git a/lang/python/docs/dita/howto/part01/docs-source.dita b/lang/python/docs/dita/howto/part01/docs-source.dita
index 8e97a353..7c90b59c 100644
--- a/lang/python/docs/dita/howto/part01/docs-source.dita
+++ b/lang/python/docs/dita/howto/part01/docs-source.dita
@@ -14,15 +14,16 @@
- A bug
in either Org-Mode or Babel prevented the more complex examples included in the HOWTO
- from displaying correctly.
+ from displaying correctly while also retaining syntax highlighting.
- To demonstrate some of the advantages of DITA XML over existing documentation
production software used in the project (particularly Texinfo and LaTeX).
- The XML format definitely supports displaying all the more complex Python code correctly,
- as well as being designed to produce standards compliant print and HTML output. Whereas
- currently the existing tools utilised by the GnuPG Project can't display the example code in
- a way which would actually pass the project's own git commit ruleset.
+ The XML format definitely supports displaying all the more complex Python code correctly
+ with syntax highlighting, as well as being designed to produce standards compliant print and
+ HTML output. Whereas currently the existing tools utilised by the GnuPG Project can't
+ display the example code in a way which would actually pass the project's own git commit
+ ruleset.