[git] gnupg-doc - branch, master, updated. 683620c456f46d246ba218675f6a6977d3c620d6

by Justus Winter cvs at cvs.gnupg.org
Mon Oct 10 14:25:05 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  683620c456f46d246ba218675f6a6977d3c620d6 (commit)
      from  f13388fd42405ea806e86c6f094074999831b360 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 683620c456f46d246ba218675f6a6977d3c620d6
Author: Justus Winter <justus at g10code.com>
Date:   Mon Oct 10 14:18:43 2016 +0200

    misc: Use https, avoid mixed content on git.gnupg.org.
    
    GnuPG-bug-id: 2744
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/misc/git.gnupg.org/index.html b/misc/git.gnupg.org/index.html
index 831c3d8..3e4fd23 100644
--- a/misc/git.gnupg.org/index.html
+++ b/misc/git.gnupg.org/index.html
@@ -118,12 +118,21 @@ Here is a list of shortcuts to often used repositories:
 For actual work you should clone a repository; use
 </p>
 <pre>
+  git clone https://git.gnupg.org/foo.git
+</pre>
+<p>or</p>
+<pre>
   git clone git://git.gnupg.org/foo.git
 </pre>
 <p>
 and replace <i>foo</i> by the name of the project (e.g. <i>gnupg</i>
-or <i>libgcrypt</i>).
+or <i>libgcrypt</i>).  Many commits and all tags are signed using
+GnuPG.  To verify the signatures on a tag (e.g. <i>gnupg-2.1.15</i>)
+do
 </p>
+<pre>
+  git tag -v gnupg-2.1.15
+</pre>
 <p>
 
 
@@ -135,8 +144,8 @@ Here is a list of projects now hosted on other servers:
 </p>
 <ul>
 <li> gnupg-for-java is now at
-     <a href="http://github.com/smartrevolution/gnupg-for-java"
-       >http://github.com/smartrevolution/gnupg-for-java</a>.</li>
+     <a href="https://github.com/smartrevolution/gnupg-for-java"
+       >https://github.com/smartrevolution/gnupg-for-java</a>.</li>
 </ul>
 
 
@@ -183,8 +192,8 @@ Here is a list of projects now hosted on other servers:
 
          <p>
 
-          <a class="img" href="http://validator.w3.org/check/referer">
-             <img src="http://www.w3.org/Icons/valid-xhtml10"
+          <a class="img" href="https://validator.w3.org/check/referer">
+             <img src="https://www.w3.org/Icons/valid-xhtml10"
                   alt="Valid XHTML 1.0!"
                   height="31" width="88" /></a>
              
@@ -193,13 +202,13 @@ Here is a list of projects now hosted on other servers:
                   alt="Digital Respect for the Masses"
                   height="40" width="69" /></a>
              
-          <a class="img" href="http://www.un.org/aboutun/charter/">
+          <a class="img" href="https://www.un.org/en/charter-united-nations/">
              <img src="pace.png"
                   alt="Peace!"
                   height="40" width="58" /></a>
              
-          <a class="img" href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.gnupg.org/share/site.css">
-             <img src="http://jigsaw.w3.org/css-validator/images/vcss"
+          <a class="img" href="https://jigsaw.w3.org/css-validator/validator?uri=https://www.gnupg.org/share/site.css">
+             <img src="https://jigsaw.w3.org/css-validator/images/vcss"
                   alt="Valid CSS!"
                   height="31" width="88" /></a>
          </p>

-----------------------------------------------------------------------

Summary of changes:
 misc/git.gnupg.org/index.html | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list