Update more links to be https instead of http
authorMagnus Hagander <magnus@hagander.net>
Mon, 31 Aug 2020 09:56:33 +0000 (11:56 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 31 Aug 2020 09:56:47 +0000 (11:56 +0200)
23 files changed:
README.rst
media/js/showdown_preview.js
pgweb/settings.py
templates/core/community.html
templates/pages/about/donate.html
templates/pages/about/donate_pg_org.html
templates/pages/about/licence.html
templates/pages/about/policies/planet-postgresql.html
templates/pages/about/policies/trademarks.html
templates/pages/community/international.html
templates/pages/developer/coding.html
templates/pages/developer/related-projects.html
templates/pages/developer/summerofcode.html
templates/pages/docs/books.html
templates/pages/docs/online-resources.html
templates/pages/download.html
templates/pages/download/freebsd.html
templates/pages/download/linux/debian.html
templates/pages/download/linux/suse.html
templates/pages/download/macosx.html
templates/pages/download/openbsd.html
templates/pages/download/snapshots.html
templates/pages/support/security/faq/2013-04-04.html

index 9c3fc8e4275c23659b1a54dbc77c760276ad391f..33351a34ef48e2c27d7d34d8642c4ece46e6b449 100644 (file)
@@ -8,9 +8,9 @@ free to be mirrored anywhere.
 
 Technology
 ----------
-The website code is written in `Python <http://www.python.org>`_ using
-the `Django <http://www.djangoproject.com/>`_ framework. Not surprisingly,
-`PostgreSQL <http://www.postgresql.org>`_ is used as the database. Further details
+The website code is written in `Python <https://www.python.org>`_ using
+the `Django <https://www.djangoproject.com/>`_ framework. Not surprisingly,
+`PostgreSQL <https://www.postgresql.org>`_ is used as the database. Further details
 about the code and technology can be found in the different documents in the
 docs directory.
 
@@ -33,7 +33,7 @@ want to make any major changes, be sure to have discussed those on the list firs
 Licence
 -------
 The code for the website is licensed under
-`The PostgreSQL Licence <http://www.opensource.org/licenses/postgresql>`_, which is
+`The PostgreSQL Licence <https://www.opensource.org/licenses/postgresql>`_, which is
 closely related to the BSD licence.
 
 Django is released under its `BSD Licence <https://github.com/django/django/blob/master/LICENSE>`_.
index 7a43d163d976cc53d419190ba9cfa19271a50f5a..c33996f0ea8a927d5392f5943b8dd64f760ad97a 100644 (file)
@@ -29,7 +29,7 @@ function attach_showdown_preview(objid, admin) {
 
     obj.parentNode.insertBefore(newdiv, obj.nextSibling);
 
-    obj.infospan_html_base = admin ? '' : 'This field supports <a href="http://daringfireball.net/projects/markdown/basics" target="_blank">markdown</a>. See below for a preview.';
+    obj.infospan_html_base = admin ? '' : 'This field supports <a href="https://daringfireball.net/projects/markdown/basics" target="_blank">markdown</a>. See below for a preview.';
 
     obj.infospan = document.createElement('span');
     obj.infospan.innerHTML = obj.infospan_html_base;
index f8b7e19fbbf81907a65e29545d3eb4e5a866d00e..d17f0d62c51c57a791c0ea097e1f7830811fe3ad 100644 (file)
@@ -139,7 +139,7 @@ CSRF_COOKIE_SECURE = SESSION_COOKIE_SECURE
 CSRF_COOKIE_DOMAIN = SESSION_COOKIE_DOMAIN
 CSRF_COOKIE_HTTPONLY = SESSION_COOKIE_HTTPONLY
 
-SITE_ROOT = "http://www.postgresql.org"                     # Root of working URLs
+SITE_ROOT = "https://www.postgresql.org"                     # Root of working URLs
 FTP_PICKLE = "/usr/local/pgweb/ftpsite.pickle"              # Location of file with current contents from ftp site
 YUM_JSON = "/usr/local/pgweb/external/yum.json"
 STATIC_CHECKOUT = "/usr/local/pgweb-static"                 # Location of a checked out pgweb-static project
index 504596468c2012d4a1380271536a336a77b15350..e934f80d10654396757293fe3eee671c19a9357c 100644 (file)
@@ -41,7 +41,7 @@
     <div class="col-md-8">
       <h2>External Resources</h2>
       <ul>
-        <li><a href="http://www.pg-forum.de/" target="_blank">pg-forum.de</a>, a German PostgreSQL forum.</li>
+        <li><a href="https://www.pg-forum.de/" target="_blank">pg-forum.de</a>, a German PostgreSQL forum.</li>
       </ul>
       <p>
         Please send appropriate links to <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a> for possible inclusion on this page.
index 32ecd37eed120a6e4e0bf88b73e0faf20a5ac2ab..652c8ac37dc5304aa413e6e7ca736d843efeb2bd 100644 (file)
@@ -5,7 +5,7 @@
 <h1>Donate <i class="far fa-money-bill-alt"></i></h1>
 
 <h2>General PostgreSQL efforts</h2>
-<p>PostgreSQL is an affiliated project of <a href="http://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used
+<p>PostgreSQL is an affiliated project of <a href="https://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used
 to sponsor general PostgreSQL efforts. These funds are managed by the Fund raising group.</p>
 <p><a class="btn btn-primary" href="/about/donate_pg_org/">Donate to PostgreSQL</a></p>
 
index 5e2ee6c70a0d6d67edf5bb62cb6e9783ec05459e..fd4bbe7b11364f2891feebdf72de1346902f4df7 100644 (file)
@@ -9,7 +9,7 @@
 <h2>Donate by Credit Card / PayPal</h2>
 <p>
   PostgreSQL donations are processed via Paysimple (third party) and deposited
-  into the <a href="http://spi-inc.org/projects/postgresql/" target="_blank">PostgreSQL account at Software in the Public Interest (SPI)</a>.
+  into the <a href="https://spi-inc.org/projects/postgresql/" target="_blank">PostgreSQL account at Software in the Public Interest (SPI)</a>.
   You can click the button below, which will redirect you to PayPal where your
   donation will be processed:
 </p>
@@ -33,7 +33,7 @@ United States<br />
 
 
 <h2>Tax deductibility</h2>
-<p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="http://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a
+<p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="https://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a
 href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p>
 
 <h2>Infrastructure Donations</h2>
index dd0ae0935213f94bc0c9c102a76cec1bff4c74af..5e13a7da900ba95d3698e0ff15d37fa7d55783aa 100644 (file)
@@ -2,7 +2,7 @@
 {%block title%}License{%endblock%}
 {%block contents%}
 <h1>License <i class="far fa-file-alt"></i></h1>
-<p>PostgreSQL is released under the <a href="http://www.opensource.org/licenses/postgresql">PostgreSQL License</a>,
+<p>PostgreSQL is released under the <a href="https://www.opensource.org/licenses/postgresql">PostgreSQL License</a>,
 a liberal Open Source license, similar to the BSD or MIT licenses.</p>
 
 <p>
index 523f6d7662d2fc6839270f6a52e9a32c965e8b33..43ae3ca515a67729818954988135157228cda2ec 100644 (file)
@@ -74,7 +74,7 @@
     recommended.</p>
 
 <h3>What are the right URLs to use for a labeled feed from <a
-        href="http://www.blogger.com/">blogger.com</a>?</h3>
+        href="https://www.blogger.com/">blogger.com</a>?</h3>
 <p>Assuming your blog is named "blogname" and you've tagged a subset of your
     posts with the "postgresql" label, the correct URLs to input to the Planet
     code are:</p>
index f4d8d6d6882dc80f034f58fb2fb71805a033ed7d..daf3adb05fc3d589d419f354de3c81d5e9e8af23 100644 (file)
@@ -11,7 +11,7 @@
 
 <p>The PostgreSQL <a href="https://wiki.postgresql.org/wiki/Logo">elephant
     logo</a> (Slonik) and the names "PostgreSQL" and "Postgres" are registered
-    trademarks of the <a href="http://www.postgres.ca/">PostgreSQL Community
+    trademarks of the <a href="https://www.postgres.ca/">PostgreSQL Community
         Association of Canada</a>. If you wish to use either name or logo in any
     way, you must comply with this policy.</p>
 
index bf5881aab8b001c524b4ad1f4aaffe682481b395..47c22dc67468636e589f37a6206f5c6499fc1382 100644 (file)
        <td>Simplified Chinese PostgreSQL Community</td>
     </tr>
     <tr>
-       <td><a href="http://postgresql.tw/">Chinese (Traditional)</a></td>
+       <td><a href="https://postgresql.tw/">Chinese (Traditional)</a></td>
        <td>Traditional Chinese PostgreSQL Community</td>
     </tr>
     <tr>
-      <td><a href="http://www.postgres.cz/">Czech</a></td>
+      <td><a href="https://www.postgres.cz/">Czech</a></td>
       <td>Informace o PostgreSQL v &#269;e&#353;tin&#283;</td>
     </tr>
     <tr>
@@ -39,7 +39,7 @@
        <td>La communaute Fran&#231;aise de PostgreSQL</td>
     </tr>
     <tr>
-       <td><a href="http://www.postgresql.org.il/">Israel</a></td>
+       <td><a href="https://www.postgresql.org.il/">Israel</a></td>
        <td>The Israeli PostgreSQL Community</td>
     </tr>
     <tr>
        <td>Comunità italiana di PostgreSQL </td>
     </tr>
     <tr>
-       <td><a href="http://www.itpug.org/">Italiano</a></td>
+       <td><a href="https://www.itpug.org/">Italiano</a></td>
        <td>Associazione ITPUG</td>
     </tr>
     <tr>
-       <td><a href="http://www.postgresql.jp/">Japanese</a></td>
+       <td><a href="https://www.postgresql.jp/">Japanese</a></td>
        <td>The Japanese PostgreSQL Community</td>
     </tr>
     <tr>
-       <td><a href="http://www.postgresql.kr/">Korean</a></td>
+       <td><a href="https://www.postgresql.kr/">Korean</a></td>
        <td>The Korean PostgreSQL Community</td>
     </tr>
     <tr>
@@ -67,7 +67,7 @@
       <td>Сообщество русскоязычных пользователей PostgreSQL</td>
     </tr>
     <tr>
-       <td><a href="http://www.postgresql.org.tr/">Türkce</a></td>
+       <td><a href="https://www.postgresql.org.tr/">Türkce</a></td>
        <td>Türkiye PostgreSQL Kullanıcıları Grubu</td>
     </tr>
   </tbody>
index cf483c33f30cb423626671eb0c3b1b5e2d931aa8..594abbf4b550d89f9f64456c486107dc9612af4a 100644 (file)
@@ -10,7 +10,7 @@
 <ul>
     <li><a href="https://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li>
     <li><a href="/docs/current/git.html">Information about the Source Code Repository</a></li>
-    <li><a href="http://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li>
+    <li><a href="https://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li>
     <li><a href="/developer/backend/">Backend Flowchart</a></li>
     <li><a href="https://babel.postgresql.org/">Translating</a></li>
     <li><a href="https://wiki.postgresql.org/wiki/Developer_and_Contributor_Resources">Developer Section on wiki.postgresql.org</a></li>
index a6a852131a4b7decedf4cf862f373b6e6cf00d58..bce714c0815d4283268d99f62c660c6d2728e37f 100644 (file)
         <li><a href="https://buildfarm.postgresql.org/">Build Farm website</a></li>
         <li><a href="https://github.com/PGBuildFarm/server-code">Build Farm server code repository</a></li>
         <li><a href="https://github.com/PGBuildFarm/client-code">Build Farm client code repository</a></li>
-        <li><a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">How to run your own buildfarm member</a></li>
+        <li><a href="https://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">How to run your own buildfarm member</a></li>
       </ul>
       For Buildfarm related discussions, use the <a href="mailto:buildfarm-members@lists.postgresql.org">buildfarm-members</a> mailing list.
     </p>
index bf56f8be35bfe84fe7aeafcc502cbce2838a9ae4..16333842f78b1cdf2c1f1278b47bdd499da9ea0e 100644 (file)
@@ -79,9 +79,9 @@ one of the Summer of Code liaisons below about writing a proposal.</p>
  | <a href="https://wiki.postgresql.org/wiki/GSoC_2012">2012</a>
  | <a href="https://wiki.postgresql.org/wiki/GSoC_2011">2011</a>
  | <a href="https://wiki.postgresql.org/wiki/GSoC_2010">2010</a>
- | <a href="http://code.google.com/soc/2008/postgres/about.html">2008</a>
- | <a href="http://code.google.com/soc/2008/postgres/about.html">2007</a>
- | <a href="http://code.google.com/soc/2006/pgsql/about.html">2006</a>)</p>
+ | <a href="https://code.google.com/soc/2008/postgres/about.html">2008</a>
+ | <a href="https://code.google.com/soc/2008/postgres/about.html">2007</a>
+ | <a href="https://code.google.com/soc/2006/pgsql/about.html">2006</a>)</p>
 
 
 <a id="faq" name="faq"></a>
index eebadca0cbc852d7231af2275d5a913896d152f9..c83290c694d3778b1f3f47c96aa47f0d3fbd99d7 100644 (file)
       </tr>
       <tr>
         <td>
-            <a href="http://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
+            <a href="https://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
                         src="/media/img/docs/books/architecture-et-notions-avancees.png"
                         alt="PostgreSQL - Architecture et notions avancées" /></a>
         </td>
       </tr>
       <tr>
           <td>
-            <a href="http://masteringpostgresql.com/"><img
+            <a href="https://masteringpostgresql.com/"><img
                         src="/media/img/docs/books/dim_mastering_postgresql.png"
                         alt="Mastering PostgreSQL In Application Development" /></a>
         </td>
     </tr>
     <tr>
       <td>
-            <a href="http://shop.oreilly.com/product/0636920052715.do"><img src="/media/img/docs/books/postgres_up_and_running_3.gif" alt="PostgreSQL: Up and Running" /></a>
+            <a href="https://shop.oreilly.com/product/0636920052715.do"><img src="/media/img/docs/books/postgres_up_and_running_3.gif" alt="PostgreSQL: Up and Running" /></a>
         </td>
         <td>
           <strong>Title</strong>: PostgreSQL: Up and Running, 3rd Edition<br />
 
     <tr>
         <td>
-            <a href="http://postgresql.leopard.in.ua/"><img src="/media/img/docs/books/working-with-postgresql.png" alt="Working with PostgreSQL: configuration and scaling" /></a>
+            <a href="https://postgresql.leopard.in.ua/"><img src="/media/img/docs/books/working-with-postgresql.png" alt="Working with PostgreSQL: configuration and scaling" /></a>
         </td>
         <td>
                  <strong>Title</strong>: Working with PostgreSQL: configuration and scaling<br />
 
     <tr>
         <td>
-            <a href="http://www.lulu.com/shop/anthony-r-sotolongo-le%C3%B3n-and-yudisney-vazquez-ortiz/plpgsql-y-otros-lenguajes-procedurales-en-postgresql/ebook/product-23033430.html"><img
+            <a href="https://www.lulu.com/shop/anthony-r-sotolongo-le%C3%B3n-and-yudisney-vazquez-ortiz/plpgsql-y-otros-lenguajes-procedurales-en-postgresql/ebook/product-23033430.html"><img
                         src="/media/img/docs/books/plpgsql_y_otros_lenguajes.jpg"
                         alt="PL/pgSQL y otros lenguajes procedurales en PostgreSQL" /></a>
         </td>
 
     <tr>
         <td>
-            <a href="http://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
+            <a href="https://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
                         src="/media/img/docs/books/architecture-et-notions-avancees.png"
                         alt="PostgreSQL - Architecture et notions avancées" /></a>
         </td>
 
     <tr>
         <td>
-            <a href="http://shop.oreilly.com/product/0636920032144.do"><img
+            <a href="https://shop.oreilly.com/product/0636920032144.do"><img
                         src="/media/img/docs/books/postgres_up_and_running.gif"
                         alt="PostgreSQL Up &amp; Running (2nd Edition)" /></a>
         </td>
 
     <tr>
             <td>
-                <a href="http://www.syncfusion.com/resources/techportal/ebooks/postgres"><img src="/media/img/docs/books/postgres-succinctly.png" alt="Postgres Succinctly" /></a>
+                <a href="https://www.syncfusion.com/resources/techportal/ebooks/postgres"><img src="/media/img/docs/books/postgres-succinctly.png" alt="Postgres Succinctly" /></a>
             </td>
             <td>
                     <strong>Title</strong>: Postgres Succinctly<br />
 
     <tr>
             <td>
-                <a href="http://www.packtpub.com/postgresql-replication/book"><img src="/media/img/docs/books/pg-replication-packt.jpg" alt="PostgreSQL Replication" /></a>
+                <a href="https://www.packtpub.com/postgresql-replication/book"><img src="/media/img/docs/books/pg-replication-packt.jpg" alt="PostgreSQL Replication" /></a>
             </td>
             <td>
                     <strong>Title</strong>: PostgreSQL Replication<br />
 
     <tr>
             <td>
-                <a href="http://www.packtpub.com/how-to-postgresql-backup-and-restore/book"><img src="/media/img/docs/books/pg-backup-restore-packt.jpg" alt="PostgreSQL Backup and Restore How-to" /></a>
+                <a href="https://www.packtpub.com/how-to-postgresql-backup-and-restore/book"><img src="/media/img/docs/books/pg-backup-restore-packt.jpg" alt="PostgreSQL Backup and Restore How-to" /></a>
             </td>
             <td>
                     <strong>Title</strong>: PostgreSQL Backup and Restore How-to<br />
 
     <tr>
             <td>
-                <a href="http://www.packtpub.com/instant-postgresql-starter/book"><img src="/media/img/docs/books/instant-pg-starter-packt.jpg" alt="Instant PostgreSQL Starter" /></a>
+                <a href="https://www.packtpub.com/instant-postgresql-starter/book"><img src="/media/img/docs/books/instant-pg-starter-packt.jpg" alt="Instant PostgreSQL Starter" /></a>
             </td>
             <td>
                     <strong>Title</strong>: Instant PostgreSQL Starter<br />
 
     <tr>
             <td>
-                <a href="http://www.packtpub.com/postgresql-server-programming/book"><img src="/media/img/docs/books/pg-programming-packt.jpg" alt="PostgreSQL Server Programming" /></a>
+                <a href="https://www.packtpub.com/postgresql-server-programming/book"><img src="/media/img/docs/books/pg-programming-packt.jpg" alt="PostgreSQL Server Programming" /></a>
             </td>
             <td>
                     <strong>Title</strong>: PostgreSQL Server Programming<br />
     </tr>
     <tr>
             <td>
-                <a href="http://shop.oreilly.com/product/0636920025061.do"><img src="/media/img/docs/books/51gStZeVDL._AA160_.jpg" alt="PostgreSQL: Up and Running" /></a>
+                <a href="https://shop.oreilly.com/product/0636920025061.do"><img src="/media/img/docs/books/51gStZeVDL._AA160_.jpg" alt="PostgreSQL: Up and Running" /></a>
             </td>
             <td>
                <strong>Title</strong>: PostgreSQL: Up and Running<br />
     </tr>
     <tr>
             <td>
-                <a href="http://www.pearson.fr/livre/?GCOI=27440100863920"><img src="/media/img/docs/books/pearson_9782744024832.png" alt="Bases de données PostgreSQL, Gestion des performances" /></a>
+                <a href="https://www.pearson.fr/livre/?GCOI=27440100863920"><img src="/media/img/docs/books/pearson_9782744024832.png" alt="Bases de données PostgreSQL, Gestion des performances" /></a>
             </td>
             <td>
                <strong>Title</strong>: Bases de données PostgreSQL, Gestion des performances<br />
     </tr>
     <tr>
             <td>
-                    <a href="http://www.network-theory.co.uk/postgresql/vol1/"><img src="/media/img/docs/books/0954612027.92.jpg" alt="PostgreSQL Reference Manual - Volume 1" /></a>
+                    <a href="https://www.network-theory.co.uk/postgresql/vol1/"><img src="/media/img/docs/books/0954612027.92.jpg" alt="PostgreSQL Reference Manual - Volume 1" /></a>
                     </td>
             <td>
                     <strong>Title</strong>: PostgreSQL Reference Manual - Volume 1-3<br />
     </tr>
     <tr>
             <td>
-               <a href="http://postgresql-buch.de/"><img src="/media/img/docs/books/PB_Titel_PostgreSQL_small.png" alt="PostgreSQL.  Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)" /></a>
+               <a href="https://postgresql-buch.de/"><img src="/media/img/docs/books/PB_Titel_PostgreSQL_small.png" alt="PostgreSQL.  Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br />
     </tr>
     <tr>
        <td>
-               <a href="http://www.amazon.com/PostgreSQL-French-Fran%C3%83%C2%A7ois-Marie-Colonna/dp/2746043815"><img src="/media/img/docs/books/51im2FLd-IL._SL500_AA300_.jpg" alt="PostgreSQL" /></a>
+               <a href="https://www.amazon.com/PostgreSQL-French-Fran%C3%83%C2%A7ois-Marie-Colonna/dp/2746043815"><img src="/media/img/docs/books/51im2FLd-IL._SL500_AA300_.jpg" alt="PostgreSQL" /></a>
             </td>
             <td>
                     <strong>Title</strong>: PostgreSQL<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.de/PostgreSQL-Administration-Peter-Eisentraut/dp/3897217775/"><img src="/media/img/docs/books/21r2crI2nWL._SL500_AA180_.jpg" alt="PostgreSQL-Administration" /></a>
+               <a href="https://www.amazon.de/PostgreSQL-Administration-Peter-Eisentraut/dp/3897217775/"><img src="/media/img/docs/books/21r2crI2nWL._SL500_AA180_.jpg" alt="PostgreSQL-Administration" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL-Administration<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.editions-eni.fr/Livres/PostgreSQL---administration-et-exploitation-d-rsquoune-base-de-donnees-2eme-edition-/.4_3a6222cf-b921-41f5-886c-c989f77ba994_710d51ac-760b-4aeb-a66a-55d146b69983_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html"><img src="/media/img/docs/books/seblbook_ed2.jpg" alt="PostgreSQL - Administration et exploitation d’une base de donn&eacute;es (2&egrave;me &eacute;dition)" /></a>
+               <a href="https://www.editions-eni.fr/Livres/PostgreSQL---administration-et-exploitation-d-rsquoune-base-de-donnees-2eme-edition-/.4_3a6222cf-b921-41f5-886c-c989f77ba994_710d51ac-760b-4aeb-a66a-55d146b69983_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html"><img src="/media/img/docs/books/seblbook_ed2.jpg" alt="PostgreSQL - Administration et exploitation d’une base de donn&eacute;es (2&egrave;me &eacute;dition)" /></a>
                </td>
             <td>
                <strong>Title</strong>: PostgreSQL - Administration et exploitation d’une base de donn&eacute;es (2&egrave;me &eacute;dition)<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/PostgreSQL-Windows-Database-Professionals-Library/dp/0071485627/"><img src="/media/img/docs/books/51t2AbIfT4L._SS500_.jpg" alt="PostgreSQL 8 For Windows" /></a>
+               <a href="https://www.amazon.com/PostgreSQL-Windows-Database-Professionals-Library/dp/0071485627/"><img src="/media/img/docs/books/51t2AbIfT4L._SS500_.jpg" alt="PostgreSQL 8 For Windows" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL 8 For Windows<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/Beginning-PHP-PostgreSQL-E-Commerce-Professional/dp/159059648X/ref=nosim/cristiandarie-20"><img src="/media/img/docs/books/159059648X.01._AA240_SCLZZZZZZZ_V46693183_.jpg" alt="Cover of Beginning PHP and PostgreSQL E-Commerce" /></a>
+               <a href="https://www.amazon.com/Beginning-PHP-PostgreSQL-E-Commerce-Professional/dp/159059648X/ref=nosim/cristiandarie-20"><img src="/media/img/docs/books/159059648X.01._AA240_SCLZZZZZZZ_V46693183_.jpg" alt="Cover of Beginning PHP and PostgreSQL E-Commerce" /></a>
        </td>
             <td>
                <strong>Title</strong>: Beginning PHP and PostgreSQL E-Commerce<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&amp;path=ASIN/1590595475&amp;tag=zillablog-20&amp;camp=1789&amp;creative=9325"><img src="/media/img/docs/books/1590595475.01._AA240_SCLZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL 8" /></a>
+               <a href="https://www.amazon.com/exec/obidos/redirect?link_code=as2&amp;path=ASIN/1590595475&amp;tag=zillablog-20&amp;camp=1789&amp;creative=9325"><img src="/media/img/docs/books/1590595475.01._AA240_SCLZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL 8" /></a>
        </td>
             <td>
                <strong>Title</strong>: Beginning PHP &amp; PostgreSQL 8: From Novice to Professionnal<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0672327562/qid=1127439720/sr=2-1/ref=pd_bbs_b_2_1/103-1309672-0439005?v=glance&amp;s=books"><img src="/media/img/docs/books/0735712573.01.LZZZZZZZ.jpg" alt="Cover of PostgreSQL, 2nd Edition" /></a>
+               <a href="https://www.amazon.com/exec/obidos/tg/detail/-/0672327562/qid=1127439720/sr=2-1/ref=pd_bbs_b_2_1/103-1309672-0439005?v=glance&amp;s=books"><img src="/media/img/docs/books/0735712573.01.LZZZZZZZ.jpg" alt="Cover of PostgreSQL, 2nd Edition" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL, 2nd Edition<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590594789/qid=1120009860/sr=1-3/ref=sr_1_3/104-6660226-5122336?v=glance&amp;s=books"><img src="/media/img/docs/books/1590594789.01.MZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL, 2nd Edition" /></a>
+               <a href="https://www.amazon.com/exec/obidos/tg/detail/-/1590594789/qid=1120009860/sr=1-3/ref=sr_1_3/104-6660226-5122336?v=glance&amp;s=books"><img src="/media/img/docs/books/1590594789.01.MZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL, 2nd Edition" /></a>
        </td>
             <td>
                <strong>Title</strong>: Beginning Databases with PostgreSQL, 2nd Edition<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.de/exec/obidos/ASIN/3826614933/qid=1119990657/sr=2-1/ref=sr_2_11_1/028-1975809-0670932"><img src="/media/img/docs/books/3826614933.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL GE-PACKT" /></a>
+               <a href="https://www.amazon.de/exec/obidos/ASIN/3826614933/qid=1119990657/sr=2-1/ref=sr_2_11_1/028-1975809-0670932"><img src="/media/img/docs/books/3826614933.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL GE-PACKT" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL GE-PACKT <br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.de/exec/obidos/ASIN/3936546223/qid=1119990657/sr=2-3/ref=sr_2_11_3/028-1975809-0670932"><img src="/media/img/docs/books/3936546223.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL, m. CD-ROM" /></a>
+               <a href="https://www.amazon.de/exec/obidos/ASIN/3936546223/qid=1119990657/sr=2-3/ref=sr_2_11_3/028-1975809-0670932"><img src="/media/img/docs/books/3936546223.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL, m. CD-ROM" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL, m. CD-ROM <br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.de/exec/obidos/ASIN/3826613376/qid=1068391203/sr=2-2/ref=sr_2_11_2/302-2683521-4281640"><img src="/media/img/docs/books/3826613376.03.LZZZZZZZ.jpg" alt="Cover of PostgreSQL: Das offizielle Handbuch" /></a>
+               <a href="https://www.amazon.de/exec/obidos/ASIN/3826613376/qid=1068391203/sr=2-2/ref=sr_2_11_2/302-2683521-4281640"><img src="/media/img/docs/books/3826613376.03.LZZZZZZZ.jpg" alt="Cover of PostgreSQL: Das offizielle Handbuch" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL: Das offizielle Handbuch<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.de/exec/obidos/ASIN/3898641759/postgresql-20"><img src="/media/img/docs/books/3898641759.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP" /></a>
+               <a href="https://www.amazon.de/exec/obidos/ASIN/3898641759/postgresql-20"><img src="/media/img/docs/books/3898641759.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/0672323826/postgresql-20"><img src="/media/img/docs/books/0672323826.01._PE30_SCMZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL Advanced Web Programming" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/0672323826/postgresql-20"><img src="/media/img/docs/books/0672323826.01._PE30_SCMZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL Advanced Web Programming" /></a>
        </td>
             <td>
                <strong>Title</strong>: PHP and PostgreSQL Advanced Web Programming<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/1565928466/postgresql-20"><img src="/media/img/docs/books/1565928466.01.TZZZZZZZ.jpg" alt="Cover of Practical PostgreSQL" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/1565928466/postgresql-20"><img src="/media/img/docs/books/1565928466.01.TZZZZZZZ.jpg" alt="Cover of Practical PostgreSQL" /></a>
        </td>
             <td>
                <strong>Title</strong>: Practical PostgreSQL (O'Reilly Unix)<br />
             <strong>Current version at publication</strong>: &lt;7.4<br />
                <strong>Format</strong>: Paperback<br />
                <strong>Published</strong>: January 2002
-               <a href="http://www.commandprompt.com/ppbook/">Available online</a><br />
+               <a href="https://www.commandprompt.com/ppbook/">Available online</a><br />
        </td>
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/0672322609/postgresql-20"><img src="/media/img/docs/books/0672322609.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Developer's Handbook" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/0672322609/postgresql-20"><img src="/media/img/docs/books/0672322609.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Developer's Handbook" /></a>
        </td>
             <td>
                <strong>Title</strong>: Postgresql Developer's Handbook<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/193184142X/postgresql-20"><img src="/media/img/docs/books/193184142X.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/193184142X/postgresql-20"><img src="/media/img/docs/books/193184142X.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/0735711216/postgresql-20"><img src="/media/img/docs/books/0735711216.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL Essential Reference" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/0735711216/postgresql-20"><img src="/media/img/docs/books/0735711216.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL Essential Reference" /></a>
        </td>
             <td>
                <strong>Title</strong>: PostgreSQL Essential Reference<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/1861005156/postgresql-20"><img src="/media/img/docs/books/1861005156.01.TZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/1861005156/postgresql-20"><img src="/media/img/docs/books/1861005156.01.TZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL" /></a>
        </td>
             <td>
                <strong>Title</strong>: Beginning Databases with PostgreSQL<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/0201703319/postgresql-20"><img src="/media/img/docs/books/0201703319.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL: Introduction and Concepts" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/0201703319/postgresql-20"><img src="/media/img/docs/books/0201703319.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL: Introduction and Concepts" /></a>
                </td>
             <td>
                <strong>Title</strong>: PostgreSQL: Introduction and Concepts<br />
     </tr>
     <tr>
             <td>
-               <a href="http://www.amazon.com/exec/obidos/ASIN/0595149170/postgresql-20"><img src="/media/img/docs/books/0595149170.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Programmer's Guide" /></a>
+               <a href="https://www.amazon.com/exec/obidos/ASIN/0595149170/postgresql-20"><img src="/media/img/docs/books/0595149170.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Programmer's Guide" /></a>
        </td>
             <td>
                <strong>Title</strong>: Postgresql Programmer's Guide<br />
index 50f6cf6201c03692de48fc7a6ab535113e60a439..9d7fb10fd8664f9dd819d90aa7d9337d89f7ca66 100644 (file)
   <tbody>
     <tr>
       <td>
-        <a href="http://www.postgresqltutorial.com/">PostgreSQL Tutorial</a>
+        <a href="https://www.postgresqltutorial.com/">PostgreSQL Tutorial</a>
       </td>
       <td>Learn PostgreSQL and how to get started quickly through practical examples.</td>
     </tr>
     <tr>
       <td>
-        <a href="http://www.tutorialspoint.com/postgresql/">Tutorials Point PostgreSQL</a>
+        <a href="https://www.tutorialspoint.com/postgresql/">Tutorials Point PostgreSQL</a>
       </td>
       <td>A full, free online course for walking through PostgreSQL, from the basics to advanced administration.</td>
     </tr>
@@ -38,7 +38,7 @@
     </tr>
     <tr>
       <td>
-        <a href="http://schemaverse.com/">Schemaverse</a>
+        <a href="https://schemaverse.com/">Schemaverse</a>
       </td>
       <td>A space-based strategy game implemented entirely within a PostgreSQL database.</td>
     </tr>
index 736be365a3bb7f7fce657f6d4685ef3987e68793..f1d9663323be97e722436b72c26a9fa325e74779 100644 (file)
@@ -124,7 +124,7 @@ tools such as HBase, Hive, Pig, DataFu, Flume, Sqoop and others.
 <p>
 'LAPP', 'MAPP' and 'WAPP' (Linux/Mac/Windows + Apache + PHP + PostgreSQL)
 stacks are available from
-<a href="http://bitnami.org/tag/postgresql">BitNami</a>.
+<a href="https://bitnami.com/tag/postgresql">BitNami</a>.
 </p>
 
 <h2>Additional Software</h2>
index 566c47ce370ec6f8c948bb49709969e6d9d9163b..3e2a93194d4c59194ff80fce1e2e53e1c1c59e73 100644 (file)
@@ -6,11 +6,11 @@
 
 <h2>FreeBSD Ports</h2>
 
-<p>PostgreSQL packages are available for FreeBSD from the <a href="http://www.freebsd.org/ports" target="_blank">FreeBSD
+<p>PostgreSQL packages are available for FreeBSD from the <a href="https://www.freebsd.org/ports" target="_blank">FreeBSD
        Ports and Packages Collection</a>. Please see the ports documentation for information on how
 to install ports.</p>
 
-<p>A list of <a href="http://www.freebsd.org/cgi/ports.cgi?query=postgresql&stype=name&sektion=databases" target="_blank">PostgreSQL
+<p>A list of <a href="https://www.freebsd.org/cgi/ports.cgi?query=postgresql&stype=name&sektion=databases" target="_blank">PostgreSQL
        packages</a> can be found using the Ports Search tool on the FreeBSD website.</p>
 
 {%endblock%}
index fa6e2a716df317c8c97625263d84840e7967fbf5..8a4424a2890b4dd8b753fe70ad6019c12a6059c1 100644 (file)
@@ -112,10 +112,10 @@ version number as required):
 <h2>Debian backports</h2>
 <p>
 Newer versions of PostgreSQL for older versions of Debians are available
-in <a href="http://backports.debian.org/">Debian backports</a>. For
+in <a href="https://backports.debian.org/">Debian backports</a>. For
 information on how to enable and use the backports repository, please
 see the
-<a href="http://backports-master.debian.org/Instructions/">backports instructions</a> page at Debian.
+<a href="https://backports-master.debian.org/Instructions/">backports instructions</a> page at Debian.
 </p>
 <p>
 Once backports is enabled, you can install PostgreSQL the same way as with
index d3151b9c0aaf864d2319ccfb60fcfa261222924e..ccb598ac8a2cb075bc1c54931286b486165e236c 100644 (file)
@@ -28,7 +28,7 @@ RPMs for SUSE Linux and openSUSE are available from the
 in the project <em>server:database:postgresql</em>.
 Platform-specific RPM packages are available for PostgreSQL
 as well as a variety of related software.
-Use the <a href="http://software.opensuse.org/search" target="_blank">search facility</a>
+Use the <a href="https://software.opensuse.org/search" target="_blank">search facility</a>
 to find suitable packages. Documentation is also available there.
 </p>
 
index 2f14dcea5b10e3d1d76cb5040e08d785505b5658..3e780877fdb32701b0d598725e3ce5746e672732 100644 (file)
@@ -106,7 +106,7 @@ and procedural languages (Python, Perl, Java, and TCL).
 
 <h2>Postgres.app</h2>
 <p>
-<a href="http://postgresapp.com">Postgres.app</a> is a simple, native macOS app that runs in the menubar without the need of an installer. Open the app, and you have a PostgreSQL server
+<a href="https://postgresapp.com">Postgres.app</a> is a simple, native macOS app that runs in the menubar without the need of an installer. Open the app, and you have a PostgreSQL server
 ready and awaiting new connections. Close the app, and the server shuts down.
 </p>
 
@@ -114,13 +114,13 @@ ready and awaiting new connections. Close the app, and the server shuts down.
 
 <p>
 PostgreSQL packages are available for macOS from the
-<a href="http://www.finkproject.org/">Fink Project</a>.
+<a href="https://www.finkproject.org/">Fink Project</a>.
 Please see the Fink documentation for information on how to install packages.
 </p>
 
 <p>
 A list of
-<a href="http://pdb.finkproject.org/pdb/browse.php?summary=postgresql">PostgreSQL packages</a>
+<a href="https://pdb.finkproject.org/pdb/browse.php?summary=postgresql">PostgreSQL packages</a>
 can be found using the package search tool on the Fink website.
 </p>
 
@@ -128,13 +128,13 @@ can be found using the package search tool on the Fink website.
 
 <p>
 PostgreSQL packages are also available for macOS from the
-<a href="http://www.macports.org/">MacPorts Project</a>. Please see the
+<a href="https://www.macports.org/">MacPorts Project</a>. Please see the
 MacPorts documentation for information on how to install ports.
 </p>
 
 <p>
 A list of
-<a href="http://www.macports.org/ports.php?by=name&substr=postgresql">PostgreSQL packages</a>
+<a href="https://www.macports.org/ports.php?by=name&substr=postgresql">PostgreSQL packages</a>
 can be found using the portfiles search tool on the MacPorts website.
 </p>
 
@@ -142,7 +142,7 @@ can be found using the portfiles search tool on the MacPorts website.
 
 <p>
 PostgreSQL can also be installed on macOS
-using <a href="http://brew.sh">Homebrew</a>. Please see the Homebrew
+using <a href="https://brew.sh">Homebrew</a>. Please see the Homebrew
 documentation for information on how to install packages.
 </p>
 
index 5bf92916f8b1c274f11e056af88cf0fcb2f1e966..ab6673199b4b51da54b2aef505d72fcfe77f2b33 100644 (file)
@@ -6,7 +6,7 @@
 
 <h2>OpenBSD Ports</h2>
 
-<p>PostgreSQL packages are available for OpenBSD from the <a href="http://www.openbsd.org/faq/faq15.html" target="_blank">OpenBSD
+<p>PostgreSQL packages are available for OpenBSD from the <a href="https://www.openbsd.org/faq/faq15.html" target="_blank">OpenBSD
     Ports and Packages Collection</a>. Please see the ports documentation for information on how
 to install ports.</p>
 
index cf6a7472d255029742917f2b62a38ce9a4011849..55764f008a48cf0d4a2a03a8892a77417599474d 100644 (file)
@@ -43,7 +43,7 @@ all bugfixes that are scheduled for the next release.
 <h2>Installers</h2>
 <p>
 Installers for Windows and Mac are available <a
-href="http://www.enterprisedb.com/products-services-training/pgdevdownload">
+href="https://www.enterprisedb.com/products-services-training/pgdevdownload">
 here</a> (offsite link). These installers also include pgAdmin and are
 published by EDB.
 </p>
@@ -51,7 +51,7 @@ published by EDB.
 <h2>Red Hat, CentOS, Fedora and Scientific Linux</h2>
 <p>
 RPMs for Red Hat, CentOS, Fedora and Scientific Linux are available from the
-<a href="http://yum.postgresql.org/">PostgreSQL Yum repository</a>.
+<a href="https://yum.postgresql.org/">PostgreSQL Yum repository</a>.
 </p>
 <p>
 To setup the repository for these versions, follow the same instructions
index a097c4fee2699cca679ed85095160d8d37eaa23c..bfa6c63f932c39c9cb36ec34fb2c16b6f965ee48 100644 (file)
@@ -15,7 +15,7 @@
 
 <p>While this FAQ covers the 2013-04-04 PostgreSQL Security Update in general,
 most of its contents focus on the primary security vulnerability patched in the
-release, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899">
+release, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899">
 CVE-2013-1899</a>.</p>
 
 <h2>Are there any known exploits "in the wild" for this vulnerability?</h2>