diff options
Diffstat (limited to 'lang/python/doc/texinfo')
-rw-r--r-- | lang/python/doc/texinfo/gpgme-python-howto.texi | 3 | ||||
-rw-r--r-- | lang/python/doc/texinfo/index.texi | 52 | ||||
-rw-r--r-- | lang/python/doc/texinfo/short-history.texi | 10 |
3 files changed, 58 insertions, 7 deletions
diff --git a/lang/python/doc/texinfo/gpgme-python-howto.texi b/lang/python/doc/texinfo/gpgme-python-howto.texi index b474242d..40beb7ad 100644 --- a/lang/python/doc/texinfo/gpgme-python-howto.texi +++ b/lang/python/doc/texinfo/gpgme-python-howto.texi @@ -418,8 +418,7 @@ version 3.0 (or any later version). This package is the origin of these bindings, though they are somewhat different now. For details of when and how the PyME package was -folded back into GPGME itself see the @emph{Short History} document@footnote{@samp{short-history.org} and/or @samp{short-history.html}.} -in the Python bindings @samp{docs} directory.@footnote{The @samp{lang/python/docs/} directory in the GPGME source.} +folded back into GPGME itself see the @uref{short-history.org, Short History} document.@footnote{@samp{short-history.org} and/or @samp{short-history.html}.} The PyME package was first released in 2002 and was also the first attempt to implement a low level binding to GPGME. In doing so it diff --git a/lang/python/doc/texinfo/index.texi b/lang/python/doc/texinfo/index.texi new file mode 100644 index 00000000..4f804235 --- /dev/null +++ b/lang/python/doc/texinfo/index.texi @@ -0,0 +1,52 @@ +\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.org, A short history of the project} +@item +@uref{gpgme-python-howto.org, GPGME Python Bindings HOWTO} +@end itemize + +@bye
\ No newline at end of file diff --git a/lang/python/doc/texinfo/short-history.texi b/lang/python/doc/texinfo/short-history.texi index 2854d91b..fd136b54 100644 --- a/lang/python/doc/texinfo/short-history.texi +++ b/lang/python/doc/texinfo/short-history.texi @@ -40,8 +40,8 @@ Relics of the past The Perils of PyPI -* GPG 1.8.0 - Python bindings for GPGME GnuPG cryptography library: GPG 180 - Python bindings for GPGME GnuPG cryptography library. -* PyME 0.9.0 - Python support for GPGME GnuPG cryptography library: PyME 090 - Python support for GPGME GnuPG cryptography library. +* GPG 1.8.0 - Python bindings for GPGME GnuPG cryptography library: GPG 180 - Python bindings for GPGME GnuPG cryptography library. +* PyME 0.9.0 - Python support for GPGME GnuPG cryptography library: PyME 090 - Python support for GPGME GnuPG cryptography library. @end detailmenu @end menu @@ -172,8 +172,8 @@ pyme (0.9.0) - Python support for GPGME GnuPG cryptography library @end enumerate @menu -* GPG 1.8.0 - Python bindings for GPGME GnuPG cryptography library: GPG 180 - Python bindings for GPGME GnuPG cryptography library. -* PyME 0.9.0 - Python support for GPGME GnuPG cryptography library: PyME 090 - Python support for GPGME GnuPG cryptography library. +* GPG 1.8.0 - Python bindings for GPGME GnuPG cryptography library: GPG 180 - Python bindings for GPGME GnuPG cryptography library. +* PyME 0.9.0 - Python support for GPGME GnuPG cryptography library: PyME 090 - Python support for GPGME GnuPG cryptography library. @end menu @node GPG 180 - Python bindings for GPGME GnuPG cryptography library @@ -206,4 +206,4 @@ For those using Python 2, there is essentially no harm in using this module, but it may lack a number of more recent features added to GPGME. -@bye +@bye
\ No newline at end of file |