[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: help: Add links to some blog posts.
From: |
Ludovic Courtès |
Subject: |
01/01: website: help: Add links to some blog posts. |
Date: |
Mon, 28 Mar 2016 21:15:45 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 025ab15ee3166c5862e06bee647ac129526ba2b9
Author: Ludovic Courtès <address@hidden>
Date: Mon Mar 28 23:15:19 2016 +0200
website: help: Add links to some blog posts.
* website/www/help.scm (help-page): Add "Blog Posts" section.
---
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")