guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: website: help: Add Scheme Workshop and CUFP talks.


From: Ludovic Courtès
Subject: 01/03: website: help: Add Scheme Workshop and CUFP talks.
Date: Thu, 29 Sep 2016 14:40:07 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 5005037effa18b40c701142226eb05e02fdbbcfa
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 29 15:35:34 2016 +0200

    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!")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]