[git] gnupg-doc - branch, master, updated. a576c36b7ed5644d09c22246457d81c53c87a89c

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 10 21:00:33 CET 2015


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  a576c36b7ed5644d09c22246457d81c53c87a89c (commit)
      from  d75553c8cb3cb158d5fb777bfb3011244150787b (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 a576c36b7ed5644d09c22246457d81c53c87a89c
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 10 20:56:26 2015 +0100

    web: Add header menu items also as submenu.
    
    According to a report from Andrey Utkin posted to gnupg-users, some
    people won't notice that they need to click on the top menu entry to
    get to the donation page.  This patch fixes that for the important 3
    top menu items.
    
    What still needs to be fixed is that in the permanently show submenu,
    the first item needs to be made passive.

diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index 3fd950f..be7faf9 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -72,16 +72,19 @@ if not available."
 (defconst gpgweb-gnupg-menu-alist
   '(("/index.html"
      "Home"
-     (("/features.html"                    "Features")
+     (("/index.html"                       "Home")
+      ("/features.html"                    "Features")
       ("/news.html"                        "News")
       ("/people/index.html"                "People")
       ("/service.html"                     "Service")))
     ("/donate/index.html"
      "Donate"
-     (("/donate/kudos.html"                "List of Donors")))
+     (("/donate/index.html"                "Donate")
+      ("/donate/kudos.html"                "List of Donors")))
     ("/download/index.html"
      "Download"
-     (("/download/integrity_check.html"    "Integrity Check")
+     (("/download/index.html"              "Download")
+      ("/download/integrity_check.html"    "Integrity Check")
       ("/download/supported_systems.html"  "Supported Systems")
       ("/download/release_notes.html"      "Release Notes")
       ("/download/mirrors.html"            "Mirrors")

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

Summary of changes:
 web/share/gpgweb.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


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




More information about the Gnupg-commits mailing list