Typesetting

* Fixed sentence spacing and paragraph alignment following conversion
  from reST format.
This commit is contained in:
Ben McGinnes 2015-06-27 03:27:10 +10:00
parent 434dd67170
commit bd91d40ba5
2 changed files with 59 additions and 58 deletions

View File

@ -18,8 +18,8 @@ used by newer developers.
*2. Won't that create bottlenecks or performance issues?* *2. Won't that create bottlenecks or performance issues?*
It might, but chances are these will be negligible for most It might, but chances are these will be negligible for most
implementations. Projects which truly needs greater optimisation should implementations. Projects which truly needs greater optimisation
consider utilising the GPGME C code directly. should consider utilising the GPGME C code directly.
*3. I want (or need) to use a proprietary licence with my project, can I *3. I want (or need) to use a proprietary licence with my project, can I
use this?* use this?*
@ -38,8 +38,8 @@ lawyer for issues pertaining to your specific situation).
problems with ITAR and the Wassenaar Arrangement?* problems with ITAR and the Wassenaar Arrangement?*
I'm not developing a cryptosystem or any encryption algorithms, I'm I'm not developing a cryptosystem or any encryption algorithms, I'm
developing an API. So I should not be affected one way or the other by developing an API. So I should not be affected one way or the other
the provisions of the [[http://www.austlii.edu.au/au/legis/cth/num_act/dtca2012207/][Defence Trade Control Act 2012]] (DTCA), by the provisions of the [[http://www.austlii.edu.au/au/legis/cth/num_act/dtca2012207/][Defence Trade Control Act 2012]] (DTCA),
particularly with the 2015 amendments which have been passed by the particularly with the 2015 amendments which have been passed by the
Australian Parliament. Australian Parliament.
@ -63,8 +63,8 @@ naming me and this work as falling under the purview of the DTCA, then
yes; otherwise no. yes; otherwise no.
The only other way it could happen is if the Defence definition of The only other way it could happen is if the Defence definition of
"public domain" changes or if exemptions based on something being in the "public domain" changes or if exemptions based on something being in
public domain are removed. the public domain are removed.
*4. What assurances can you give that this will remain the case and *4. What assurances can you give that this will remain the case and
everything will be fine?* everything will be fine?*
@ -86,21 +86,21 @@ results are clear that both supply and publication are fine. The
[[http://dfat.gov.au/international-relations/security/sanctions/sanctions-regimes/Pages/sanctions-regimes.aspx][definitions of supply and publishing]], however, indicate that this work [[http://dfat.gov.au/international-relations/security/sanctions/sanctions-regimes/Pages/sanctions-regimes.aspx][definitions of supply and publishing]], however, indicate that this work
would likely only ever be considered publishing. would likely only ever be considered publishing.
The reason for this is that all the existing software on which this work The reason for this is that all the existing software on which this
is built is what Defence classifies as being in the public domain. In work is built is what Defence classifies as being in the public
this context that is not the same as the term is used for copyright and domain. In this context that is not the same as the term is used for
licensing, it means that the software and information is already freely copyright and licensing, it means that the software and information is
available to anyone. Thus it would be the same for all or almost all already freely available to anyone. Thus it would be the same for all
free (libre) and open source software. or almost all free (libre) and open source software.
Only Australian cryptographers developing entirely new encryption Only Australian cryptographers developing entirely new encryption
algortithms are likely to be directly impacted by the provisions of the algortithms are likely to be directly impacted by the provisions of
DCTA. I am very much /not/ in that category. Furthermore, any algorithm the DCTA. I am very much /not/ in that category. Furthermore, any
added to the specifications for GPG would need to pass through an algorithm added to the specifications for GPG would need to pass
international selection process anyway, by which stage it would be through an international selection process anyway, by which stage it
exempt from these types of restrictions because it would already be in would be exempt from these types of restrictions because it would
the public domain as far as Australia's Department of Defence is already be in the public domain as far as Australia's Department of
concerned. Defence is concerned.
The results of my completed questionnaire are available [[Australian_DCTA_export_DECO_Questionnaire_Results.pdf][here]] (PDF) and The results of my completed questionnaire are available [[Australian_DCTA_export_DECO_Questionnaire_Results.pdf][here]] (PDF) and
a GPG signature of the file is [[Australian_DCTA_export_DECO_Questionnaire_Results.pdf.sig][here]]. The file is signed with my key a GPG signature of the file is [[Australian_DCTA_export_DECO_Questionnaire_Results.pdf.sig][here]]. The file is signed with my key

View File

@ -4,21 +4,22 @@
Intended as both a replacement of the older PyME bindings for Python 2 Intended as both a replacement of the older PyME bindings for Python 2
and Python 3, though it will only be implemented in Python 3. Some and Python 3, though it will only be implemented in Python 3. Some
effort may be made to allow it to work as a module or series of modules effort may be made to allow it to work as a module or series of
in Python 2, but there are no guarantees. modules in Python 2, but there are no guarantees.
GPyGME is intended to be the official API for third party (i.e. non-C) GPyGME is intended to be the official API for third party (i.e.
languages and bindings. While it should be able to be imported into any non-C) languages and bindings. While it should be able to be imported
Python 3 code as a normal Python module or library, this is not the into any Python 3 code as a normal Python module or library, this is
principal goal. The real value is in providing an API for everyone by not the principal goal. The real value is in providing an API for
providing a pseudo-REST style API. It is not actually a REST API because everyone by providing a pseudo-REST style API. It is not actually a
it is not purely web-based, though could be implemented that way (and REST API because it is not purely web-based, though could be
almost certainly will be by many). implemented that way (and almost certainly will be by many).
GPyGME will accept and respond with JSON data types to provide a method GPyGME will accept and respond with JSON data types to provide a
of interaction with GPGME with which most, if not all, modern method of interaction with GPGME with which most, if not all, modern
application developers are familiar. Consequently the bindings ought to application developers are familiar. Consequently the bindings ought
be usable by anyone for any purpose for which GPGME could meet the need. to be usable by anyone for any purpose for which GPGME could meet the
need.
** Project Name ** Project Name
@ -28,16 +29,16 @@ ability to unlock just as much power.
** Licensing ** Licensing
GPyGME utilises the LGPL 2.1+ license, the same as GPGME itself. As it GPyGME utilises the LGPL 2.1+ license, the same as GPGME itself. As
is built on GPGME this is a requirement. Documentation will be covered it is built on GPGME this is a requirement. Documentation will be
by both the GPLv3+ as with the GPGME documentation and a Creative covered by both the GPLv3+ as with the GPGME documentation and a
Commons license. Creative Commons license.
Note that interacting with the GPyGME API as a stand alone interface Note that interacting with the GPyGME API as a stand alone interface
(i.e. sending and receiving JSON data to it via a socket, command or (i.e. sending and receiving JSON data to it via a socket, command or
other connection type) does not require conforming with either the GPL other connection type) does not require conforming with either the GPL
or LGPL licenses. Only when importing or integrating this code into your or LGPL licenses. Only when importing or integrating this code into
own application does that become a requirement. your own application does that become a requirement.
** Feedback ** Feedback