diff options
-rw-r--r-- | website/www/help.scm | 21 |
1 files changed, 20 insertions, 1 deletions
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!") |