[git] gnupg-doc - branch, preview, updated. 9fe1ff76ab36fca61f9e21f82ecbf0b5a443fc13

by Marcus Brinkmann cvs at cvs.gnupg.org
Wed May 31 13:43:33 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  9fe1ff76ab36fca61f9e21f82ecbf0b5a443fc13 (commit)
      from  33d410b5af9d06b076de9c84b949254fb60e4ab1 (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 9fe1ff76ab36fca61f9e21f82ecbf0b5a443fc13
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Wed May 31 13:43:31 2017 +0200

    Fix YTIDs in playlist and french video embedding.

diff --git a/web/donate/index.fr.org b/web/donate/index.fr.org
index 7a2948f..b34a1dc 100644
--- a/web/donate/index.fr.org
+++ b/web/donate/index.fr.org
@@ -95,8 +95,8 @@
 	  <h1>Campagne de financement pour GnuPG</h1>
 	</div>
 	<div class="col-xs-12 col-lg-8">
-	  <div class="embed-responsive embed-responsive-16by9 camp-video" data-embed="yB3V1YP8cKw">
-	    <img src="http://i0.kym-cdn.com/photos/images/facebook/001/217/711/afd.jpg_large">
+	  <div class="embed-responsive embed-responsive-16by9 camp-video" data-embed="main">
+	    <img src="/share/campaign/img/thumbs/main.jpg">
 	    <div class="play-button"></div>
 	    <div class="video-text">Cliquez pour lancer la vidéo
               <noscript><br />
@@ -206,9 +206,9 @@
 	  <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">
-		<img src="/share/campaign/img/thumbs/p7ULsUdBMwM.jpg">
+		   data-embed="benjamin,alex,andre"
+                   data-embed-list="PLjX3x3GHoOWKs-VCjFBu_Yk5l1-l9mJzi">
+		<img src="/share/campaign/img/thumbs/benjamin.jpg">
 		<div class="play-button"></div>
 		<div class="video-text">Cliquez pour lancer la vidéo
                   <noscript><br />
diff --git a/web/share/campaign/campaign.js b/web/share/campaign/campaign.js
index 4190bb9..ba931c5 100644
--- a/web/share/campaign/campaign.js
+++ b/web/share/campaign/campaign.js
@@ -102,11 +102,11 @@ $(document).ready(function() {
 		 "geoffrey": "Y4yat43CvEc",
 		 "daniel": "coFFCJlMRjk",
 		 "cindy": "kPSEYvmFLWY",
-		 "benjamin": "mnVsS_kuwqo",
+		 "benjamin": "atFz16nInIs",
 		 "arthur": "Js_OqRLm9F4",
 		 "andrew": "DXiU9wewjn4",
-		 "andre": "sYXQxEPpnvA",
-		 "alex": "5FtL5hAcxk4"
+		 "andre": "bcNLlWqZ9d0",
+		 "alex": "1OMJWpdl0DA"
 	       };
 
     /* For the video preview, we use this for devices without hover events.  */

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

Summary of changes:
 web/donate/index.fr.org        | 10 +++++-----
 web/share/campaign/campaign.js |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)


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




More information about the Gnupg-commits mailing list