diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-29 15:35:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-29 15:35:34 +0200 |
commit | 5005037effa18b40c701142226eb05e02fdbbcfa (patch) | |
tree | 6600a0a4c7e680792fc4e9f4d3178fcdc50156f1 | |
parent | b85367aad6a22fc10af02e4bcab826352c7ab2d1 (diff) | |
download | guix-artwork-5005037effa18b40c701142226eb05e02fdbbcfa.tar guix-artwork-5005037effa18b40c701142226eb05e02fdbbcfa.tar.gz |
website: help: Add Scheme Workshop and CUFP talks.
* website/www/help.scm (help-page): Add ICFP talks.
-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!") |