summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-10-29 11:35:46 +0100
committerLudovic Courtès <ludo@gnu.org>2015-10-29 11:35:46 +0100
commit98128587bd67398173fa2c069898fe278996090f (patch)
tree55cd723152dcf8b7d4c0bc14478b5c7dfe9d0311
parent0424e99cec7200d2bf95bb8efef085fe713cae2b (diff)
downloadguix-artwork-98128587bd67398173fa2c069898fe278996090f.tar
guix-artwork-98128587bd67398173fa2c069898fe278996090f.tar.gz
website: help: Add Eelco's PhD thesis.
* website/www/help.scm (help-page): Add link to Eelco's thesis.
-rw-r--r--website/www/help.scm13
1 files changed, 12 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index a29179b..556f77a 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -118,6 +118,7 @@ Distribution. ")
(a (@ (href ,(base-url "about#contact"))
(class "hlink-more-dark"))
"Check all the lists")))
+
(h2 "Additional Documentation")
(ul (li (a (@ (href "https://arxiv.org/abs/1305.4584"))
(i "Functional Package Management with Guix"))
@@ -134,7 +135,17 @@ Environments in HPC with Guix"))
"2015 International Workshop on Reproducibility in
Parallel Computing (RepPar)")
", discusses the use of Guix in high-performance
-computing (HPC)."))
+computing (HPC).")
+ (li (a (@ (href
+ "http://nixos.org/~eelco/pubs/phd-thesis.pdf"))
+ (i "The Purely Functional Software Deployment
+Model"))
+ ", 2006; this is Eelco Dolstra's seminal PhD thesis
+about the Nix package manager, which "
+ (a (@ (href
+ ,(guix-url "manual/html_node/Acknowledgments.html")))
+ "Guix is based on") "."))
+
(h2 (@ (id "talks")) "Talks")
(ul (li "August 2015, "
(a (@ (href "http://reppar.org"))