diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 23:15:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 23:15:19 +0200 |
commit | 025ab15ee3166c5862e06bee647ac129526ba2b9 (patch) | |
tree | 05e253cf7418273fd5898fd0d5727c60d3bc4bd0 | |
parent | 29d34f589b8b13c5ec3f1300ad8f605890d74ee2 (diff) | |
download | guix-artwork-025ab15ee3166c5862e06bee647ac129526ba2b9.tar guix-artwork-025ab15ee3166c5862e06bee647ac129526ba2b9.tar.gz |
website: help: Add links to some blog posts.
* website/www/help.scm (help-page): Add "Blog Posts" section.
-rw-r--r-- | website/www/help.scm | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index 29d3e55..7146c62 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -149,6 +149,34 @@ about the Nix package manager, which " ,(guix-url "manual/html_node/Acknowledgments.html"))) "Guix is based on") ".")) + (h2 (@ (id "posts")) "Blog Posts") + + ;; For posts other than announcements, things that complement + ;; the manual. + (ul (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8491")) + (i "GNOME in GuixSD")) + ", March 2016") + (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8470")) + (i "Timely delivery of security updates")) + ", March 2016") + (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8412")) + (i "Service composition in GuixSD")) + ", November 2015") + (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8407")) + (i "Reproducible builds: a means to an end")) + ", November 2015") + (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8386")) + (i "Container provisioning with Guix")) + ", October 2015") + (li (a (@ (href + "https://savannah.gnu.org/news/?group=guix")) + "more posts"))) + (h2 (@ (id "talks")) "Talks") (ul (li "January 2016, " (a (@ (href "https://fosdem.org/2016/")) "FOSDEM") @@ -228,11 +256,11 @@ Management in HPC with GNU Guix") "guix-reppar-20150825.pdf"))) "slides")) (li "May 2015, " - (a (@ (href "http://opentechsummit.net/en.html")) - "OpenTechSummit") - ": " - (a (@ (href ,(slides-url "guix-opentechsummit-201505014.pdf"))) - "slides")) + (a (@ (href "http://opentechsummit.net/en.html")) + "OpenTechSummit") + ": " + (a (@ (href ,(slides-url "guix-opentechsummit-201505014.pdf"))) + "slides")) (li "February 2015, " (a (@ (href "https://fosdem.org/2015/schedule/event/the_emacs_of_distros/")) "FOSDEM") |