One last thing I noticed: The download section gives instructions for
Debian and Fedora, which is useful.  However, neither of these complies
with the GNU FSDG.

Thus I would suggest a change along these lines:

diff --git a/website/apps/base/download-page.scm b/website/apps/base/download-page.scm
index ff4f1c9..db08463 100644
--- a/website/apps/base/download-page.scm
+++ b/website/apps/base/download-page.scm
@@ -68,22 +68,19 @@
 	(pre
 	 (@ (class "shell"))
 	 "guix package --install guile")
-	(h3 (@ (id "debian")) "Debian")
-	(P "If you use " (a (@ (href "http://www.debian.org/";)) "Debian")
-	   " or any of its "
-	   (a (@ (href "https://wiki.debian.org/Derivatives/Census";))
-	      "derivatives") ", run the following command:")
+	(h3 (@ (id "debian")) "Trisquel, gNewSense, Debian, etc.")
+	(P "If you use " (a (@ (href "http://trisquel.info/";)) "Trisquel")
+           ", " (a (@ (href "http://gnewsense.org";)) "gNewSense")", "
+	   " or other Debian derivatives,, run the following command:")
 	(pre
 	 (@ (class "shell"))
 	 "apt-get install guile-2.0")
-	(h3 (@ (id "fedora")) "Fedora")
-	(P "If you use " (a (@ (href "https://getfedora.org/";)) "Fedora")
-	   " or any of its "
-	   (a (@ (href "https://fedoraproject.org/wiki/Derived_distributions";))
-	      "derivatives") ", run the following command:")
+	(h3 (@ (id "parabola")) "Parabola")
+	(P "If you use " (a (@ (href "http://www.parabola.nu/";)) "Parabola")
+           ", run the following command:")
 	(pre
 	 (@ (class "shell"))
-	 "yum install guile")
+	 "pacman FIXME guile")
 	(h2 (@ (id "releases")) "Releases")
 	(P "The latest releases of Guile are available via anonymous FTP. "
 	   "The " (a (@ (href "http://www.gnu.org/software/software.html";))
How does that sound?  (Anyone familiar with Parabola/Arch should fill in
the FIXME.  ;-))

Thanks,
Ludo’.

Reply via email to