From 5005037effa18b40c701142226eb05e02fdbbcfa Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 29 Sep 2016 15:35:34 +0200 Subject: website: help: Add Scheme Workshop and CUFP talks. * website/www/help.scm (help-page): Add ICFP talks. --- website/www/help.scm | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/www/help.scm b/website/www/help.scm index e06b264..ef716a3 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -183,7 +183,26 @@ about the Nix package manager, which " "more posts"))) (h2 (@ (id "talks")) "Talks") - (ul (li "August 2016, " + (ul (li "September 2016, " + (a (@ (href "http://cufp.org/2016/")) + "Commercial Users of Functional Programming (CUFP)") + ", " + (i "Guix: Scheme as a uniform OS admin and deployment +interface") + " (Ludovic Courtès): " + (a (@ (href ,(slides-url "guix-cufp-20160924.pdf"))) + "slides")) + (li "September 2016, " + (a (@ (href "http://scheme2016.snow-fort.org/")) + "Scheme Workshop") + ", " + (i "GNU Guix: The Functional GNU/Linux Distro That’s +a Scheme Library") + " (Ludovic Courtès): " + (a (@ (href ,(slides-url + "guix-scheme-workshop-20160918.pdf"))) + "slides")) + (li "August 2016, " (a (@ (href ,(gnu-url "ghm/program.html"))) "GNU Hackers Meeting") (ul (li (i "GNU Guix is 4 years old!") -- cgit v1.2.3