[git] gnupg-doc - branch, preview, updated. fc824d465626d1c504578b00b418b7cd24bb7113

by Werner Koch cvs at cvs.gnupg.org
Thu May 4 08:36:04 CEST 2017


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, preview has been updated
       via  fc824d465626d1c504578b00b418b7cd24bb7113 (commit)
      from  709a3e2edeff2552e84fd6d51a1f255d8ed6b944 (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 fc824d465626d1c504578b00b418b7cd24bb7113
Author: Werner Koch <wk at gnupg.org>
Date:   Thu May 4 08:33:01 2017 +0200

    web: Set a default viewport

diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index 892eab5..110cea8 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -69,7 +69,8 @@ if not available.  If CUSTOM is true only a minimal header is set."
 <html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">
 <head>
 <title>" title "</title>
-<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n")
+<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />
+")
   (when (and committed-at (>= (length committed-at) 10))
       (insert "<meta name=\"DC.Date\" content=\""
               (substring committed-at 0 10) "\" />\n"))
@@ -81,6 +82,7 @@ if not available.  If CUSTOM is true only a minimal header is set."
 <meta name=\"DC.Publisher\" content=\"The GnuPG Project\" />
 <meta name=\"DC.Identifier\" content=\"https://gnupg.org/\" />
 <meta name=\"DC.Rights\" content=\"https://gnupg.org/copying.html\" />
+<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />
 ")
 (unless custom
  (insert "<link rel=\"stylesheet\" href=\"/share/site.css\" type=\"text/css\" />

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

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


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




More information about the Gnupg-commits mailing list