1e26572365
* Moved post_installer.py into the examples/howto/ directory. * Added instructions for its use to the Python Bindings HOWTO. * Ran it as intended from the lang/python/ directory in order to both prove it works and quickly and easily get the updated howto replicated. Also to fix all those .texi files. Tested-by: Ben McGinnes <ben@adversary.org> Signed-off-by: Ben McGinnes <ben@adversary.org>
60 lines
1014 B
Plaintext
60 lines
1014 B
Plaintext
\input texinfo @c -*- texinfo -*-
|
|
@c %**start of header
|
|
@setfilename index.info
|
|
@settitle GNU Privacy Guard (GnuPG) Made Easy Python Bindings
|
|
@documentencoding utf-8
|
|
@documentlanguage en
|
|
@c %**end of header
|
|
|
|
@finalout
|
|
@titlepage
|
|
@title GNU Privacy Guard (GnuPG) Made Easy Python Bindings
|
|
@author Ben McGinnes
|
|
@end titlepage
|
|
|
|
@contents
|
|
|
|
@ifnottex
|
|
@node Top
|
|
@top GNU Privacy Guard (GnuPG) Made Easy Python Bindings
|
|
@end ifnottex
|
|
|
|
@menu
|
|
* GPGME Python Bindings::
|
|
|
|
@detailmenu
|
|
--- The Detailed Node Listing ---
|
|
|
|
GPGME Python Bindings
|
|
|
|
* Contents::
|
|
|
|
@end detailmenu
|
|
@end menu
|
|
|
|
@node GPGME Python Bindings
|
|
@chapter GPGME Python Bindings
|
|
|
|
@menu
|
|
* Contents::
|
|
@end menu
|
|
|
|
@node Contents
|
|
@section Contents
|
|
|
|
@itemize
|
|
@item
|
|
@uref{short-history, A short history of the project}
|
|
@item
|
|
@uref{what-is-new, What's New}
|
|
@itemize
|
|
@item
|
|
@uref{maintenance-mode, Maintenance Mode} (from January, 2019)
|
|
@end itemize
|
|
@item
|
|
@uref{what-was-new, What Was New}
|
|
@item
|
|
@uref{gpgme-python-howto, GPGME Python Bindings HOWTO}
|
|
@end itemize
|
|
|
|
@bye |