[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/29: website: contact: Tweak.
From: |
Ludovic Courtès |
Subject: |
27/29: website: contact: Tweak. |
Date: |
Wed, 6 Dec 2017 09:24:28 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 4b027d30ec91aa1664464b4149bce3fa047ef170
Author: Ludovic Courtès <address@hidden>
Date: Wed Dec 6 14:51:45 2017 +0100
website: contact: Tweak.
* website/apps/base/data.scm (contact-media): Nitpick.
---
website/apps/base/data.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 6294e3a..0abcc7a 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -21,7 +21,7 @@
#:name "IRC Channel"
#:description
'(p
- "Join the #guix channel on the Freenode IRC network to chat
+ "Join the " (code "#guix") " channel on the Freenode IRC network to chat
with the community about GuixSD or GNU Guix or to get help in
real-time.")
#:url (guix-url "contact/irc/")
@@ -49,7 +49,7 @@
"bug database")
". If it is not, please report it.")
#:url "mailto:address@hidden"
- #:log "https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix")
+ #:log "https://bugs.gnu.org/guix")
(contact
#:name "Development Mailing List"
@@ -66,19 +66,22 @@
(contact
#:name "Patches Mailing List"
#:description
- '(p
+ `(p
"Submission of patches. Every message sent to this mailing list
leads to a new entry in our "
(a (@ (href "https://bugs.gnu.org/guix-patches"))
"patch tracking tool")
". See "
(a (@ (href "https://debbugs.gnu.org/Advanced.html")) "this page")
- " for more information on how to use it. "
+ " for more information on how to use it; see "
+ (a (@ (href ,(manual-url "Submitting-Patches.html")))
+ "the manual")
+ " for more information on how to submit a patch. "
(a (@ (href
"https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00627.html"))
"Until February 2017")
", the guix-devel mailing list filled that role.")
#:url "https://lists.gnu.org/mailman/listinfo/guix-patches"
- #:log "https://lists.gnu.org/archive/html/guix-patches")
+ #:log "https://bugs.gnu.org/guix-patches")
(contact
#:name "Commits Mailing List"
@@ -124,7 +127,7 @@
#:log "https://lists.gnu.org/archive/html/gnu-system-discuss/")
(contact
- #:name "GNU/Linux Libre Mailing List"
+ #:name "GNU/Linux-libre Mailing List"
#:description
'(p "Workgroup for fully free GNU/Linux distributions.")
#:url "https://lists.nongnu.org/mailman/listinfo/gnu-linux-libre"
- 24/29: website: packages: Remove links to package issues., (continued)
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs., Ludovic Courtès, 2017/12/06
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages., Ludovic Courtès, 2017/12/06
- 09/29: website: packages: Implement patch links., Ludovic Courtès, 2017/12/06
- 16/29: website: base: Change http to https in some URLs on 'contribute'., Ludovic Courtès, 2017/12/06
- 27/29: website: contact: Tweak.,
Ludovic Courtès <=
- 22/29: website: packages: /packages shows at most 30 packages., Ludovic Courtès, 2017/12/06
- 26/29: website: Unify and rationalize tags for blog posts., Ludovic Courtès, 2017/12/06