summaryrefslogtreecommitdiff
path: root/developer.html
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-01-18 20:44:22 +0100
committerWerner Lemberg <wl@gnu.org>2019-01-18 20:44:22 +0100
commit483c638830957d9a1b0519aaed3996517c15c955 (patch)
tree0295ba6fc855f0ead7c0e5d3d1c02c52b315d9ba /developer.html
parenta5ef6d08accc530d1757033524cd2dafa0362ce2 (diff)
Many http -> https updates.
Diffstat (limited to 'developer.html')
-rw-r--r--developer.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/developer.html b/developer.html
index dfc8100..9de40e4 100644
--- a/developer.html
+++ b/developer.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+ "https://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
@@ -71,7 +71,7 @@
locally.</p>
</li>
<li class="emph">
- <p><a href="http://git.savannah.gnu.org/cgit/freetype/">Use
+ <p><a href="https://git.savannah.gnu.org/cgit/freetype/">Use
the cgit page</a></p>
<p>It will let you view our source code and the changes
@@ -93,14 +93,14 @@
9418, you might try the HTTP protocol:</p>
<div class="quote">
- <tt>git clone http://git.sv.nongnu.org/r/freetype/freetype2.git<br>
- git clone http://git.sv.nongnu.org/r/freetype/freetype2-demos.git</tt>
+ <tt>git clone https://git.sv.nongnu.org/r/freetype/freetype2.git<br>
+ git clone https://git.sv.nongnu.org/r/freetype/freetype2-demos.git</tt>
</div>
<p>Please read</p>
<div class="quote">
- <a href="http://sv.nongnu.org/maintenance/UsingGit">http://sv.nongnu.org/maintenance/UsingGit</a>
+ <a href="https://sv.nongnu.org/maintenance/UsingGit">https://sv.nongnu.org/maintenance/UsingGit</a>
</div>
<p>for more details on the git setup of Savannah (for
@@ -113,7 +113,7 @@
<p>Other, no longer maintained FreeType repositories
which exist for historical interest only can be
downloaded through CVS and
- viewed <a href="http://cvs.savannah.gnu.org/viewvc/?root=freetype">here</a>.
+ viewed <a href="https://cvs.savannah.gnu.org/viewvc/?root=freetype">here</a>.
Use the following value for the <tt>CVSROOT</tt>
environment variable (or the equivalent <tt>-d</tt>
command line option of the cvs client):</p>
@@ -165,29 +165,30 @@
quite old and probably no longer maintained.</p>
- <h3><a href="http://caml.inria.fr/">Caml</a></h3>
+ <h3><a href="https://caml.inria.fr/">Caml</a></h3>
<p>Bindings are part of
the <a href="http://cristal.inria.fr/camlimages/eng.html">CamlImages</a>
package.</p>
- <h3><a href="http://dlang.org">D</a></h3>
+ <h3><a href="https://dlang.org">D</a></h3>
<p>Bindings are available
in <a href="https://code.dlang.org/packages/derelict-ft">derelict-ft</a>.</p>
- <h3><a href="http://factorcode.org/">Factor</a></h3>
+
+ <h3><a href="https://factorcode.org/">Factor</a></h3>
<p>This dynamic programming language comes
- with <a href="http://docs.factorcode.org/content/vocab-freetype.html">FreeType
+ with <a href="https://docs.factorcode.org/content/vocab-freetype.html">FreeType
bindings</a>.</p>
- <h3><a href="http://www.perl.org">Perl</a></h3>
+ <h3><a href="https://www.perl.org">Perl</a></h3>
<p>More than a single binding package is available.
- Try <a href="http://search.cpan.org/search?m=all&amp;q=freetype&amp;s=1">here</a>
+ Try <a href="https://metacpan.org/search?q=freetype">here</a>
for a search on CPAN.</p>
@@ -196,7 +197,7 @@
<p>Bindings are
available <a href="https://github.com/rougier/freetype-py/">here</a>.
The Python Imaging Library
- (<a href="http://www.pythonware.com/products/pil/">PIL</a>)
+ (<a href="https://www.pythonware.com/products/pil/">PIL</a>)
can be built to use FreeType for font rendering, giving
high-level access to fonts.</p>
@@ -337,7 +338,7 @@
<!-- ************************************************** -->
<div class="updated">
- <p>Last update: 02-Sep-2018</p>
+ <p>Last update: 18-Jan-2019</p>
</div>
</div>
</div>