[git] GPGME - branch, ben/docs/2018-03, updated. gpgme-1.10.0-84-ga71205d

by Ben McGinnes cvs at cvs.gnupg.org
Tue Mar 13 16:43:24 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, ben/docs/2018-03 has been updated
       via  a71205dc3b58970adf591b4e4553824a33f353db (commit)
      from  a10dcb4f138eb5a21881cdbc4806c25129d4ae4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a71205dc3b58970adf591b4e4553824a33f353db
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Mar 14 02:40:41 2018 +1100

    doc: python binding howto
    
    * Clarified which English dialects this is written in.
    * Translating to American can happen *after* it's done.
    ** The Yank version would probably want to change some of the examples
       anyway.
    * Began the description for normal/default signing.

diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org
index ea4b111..e4e2a74 100644
--- a/lang/python/docs/GPGMEpythonHOWTOen.org
+++ b/lang/python/docs/GPGMEpythonHOWTOen.org
@@ -16,7 +16,8 @@
   | Version:        | 0.0.1-alpha                              |
   | Author:         | Ben McGinnes <ben at gnupg.org>             |
   | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D |
-  | Language:       | English                                  |
+  | Language:       | Australian English, British English      |
+  | xml:lang:       | en-AU, en-GB, en                         |
 
   This document provides basic instruction in how to use the GPGME
   Python bindings to programmatically leverage the GPGME library.
@@ -653,6 +654,16 @@
     :CUSTOM_ID: howto-basic-signing-normal
     :END:
 
+    The normal or default signing process is essentially the same as
+    is most often invoked when also encrypting a message or file.  So
+    when the encryption component is not utilised, the result is to
+    produce an encoded and signed output which may or may not be ASCII
+    armoured and which may or may not also be compressed.
+
+    By default compression will be used unless GnuPG detects that the
+    plaintext is already compressed.  ASCII armouring will be
+    determined according to the value of =gpg.Context().armor=.
+
    #+begin_src python
      import gpg
 

-----------------------------------------------------------------------

Summary of changes:
 lang/python/docs/GPGMEpythonHOWTOen.org | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list