diff options
author | Ben McGinnes <[email protected]> | 2018-10-30 16:41:47 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-30 16:41:47 +0000 |
commit | 78be1e2f543667576a49286476e7d66a707dd17e (patch) | |
tree | ec4d5b4aeb2da1cd6d0da394fb987df9b94260fb /lang/python/doc/src/what-is-new | |
parent | docs: python (diff) | |
download | gpgme-78be1e2f543667576a49286476e7d66a707dd17e.tar.gz gpgme-78be1e2f543667576a49286476e7d66a707dd17e.zip |
docs: python docs restructure
* Moved the what's new section out of the HOWTO (mostly), in
anticipation of expanding the docs to be more than merely a HOWTO.
Diffstat (limited to 'lang/python/doc/src/what-is-new')
-rw-r--r-- | lang/python/doc/src/what-is-new | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lang/python/doc/src/what-is-new b/lang/python/doc/src/what-is-new new file mode 100644 index 00000000..4ca8ea89 --- /dev/null +++ b/lang/python/doc/src/what-is-new @@ -0,0 +1,43 @@ +# -*- mode: org -*- +#+TITLE: What's New in the GPGME Python Bindings and Documentation +#+AUTHOR: Ben McGinnes +#+LATEX_COMPILER: xelatex +#+LATEX_CLASS: article +#+LATEX_CLASS_OPTIONS: [12pt] +#+LATEX_HEADER: \usepackage{xltxtra} +#+LATEX_HEADER: \usepackage[margin=1in]{geometry} +#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Times New Roman} +#+LATEX_HEADER: \author{Ben McGinnes <[email protected]>} + + +* What's New + :PROPERTIES: + :CUSTOM_ID: new-stuff + :END: + +| Version: | 0.0.1-draft | +| GPGME Version: | 1.13.0 | +| Author: | [[https://gnupg.org/people/index.html#sec-1-5][Ben McGinnes]] <[email protected]> | +| Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D | +| Language: | Australian English, British English | +| xml:lang: | en-AU, en-GB, en | + +Last time the most obviously new thing was adding the /What's New/ +section to the HOWTO. Now it's moving it out of the HOWTO. Not to +mention expanding on the documentation both generally and +considerably. + + +** New in GPGME 1·13·0 + :PROPERTIES: + :CUSTOM_ID: new-stuff-1-13-0 + :END: + +Additions since GPGME 1.12.0 include: + +- An advanced HOWTO on using the bindings with web interfaces, + specifically Flask. +- Moving the /What's New/ section out of the basic [[file:gpgme-python-howto.org][HOWTO]] document and + into its own file so as to more readily include other documents + beyond that HOWTO. +- Moving the preceding, archival, segments into [[file:what-was-new.org][another file]]. |