summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-11-10 11:16:54 +0100
committerLudovic Courtès <ludo@gnu.org>2015-11-10 11:23:10 +0100
commit4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62 (patch)
tree23de2ec331db98299a25021d936059cf74c906a9
parentb4fdc1c17192846949691462667e5f559179b9d0 (diff)
downloadguix-artwork-4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62.tar
guix-artwork-4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62.tar.gz
website: help: Add Rennes talk.
* website/www/help.scm (help-page): Add slides and video for the Rennes talk.
-rw-r--r--website/www/help.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index bfd8281..52c0d4e 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -147,7 +147,15 @@ about the Nix package manager, which "
"Guix is based on") "."))
(h2 (@ (id "talks")) "Talks")
- (ul (li "August 2015, "
+ (ul (li "November 2015, Inria: "
+ (a (@ (href ,(slides-url
+ "guix-rennes-20151109.pdf")))
+ "slides") ", "
+ (a (@ (href
+ "https://gnunet.org/sites/default/files/ludo2015guix.webm"))
+ "video")
+ " (WebM; 73 minutes)")
+ (li "August 2015, "
(a (@ (href "http://reppar.org"))
"Workshop on Reproducibility in Parallel Computing
(RepPar)")