doc: convert more http:// links to https://
-- Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
2f12427e41
commit
a81534fed8
@ -35,9 +35,9 @@ support OpenPGP and the Cryptographic Message Syntax.
|
|||||||
|
|
||||||
%%GNU: no
|
%%GNU: no
|
||||||
|
|
||||||
%%web-page: http://www.gnupg.org/gpgme.html
|
%%web-page: https://www.gnupg.org/gpgme.html
|
||||||
|
|
||||||
%%support: paid extension/consulting from http://www.g10code.com
|
%%support: paid extension/consulting from https://www.g10code.com
|
||||||
|
|
||||||
%%doc: English programmer reference in Texinfo, Postscript, HTML included
|
%%doc: English programmer reference in Texinfo, Postscript, HTML included
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ export function atobArray (base64) {
|
|||||||
* Turns a Uint8Array into an utf8-String
|
* Turns a Uint8Array into an utf8-String
|
||||||
* <pre>
|
* <pre>
|
||||||
* Taken and slightly adapted from
|
* Taken and slightly adapted from
|
||||||
* http://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
|
* https://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
|
||||||
* (original header:
|
* (original header:
|
||||||
* utf.js - UTF-8 <=> UTF-16 convertion
|
* utf.js - UTF-8 <=> UTF-16 convertion
|
||||||
*
|
*
|
||||||
|
@ -74,4 +74,4 @@ functionality of the underlying library.
|
|||||||
|
|
||||||
• A previous version of PyME v0.5.1 which works with GPGME v0.3.15 can
|
• A previous version of PyME v0.5.1 which works with GPGME v0.3.15 can
|
||||||
be found on John Goerzen's PyME page: <http://quux.org/devel/pyme/>
|
be found on John Goerzen's PyME page: <http://quux.org/devel/pyme/>
|
||||||
<http://www.complete.org/JohnGoerzen>
|
<https://www.complete.org/JohnGoerzen>
|
||||||
|
@ -57,4 +57,4 @@ references to previous versions.
|
|||||||
- A previous version of PyME v0.5.1 which works with GPGME v0.3.15
|
- A previous version of PyME v0.5.1 which works with GPGME v0.3.15
|
||||||
can be found on John Goerzen's PyME page:
|
can be found on John Goerzen's PyME page:
|
||||||
[[http://quux.org/devel/pyme/][PyME 0.3.15]]
|
[[http://quux.org/devel/pyme/][PyME 0.3.15]]
|
||||||
[[http://www.complete.org/JohnGoerzen][John Goerzen]]
|
[[https://www.complete.org/JohnGoerzen][John Goerzen]]
|
||||||
|
@ -146,7 +146,7 @@ The bullet points of new additiions are:
|
|||||||
- Added a new section for `advanced or experimental
|
- Added a new section for `advanced or experimental
|
||||||
use <#advanced-use>`__.
|
use <#advanced-use>`__.
|
||||||
- Began the advanced use cases with `a section <#cython>`__ on using
|
- Began the advanced use cases with `a section <#cython>`__ on using
|
||||||
the module with `Cython <http://cython.org/>`__.
|
the module with `Cython <https://cython.org/>`__.
|
||||||
- Added a number of new scripts to the ``example/howto/`` directory;
|
- Added a number of new scripts to the ``example/howto/`` directory;
|
||||||
some of which may be in advance of their planned sections of the
|
some of which may be in advance of their planned sections of the
|
||||||
HOWTO (and some are just there because it seemed like a good idea at
|
HOWTO (and some are just there because it seemed like a good idea at
|
||||||
@ -324,7 +324,7 @@ significant advantage in some way.
|
|||||||
#. If possible add the following Python modules which are not part of
|
#. If possible add the following Python modules which are not part of
|
||||||
the standard library:
|
the standard library:
|
||||||
`Requests <http://docs.python-requests.org/en/latest/index.html>`__,
|
`Requests <http://docs.python-requests.org/en/latest/index.html>`__,
|
||||||
`Cython <http://cython.org/>`__ and
|
`Cython <https://cython.org/>`__ and
|
||||||
`hkp4py <https://github.com/Selfnet/hkp4py>`__. Chances are quite
|
`hkp4py <https://github.com/Selfnet/hkp4py>`__. Chances are quite
|
||||||
high that at least the first one and maybe two of those will already
|
high that at least the first one and maybe two of those will already
|
||||||
be installed.
|
be installed.
|
||||||
|
@ -142,7 +142,7 @@ The bullet points of new additiions are:
|
|||||||
reST file was generated by the simple expedient of using [[https://pandoc.org/][Pandoc]].
|
reST file was generated by the simple expedient of using [[https://pandoc.org/][Pandoc]].
|
||||||
- Added a new section for [[#advanced-use][advanced or experimental use]].
|
- Added a new section for [[#advanced-use][advanced or experimental use]].
|
||||||
- Began the advanced use cases with [[#cython][a section]] on using the module with
|
- Began the advanced use cases with [[#cython][a section]] on using the module with
|
||||||
[[http://cython.org/][Cython]].
|
[[https://cython.org/][Cython]].
|
||||||
- Added a number of new scripts to the =example/howto/= directory;
|
- Added a number of new scripts to the =example/howto/= directory;
|
||||||
some of which may be in advance of their planned sections of the
|
some of which may be in advance of their planned sections of the
|
||||||
HOWTO (and some are just there because it seemed like a good idea at
|
HOWTO (and some are just there because it seemed like a good idea at
|
||||||
@ -331,7 +331,7 @@ a significant advantage in some way.
|
|||||||
reach EOL soon. In production systems and services, Python 3.6
|
reach EOL soon. In production systems and services, Python 3.6
|
||||||
should be robust enough to be relied on.
|
should be robust enough to be relied on.
|
||||||
3. If possible add the following Python modules which are not part of
|
3. If possible add the following Python modules which are not part of
|
||||||
the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[http://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are
|
the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[https://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are
|
||||||
quite high that at least the first one and maybe two of those will
|
quite high that at least the first one and maybe two of those will
|
||||||
already be installed.
|
already be installed.
|
||||||
|
|
||||||
|
@ -313,7 +313,7 @@ reST file was generated by the simple expedient of using @uref{https://pandoc.or
|
|||||||
Added a new section for @ref{Advanced or Experimental Use Cases, , advanced or experimental use}.
|
Added a new section for @ref{Advanced or Experimental Use Cases, , advanced or experimental use}.
|
||||||
@item
|
@item
|
||||||
Began the advanced use cases with @ref{C plus Python plus SWIG plus Cython, , a section} on using the module with
|
Began the advanced use cases with @ref{C plus Python plus SWIG plus Cython, , a section} on using the module with
|
||||||
@uref{http://cython.org/, Cython}.
|
@uref{https://cython.org/, Cython}.
|
||||||
@item
|
@item
|
||||||
Added a number of new scripts to the @samp{example/howto/} directory;
|
Added a number of new scripts to the @samp{example/howto/} directory;
|
||||||
some of which may be in advance of their planned sections of the
|
some of which may be in advance of their planned sections of the
|
||||||
@ -504,7 +504,7 @@ reach EOL soon. In production systems and services, Python 3.6
|
|||||||
should be robust enough to be relied on.
|
should be robust enough to be relied on.
|
||||||
@item
|
@item
|
||||||
If possible add the following Python modules which are not part of
|
If possible add the following Python modules which are not part of
|
||||||
the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{http://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are
|
the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{https://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are
|
||||||
quite high that at least the first one and maybe two of those will
|
quite high that at least the first one and maybe two of those will
|
||||||
already be installed.
|
already be installed.
|
||||||
@end enumerate
|
@end enumerate
|
||||||
@ -3152,4 +3152,4 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|||||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
PURPOSE.
|
PURPOSE.
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -216,7 +216,7 @@ class BuildExtFirstHack(build):
|
|||||||
self._generate_gpgme_h(gpgme_h, self._in_build_base("gpgme.h"))
|
self._generate_gpgme_h(gpgme_h, self._in_build_base("gpgme.h"))
|
||||||
self._generate_errors_i()
|
self._generate_errors_i()
|
||||||
|
|
||||||
# Copy due to http://bugs.python.org/issue2624
|
# Copy due to https://bugs.python.org/issue2624
|
||||||
# Avoid creating in srcdir
|
# Avoid creating in srcdir
|
||||||
for source, target in ((in_srcdir(n), self._in_build_base(n))
|
for source, target in ((in_srcdir(n), self._in_build_base(n))
|
||||||
for n in ('gpgme.i', 'helpers.c', 'private.h',
|
for n in ('gpgme.i', 'helpers.c', 'private.h',
|
||||||
|
@ -71,7 +71,7 @@ if sys.version_info[0] == 3:
|
|||||||
# hence we cannot use it as sink.
|
# hence we cannot use it as sink.
|
||||||
|
|
||||||
# XXX: Python's io.BytesIo.truncate does not work as advertised.
|
# XXX: Python's io.BytesIo.truncate does not work as advertised.
|
||||||
# http://bugs.python.org/issue27261
|
# https://bugs.python.org/issue27261
|
||||||
bio = io.BytesIO()
|
bio = io.BytesIO()
|
||||||
bio.truncate(1)
|
bio.truncate(1)
|
||||||
if len(bio.getvalue()) != 1:
|
if len(bio.getvalue()) != 1:
|
||||||
|
@ -1493,10 +1493,10 @@ strusage( int level )
|
|||||||
case 10:
|
case 10:
|
||||||
#if ARGPARSE_GPL_VERSION == 3
|
#if ARGPARSE_GPL_VERSION == 3
|
||||||
p = ("License GPLv3+: GNU GPL version 3 or later "
|
p = ("License GPLv3+: GNU GPL version 3 or later "
|
||||||
"<http://gnu.org/licenses/gpl.html>");
|
"<https://www.gnu.org/licenses/gpl.html>");
|
||||||
#else
|
#else
|
||||||
p = ("License GPLv2+: GNU GPL version 2 or later "
|
p = ("License GPLv2+: GNU GPL version 2 or later "
|
||||||
"<http://gnu.org/licenses/>");
|
"<https://www.gnu.org/licenses/>");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case 11: p = "foo"; break;
|
case 11: p = "foo"; break;
|
||||||
|
@ -25,7 +25,7 @@ Welcome to cJSON.
|
|||||||
cJSON aims to be the dumbest possible parser that you can get your job
|
cJSON aims to be the dumbest possible parser that you can get your job
|
||||||
done with. It's a single file of C, and a single header file.
|
done with. It's a single file of C, and a single header file.
|
||||||
|
|
||||||
JSON is described best here: http://www.json.org/ It's like XML, but
|
JSON is described best here: https://www.json.org/ It's like XML, but
|
||||||
fat-free. You use it to move data around, store things, or just
|
fat-free. You use it to move data around, store things, or just
|
||||||
generally represent your program's state.
|
generally represent your program's state.
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ truth), I'm going to say that you can use it in one of two modes: Auto
|
|||||||
and Manual. Let's have a quick run-through.
|
and Manual. Let's have a quick run-through.
|
||||||
|
|
||||||
|
|
||||||
I lifted some JSON from this page: http://www.json.org/fatfree.html
|
I lifted some JSON from this page: https://www.json.org/fatfree.html
|
||||||
That page inspired me to write cJSON, which is a parser that tries to
|
That page inspired me to write cJSON, which is a parser that tries to
|
||||||
share the same philosophy as JSON itself. Simple, dumb, out of the
|
share the same philosophy as JSON itself. Simple, dumb, out of the
|
||||||
way.
|
way.
|
||||||
|
Loading…
Reference in New Issue
Block a user