<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/python/docs, branch dkg/fix-T4271</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-10-04T11:10:46Z</updated>
<entry>
<title>python: makefiles</title>
<updated>2018-10-04T11:10:46Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-04T11:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f3fc73738264d21baf0e9b49fdd5cb67faa11d31'/>
<id>urn:sha1:f3fc73738264d21baf0e9b49fdd5cb67faa11d31</id>
<content type='text'>
* doc/Makefile.am: Removed a bit I forgot about.
* Renamed lang/python/docs to lang/python/doc bvecause apparently
  automake cares about that too.
* Decided to be extra explicit in the manifest because if I don't then
  all sorts of things get deleted ... like lang/python
* Tested on an external linux system just in case my osx workstation
  introduces too much weirdness.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>docs: more whitespace checks</title>
<updated>2018-10-03T21:20:32Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T21:20:32Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a174b269432fd37e8546c43e0127580e826432da'/>
<id>urn:sha1:a174b269432fd37e8546c43e0127580e826432da</id>
<content type='text'>
* lang/python/docs/texinfo/short-history.texi:
</content>
</entry>
<entry>
<title>dpcs: python howto</title>
<updated>2018-10-03T21:09:40Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T21:09:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=962dfca9b86b53bb00f5b89e453b9eed95454934'/>
<id>urn:sha1:962dfca9b86b53bb00f5b89e453b9eed95454934</id>
<content type='text'>
* More updates to the docs themselves and the versions to be available
  with the next release.
* .texi and .rst copies of the HOWTO and the short history of (this
  part) of the project.
</content>
</entry>
<entry>
<title>docs: python</title>
<updated>2018-10-03T21:06:57Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T21:06:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2151b9828af3760867e856ab939b835a6e2f42e7'/>
<id>urn:sha1:2151b9828af3760867e856ab939b835a6e2f42e7</id>
<content type='text'>
* More restructuring.  Also the painstaking task of deciphering some
  of the more eclectic aspects of Texinfo and make.
</content>
</entry>
<entry>
<title>docs: python bindings</title>
<updated>2018-10-03T20:57:51Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T20:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a982f9131520bce0b25f84cba19040bbe5f275bb'/>
<id>urn:sha1:a982f9131520bce0b25f84cba19040bbe5f275bb</id>
<content type='text'>
* Restructured the docs directory to account for the GNU preferred
  source doc format (.texi) and the Python preferred source doc
  format (.rst) and the real source doc format (.org).
* Both the perceived source formats will need to be generated from the
  .org files and included at this stage.  Unfortunately there is not
  yet a native org-to-rst transformation method in the org-mode
  software in Emacs nor is there a a direct means of going from reST
  to Org-mode from Docutils.  There's only third party packages like
  Pandoc and, while very good, there is no guarantee of consistency;
  so we can't entirely automate this bit (yet).
</content>
</entry>
<entry>
<title>docs: pre-python preparation</title>
<updated>2018-10-03T15:42:12Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T15:42:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b2802053192ba0000866b145b715a557d34ed0eb'/>
<id>urn:sha1:b2802053192ba0000866b145b715a557d34ed0eb</id>
<content type='text'>
* doc/Makefile.am: removed the python howto from this file, restoring
  it to just the main project and the newer .js files.
* deleted: doc/gpgme-python-howto.texi
* renamed the Short_History.org file to short-history.org to keep the
  naming conventions similar.
* All the Python files can (and should) live together.
</content>
</entry>
<entry>
<title>python bindings: CPython order</title>
<updated>2018-10-02T20:58:51Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-02T20:58:51Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=23894ac9a96081428a590791010ca8beebaf6f9f'/>
<id>urn:sha1:23894ac9a96081428a590791010ca8beebaf6f9f</id>
<content type='text'>
* Changed the order of python versions the configure/make process
  checks for, placing Python 3.7 ahead of 3.6.
* Updated the HOWTO documentation to reflect this change.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>docs: python bindings</title>
<updated>2018-09-30T16:10:03Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-30T16:10:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=76bdfabb057f4ffc56beee15b48d8fa836ba7cce'/>
<id>urn:sha1:76bdfabb057f4ffc56beee15b48d8fa836ba7cce</id>
<content type='text'>
* Tightened up the docs a little bit, updated the "what's new"
  section, dropped the "-draft" version in preparation for GPGME
  1.12.0's release.
* Exported another .texi version (and updated the draft copies to this
  commit (which ought to be 1.11.1-beta313).

Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>docs: python bindings installation</title>
<updated>2018-09-27T04:06:48Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-27T04:06:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1d40d360bccb05b4c66313a60a902d04a0d3c9ff'/>
<id>urn:sha1:1d40d360bccb05b4c66313a60a902d04a0d3c9ff</id>
<content type='text'>
* lang/python/docs/gpgme-python-howto.org: added a section on
  installing the bindings to a python virtualenv.
</content>
</entry>
<entry>
<title>docs: a typographical two-step</title>
<updated>2018-09-25T00:17:39Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-25T00:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b625258d54782040195cc5ad3b255685af6f6c4e'/>
<id>urn:sha1:b625258d54782040195cc5ad3b255685af6f6c4e</id>
<content type='text'>
* Sometimes you really do need or want punctuation in a heading, but
  ideally without something else generating whitespace and other
  annoyances to go with it.
* Trying a real decimal point instead.

Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
</feed>
