[git] gnupg-doc - branch, preview, updated. 3525b5c85681f503d8b65697b084d4a892fe657e

by Werner Koch cvs at cvs.gnupg.org
Wed May 17 18:15: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  3525b5c85681f503d8b65697b084d4a892fe657e (commit)
       via  2f94c1cb50d3944cec793b3df72721a890f525a8 (commit)
      from  1f9e416dc6b989e04494abcef01332857bfeb51f (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 3525b5c85681f503d8b65697b084d4a892fe657e
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 17 18:11:45 2017 +0200

    campaign: Make "click to play" text partly smaller.

diff --git a/web/donate/index.org b/web/donate/index.org
index a7e8ffa..e6e9e22 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -157,14 +157,19 @@
     <div id="dailyvideo" class="camp-gutter camp-gutter-clump container">
       <div class="row">
 	<div class="col-sm-10 col-sm-offset-1">
-	  <h2>Video of the Day: Rick Astley <small>GnuPG will never gonna give you up</small></h2>
+	  <h2>Video of the Day: Rick Astley
+            <small>GnuPG will never gonna give you up</small>
+          </h2>
 	  <div class="row">
 	    <div class="col-lg-10 col-lg-offset-0">
 	      <div class="embed-responsive embed-responsive-16by9 camp-video"
-		   data-embed="p7ULsUdBMwM,6qQt5_kJGnY,FpO6ePjIyVs" data-embed-list="PLjX3x3GHoOWLdrpy17aX5JaCnea2_CxBa">
+		   data-embed="p7ULsUdBMwM,6qQt5_kJGnY,FpO6ePjIyVs"
+                   data-embed-list="PLjX3x3GHoOWLdrpy17aX5JaCnea2_CxBa">
 		<img src="/share/campaign/img/thumbs/6qQt5_kJGnY.jpg">
 		<div class="play-button"></div>
-		<div class="video-text">Click to start the video (requires JavaScript from YouTube).</div>
+		<div class="video-text">Click to start the video<br />
+                  <small>(requires JavaScript from YouTube.)</small>
+                </div>
               </div>
 	    </div>
 	  </div>

commit 2f94c1cb50d3944cec793b3df72721a890f525a8
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 17 18:08:32 2017 +0200

    campaign: Add copyright notices to CSS and Javascript.

diff --git a/web/donate/checkout-cc.org b/web/donate/checkout-cc.org
index 775e0f7..7573d64 100644
--- a/web/donate/checkout-cc.org
+++ b/web/donate/checkout-cc.org
@@ -1,3 +1,4 @@
+#                                                    -*- html -*-
 #+TITLE: GnuPG - Donate - Checkout with card
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index c4c3ac9..1bbbbd6 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -1,4 +1,10 @@
-/* Custom CSS for GnuPG site start here.  */
+/* Custom CSS for GnuPG campaign pages.  */
+ *
+ * This code is Copyright 2017 The GnuPG Project and licensed
+ * under a Creative Commons Attribution-ShareAlike 4.0 International
+ * License.  See the file copying.org for details.
+ */
+
 /* The default brand is tiny, let's bump the size of the lock graphic.  */
 .navbar-brand {
   height: 50px;
diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index f2094bd..68c270e 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -1,3 +1,10 @@
+/* Javascript for campaign related pages
+ *
+ * This code is Copyright 2017 The GnuPG Project and licensed
+ * under a Creative Commons Attribution-ShareAlike 4.0 International
+ * License.  See the file copying.org for details.
+ */
+
 /* For mobile devices in landscape orientation, the navbar is in the
    way of the video.  So hide it automatically then.  */
 $(document).ready(function() {

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

Summary of changes:
 web/donate/checkout-cc.org      |  1 +
 web/donate/index.org            | 11 ++++++++---
 web/share/campaign/campaign.css |  8 +++++++-
 web/share/campaign/campaign.js  |  7 +++++++
 4 files changed, 23 insertions(+), 4 deletions(-)


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




More information about the Gnupg-commits mailing list