summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-23 10:06:19 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-23 10:06:19 +0200
commitf33373ccc25408a7af3d484469ce60e18e04bcf9 (patch)
tree518d597c00453620caa0e57f3bd38a0ab44fa34f
parent6abe664f6974bc5637887d0f9812fad154e9fb35 (diff)
downloadguix-artwork-f33373ccc25408a7af3d484469ce60e18e04bcf9.tar
guix-artwork-f33373ccc25408a7af3d484469ce60e18e04bcf9.tar.gz
help: Add the BLU and DConf talks.
* website/www/help.scm (help-page): Add the BLU and DConf talks.
-rw-r--r--website/www/help.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index cd6904d..8307f30 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -179,7 +179,11 @@ about the Nix package manager, which "
"more posts")))
(h2 (@ (id "talks")) "Talks")
- (ul (li "March 2016, "
+ (ul (li "May 2016, DConf: "
+ (a (@ (href ,(slides-url
+ "guix-dconf-20160505.pdf")))
+ "slides"))
+ (li "March 2016, "
(a (@ (href "https://libreplanet.org/2016/"))
"LibrePlanet")
", " (i "Solving the Deployment Crisis with GNU Guix")
@@ -253,6 +257,9 @@ Management in HPC with GNU Guix")
(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 "January 2016, Boston Linux & Unix User Group: "
+ (a (@ (href ,(slides-url "guix-blu-20160120.pdf")))
+ "slides"))
(li "November 2015, Inria: "
(a (@ (href ,(slides-url
"guix-rennes-20151109.pdf")))