From 2a45468f4e7616e54e74a80fa20841e54fc6e42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 14 Feb 2017 17:06:05 +0100 Subject: website: Mention guix-patches@gnu.org. * website/www/about.scm (about-page): Add guix-patches@gnu.org. * website/www/contribute.scm (contribute-page): Mention guix-patches@gnu.org in a couple of places. --- website/www/about.scm | 20 +++++++++++++++++++- website/www/contribute.scm | 13 ++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/website/www/about.scm b/website/www/about.scm index e2afb95..19aa07e 100644 --- a/website/www/about.scm +++ b/website/www/about.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015, 2016 Ludovic Courtès +;;; Copyright © 2015, 2016, 2017 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Copyright © 2015 David Thompson ;;; Initially written by Luis Felipe López Acevedo @@ -141,6 +141,24 @@ System Distribution (GuixSD). " (a (@ (href "http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00039.html")) " Until July 2013") ", the bug-Guix mailing list filled that role. ") + (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-patches")) + (b "guix-patches")) + (small " (" + (a (@ (href "https://lists.gnu.org/archive/html/guix-patches")) + "archive") + ")") + (br) + "Submission of patches. Every message sent to this " + "mailing list leads to a new entry in our " + (a (@ (href "//bugs.gnu.org/guix-patches")) + "patch tracking tool") ". See " + (a (@ (href "//debbugs.gnu.org/Advanced.html")) + "this page") + " for more information on how to use it. " + (a (@ (href "//lists.gnu.org/archive/html/guix-devel/2017-02/msg00627.html")) + "Until February 2017") + ", the guix-devel mailing list filled that role.") + (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix")) (b "bug-guix")) (small " (" diff --git a/website/www/contribute.scm b/website/www/contribute.scm index b8007cb..5446256 100644 --- a/website/www/contribute.scm +++ b/website/www/contribute.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2015, 2017 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Initially written by Luis Felipe López Acevedo ;;; who waives all copyright interest on this file. @@ -103,7 +103,14 @@ distribution can be found " (a (@ (href ,(guix-url "manual/html_node/Packaging-Guidelines.html"))) "in the manual") ". ") - (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel") + (p "Check out the " + (a (@ (href ,(base-url "packages"))) + "package database") + " for a list of available packages, and the " + (a (@ (href "//bugs.gnu.org/guix-patches")) + "patch-tracking database") + " for a list of pending submissions.") + (a (@ (href "//lists.gnu.org/mailman/listinfo/guix-patches") (class "hlink-more-dark")) "Send a new package")) (div (@ (class "summary-box")) @@ -128,7 +135,7 @@ for the components of the system. ") "Contributing") " section of the manual for more details on the development setup, as well as the coding and cooperation conventions used in the project. ") - (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel") + (a (@ (href "//lists.gnu.org/mailman/listinfo/guix-patches") (class "hlink-more-dark")) "Send a new patch")) (div (@ (class "summary-box")) -- cgit v1.2.3