summaryrefslogtreecommitdiff
path: root/website/www/help.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-02-27 21:51:51 -0500
committerMark H Weaver <mhw@netris.org>2016-02-27 21:51:51 -0500
commiteedcf1194899f7097325fcad9d8bc3f02cc0f2fe (patch)
tree3f0d294361b29870b445db5d17e503c8208c59e0 /website/www/help.scm
parent36c64759159bb3784fb83362ac64995cdab53261 (diff)
downloadguix-artwork-eedcf1194899f7097325fcad9d8bc3f02cc0f2fe.tar
guix-artwork-eedcf1194899f7097325fcad9d8bc3f02cc0f2fe.tar.gz
website: help: Add WebM videos of the FOSDEM 2016 talks.
* website/www/help.scm (help-page): Add the FOSDEM videos.
Diffstat (limited to 'website/www/help.scm')
-rw-r--r--website/www/help.scm30
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")))