[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: help: Add WebM videos of the FOSDEM 2016 talks.
From: |
Mark H. Weaver |
Subject: |
01/01: website: help: Add WebM videos of the FOSDEM 2016 talks. |
Date: |
Sun, 28 Feb 2016 02:53:57 +0000 |
mhw pushed a commit to branch master
in repository guix-artwork.
commit eedcf1194899f7097325fcad9d8bc3f02cc0f2fe
Author: Mark H Weaver <address@hidden>
Date: Sat Feb 27 21:51:51 2016 -0500
website: help: Add WebM videos of the FOSDEM 2016 talks.
* website/www/help.scm (help-page): Add the FOSDEM videos.
---
website/www/help.scm | 30 +++++++++++++++++++++++++-----
1 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/website/www/help.scm b/website/www/help.scm
index bd91019..29d3e55 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -163,23 +163,39 @@ management with GNU Guix")
" (Ricardo Wurmus): "
(a (@ (href ,(slides-url
"guix-fosdem-intro-20160130.pdf")))
- "slides"))
+ "slides")
+ ", "
+ (a (@ (href
"https://audio-video.gnu.org/video/misc/2016-01__GNU_Guix__Gentle_Introduction_to_Functional_Package_Management.webm"))
+ "partial video")
+ " (WebM; 7 minutes) ")
(li (i "Your distro is a Scheme library")
" (Ludovic Courtès): "
(a (@ (href ,(slides-url
"guix-fosdem-scheme-20160130.pdf")))
- "slides"))
+ "slides")
+ ", "
+ (a (@ (href
"https://audio-video.gnu.org/video/misc/2016-01__GNU_Guix__Your_Distro_is_a_Scheme_Library.webm"))
+ "video")
+ " (WebM; 29 minutes) ")
(li (i "Foreign packages in GNU Guix")
" (Pjotr Prins): "
(a (@ (href ,(slides-url
"guix-fosdem-ruby-20160130.pdf")))
- "slides"))
+ "slides")
+ ", "
+ (a (@ (href
"https://audio-video.gnu.org/video/misc/2016-01__GNU_Guix__Foreign_Packages_in_GNU_Guix.webm"))
+ "video")
+ " (WebM; 19 minutes) ")
(li (i "Reproducible and Customizable Deployments
with GNU Guix")
" (Ludovic Courtès): "
(a (@ (href ,(slides-url
"guix-fosdem-deployments-20160130.pdf")))
- "slides"))
+ "slides")
+ ", "
+ (a (@ (href
"https://audio-video.gnu.org/video/misc/2016-01__GNU_Guix__Reproducible_and_Customizable_Deployments.webm"))
+ "video")
+ " (WebM; 54 minutes) ")
(li (i "Guix-tox, a functional version of tox")
" (Cyril Roelandt): "
(a (@ (href ,(slides-url
@@ -190,7 +206,11 @@ Management in HPC with GNU Guix")
" (Ricardo Wurmus): "
(a (@ (href ,(slides-url
"guix-fosdem-hpc-20160131.pdf")))
- "slides"))))
+ "slides")
+ ", "
+ (a (@ (href
"https://audio-video.gnu.org/video/misc/2016-01__GNU_Guix__Reproducible_and_User-controlled_Package_Management_in_HPC.webm"))
+ "video")
+ " (WebM; 5 minutes) ")))
(li "November 2015, Inria: "
(a (@ (href ,(slides-url
"guix-rennes-20151109.pdf")))