guix-commits
[Top][All Lists]
Advanced

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

02/02: website: help: Add the FOSDEM talks.


From: Ludovic Courtès
Subject: 02/02: website: help: Add the FOSDEM talks.
Date: Thu, 04 Feb 2016 20:54:59 +0000

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

commit 36c64759159bb3784fb83362ac64995cdab53261
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 4 21:45:50 2016 +0100

    website: help: Add the FOSDEM talks.
    
    * website/www/help.scm (help-page): Add the FOSDEM talks.
---
 website/www/help.scm |   45 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/website/www/help.scm b/website/www/help.scm
index 66a662e..bd91019 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -1,5 +1,5 @@
 ;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
 ;;; who waives all copyright interest on this file.
@@ -150,7 +150,48 @@ about the Nix package manager, which "
                            "Guix is based on") "."))
 
                (h2 (@ (id "talks")) "Talks")
-               (ul (li "November 2015, Inria: "
+               (ul (li "January 2016, "
+                        (a (@ (href "https://fosdem.org/2016/";)) "FOSDEM")
+                        (ul
+                         (li (i "Adding GNU/Hurd support to GNU Guix")
+                             " (Manolis Ragkousis): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-hurd-20160130.pdf")))
+                                "slides"))
+                         (li (i "A gentle introduction to functional package
+management with GNU Guix")
+                             " (Ricardo Wurmus): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-intro-20160130.pdf")))
+                                "slides"))
+                         (li (i "Your distro is a Scheme library")
+                             " (Ludovic Courtès): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-scheme-20160130.pdf")))
+                                "slides"))
+                         (li (i "Foreign packages in GNU Guix")
+                             " (Pjotr Prins): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-ruby-20160130.pdf")))
+                                "slides"))
+                         (li (i "Reproducible and Customizable Deployments
+with GNU Guix")
+                             " (Ludovic Courtès): "
+                             (a (@ (href ,(slides-url
+                                           
"guix-fosdem-deployments-20160130.pdf")))
+                                "slides"))
+                         (li (i "Guix-tox, a functional version of tox")
+                             " (Cyril Roelandt): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-tox-20160130.pdf")))
+                                "slides"))
+                         (li (i "Reproducible and User-Controlled Package
+Management in HPC with GNU Guix")
+                             " (Ricardo Wurmus): "
+                             (a (@ (href ,(slides-url
+                                           "guix-fosdem-hpc-20160131.pdf")))
+                                "slides"))))
+                    (li "November 2015, Inria: "
                         (a (@ (href ,(slides-url
                                       "guix-rennes-20151109.pdf")))
                            "slides") ", "



reply via email to

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