From 68f721bddd6b539d607835dba41c38cb8735eafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 22 Dec 2015 19:34:15 +0100 Subject: website: Add 'help-guix@gnu.org'. * website/www.scm (main-page): Mention help-guix instead of guix-devel. * website/www/about.scm (about-page): Add help-guix. * website/www/help.scm (help-page): Likewise. --- website/www.scm | 8 ++++---- website/www/about.scm | 16 +++++++++++++++- website/www/help.scm | 9 +++++---- 3 files changed, 24 insertions(+), 9 deletions(-) (limited to 'website') diff --git a/website/www.scm b/website/www.scm index c4d7fcf..dfb7367 100644 --- a/website/www.scm +++ b/website/www.scm @@ -294,14 +294,14 @@ check whether the bug is already in the " (div (@ (class "info-box text-left")) (h3 "Mailing Lists") - (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel")) - (b "guix-devel")) + (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix")) + (b "help-guix")) (small " (" - (a (@ (href "https://lists.gnu.org/archive/html/guix-devel")) + (a (@ (href "https://lists.gnu.org/archive/html/help-guix")) "archive") ")") (br) - "Discussion about the development of GNU Guix and + "Support for users of GNU Guix and the Guix System Distribution (GuixSD).") (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix")) (b "bug-guix")) diff --git a/website/www/about.scm b/website/www/about.scm index bd109b7..1e44802 100644 --- a/website/www/about.scm +++ b/website/www/about.scm @@ -108,6 +108,20 @@ it under the terms of the " version\xa03 of the License, or (at your option) any later version. ") (h2 (@ (id "contact")) "Contact") + + (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix")) + (b "help-guix")) + (small " (" + (a (@ (href "https://lists.gnu.org/archive/html/help-guix")) + "archive") + ") ") + (br) + "Support for users of GNU Guix and +the Guix System Distribution (GuixSD). " + (a (@ (href + "https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00584.html")) + "Until December 2015") + ", the Guix-devel mailing list filled that role.") (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel")) (b "guix-devel")) (small " (" @@ -156,7 +170,7 @@ System Distribution (GuixSD). " are made on " (a (@ (href "http://lists.gnu.org/mailman/listinfo/info-gnu")) "info-gnu") - "(" + " (" (a (@ (href "http://lists.gnu.org/archive/html/info-gnu/")) "archive") ").")) diff --git a/website/www/help.scm b/website/www/help.scm index 52c0d4e..54362f2 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -97,14 +97,15 @@ browsed online. See the " (p "Email support from the community is also available through the following mailing lists. The messages sent to the lists are public and archived online.") - (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel")) - (b "guix-devel")) + + (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix")) + (b "help-guix")) (small " (" - (a (@ (href "https://lists.gnu.org/archive/html/guix-devel")) + (a (@ (href "https://lists.gnu.org/archive/html/help-guix")) "archive") ") ") (br) - "Discussion about the development of GNU Guix and + "Support for users of GNU Guix and the Guix System Distribution (GuixSD).") (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix")) (b "bug-guix")) -- cgit v1.2.3