diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-02-04 21:45:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-04 21:54:40 +0100 |
commit | 36c64759159bb3784fb83362ac64995cdab53261 (patch) | |
tree | dd2027a099d2815617c46b7476a553ee052d4c1a /website/www | |
parent | 85fa8777662dc472ce88f3019031f88d2f0f5fa6 (diff) | |
download | guix-artwork-36c64759159bb3784fb83362ac64995cdab53261.tar guix-artwork-36c64759159bb3784fb83362ac64995cdab53261.tar.gz |
website: help: Add the FOSDEM talks.
* website/www/help.scm (help-page): Add the FOSDEM talks.
Diffstat (limited to 'website/www')
-rw-r--r-- | 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 <ludo@gnu.org> +;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> ;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org> ;;; 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") ", " |