diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-04 21:54:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-04 21:59:05 +0200 |
commit | c18b30725b9dc129565955dcf15e0c17489806a7 (patch) | |
tree | e5f890da3afb003597214496a6417d09d492978d /website | |
parent | 8a6c0d427e4374d4cb2d06b7f67224b07d65e898 (diff) | |
download | guix-artwork-c18b30725b9dc129565955dcf15e0c17489806a7.tar guix-artwork-c18b30725b9dc129565955dcf15e0c17489806a7.tar.gz |
website: help: Add LibrePlanet talk.
* website/www/help.scm (help-page): Add LP talk.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index 39debfd..cd6904d 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -179,7 +179,20 @@ about the Nix package manager, which " "more posts"))) (h2 (@ (id "talks")) "Talks") - (ul (li "January 2016, " + (ul (li "March 2016, " + (a (@ (href "https://libreplanet.org/2016/")) + "LibrePlanet") + ", " (i "Solving the Deployment Crisis with GNU Guix") + " (Christopher Allan Webber and David Thompson): " + (a (@ (href + ,(slides-url "guix-libreplanet-solving-the-deployment-crisis-20160319.pdf"))) + "slides") + ", " + (a (@ (href + "https://media.libreplanet.org/mgoblin_media/media_entries/1419/LP_2016_03_19_Webber_-_Thompson_Solving_the_deployment_crisis_with_GNU_STREAM.webm")) + "video") + " (WebM; 44 minutes)") + (li "January 2016, " (a (@ (href "https://fosdem.org/2016/")) "FOSDEM") (ul (li (i "Adding GNU/Hurd support to GNU Guix") |