summaryrefslogtreecommitdiff
path: root/website/www.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-13 13:45:34 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-13 13:48:52 +0200
commitbc321f26858eda13bfdb6a961a4bd459cb53b691 (patch)
tree8d421797e33f4d3c57fbf854f65165706067f250 /website/www.scm
parent8bbccb95f84ae21c8d97a22bb5a2d3ef3059cdfd (diff)
downloadguix-artwork-bc321f26858eda13bfdb6a961a4bd459cb53b691.tar
guix-artwork-bc321f26858eda13bfdb6a961a4bd459cb53b691.tar.gz
website: Assorted tweaks.
* website/www.scm (main-page): Remove extra capital letters. Remove gnu-linux-libre from here. Use about#contact for the list of mailing lists. * website/www/about.scm (about-page): Tweak wording. * website/www/contribute.scm (contribute-page): Tweak Savannah box. Use more appropriate URL for the TP. * website/www/help.scm (help-page): Use about#contact for the mailing lists.
Diffstat (limited to 'website/www.scm')
-rw-r--r--website/www.scm16
1 files changed, 5 insertions, 11 deletions
diff --git a/website/www.scm b/website/www.scm
index 50bb4a2..e4e145f 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -135,7 +135,7 @@ character."
(a (@ (href ,(guix-url "manual"))
(class "hlink-yellow"))
"GNU Guix")
- " Package Manager, in addition to standard
+ " package manager, in addition to standard
package management features, supports transactional upgrades and roll-backs,
unprivileged package management, per-user profiles, and garbage collection.")
(li (b "Hackable.")
@@ -251,6 +251,7 @@ check whether the bug is already in the "
(a (@ (href "mailto:bug-guix@gnu.org")
(class "button btn-red"))
"Report")))
+
(div (@ (class "info-box text-left"))
(h3 "Mailing Lists")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel"))
@@ -273,22 +274,15 @@ the Guix System Distribution (GuixSD).")
Distribution.")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/gnu-system-discuss"))
(b "gnu-system-discuss"))
- (small " ( "
+ (small " ("
(a (@ (href "http://lists.gnu.org/archive/html/gnu-system-discuss/"))
"archive")
")")
(br)
"Discussion about the development of
the broader GNU system.")
- (p (a (@ (href "https://lists.nongnu.org/mailman/listinfo/gnu-linux-libre"))
- (b "gnu-linux-libre"))
- (small " ("
- (a (@ (href "http://lists.nongnu.org/archive/html/gnu-linux-libre/"))
- "archive")
- ")")
- (br)
- "Workgroup for fully free GNU/Linux distributions.")
- (p (a (@ (href "https://savannah.gnu.org/mail/?group=guix")
+
+ (p (a (@ (href (base-url "about#contact"))
(class "hlink-more-dark"))
"Find all the available lists")))))
,(html-page-footer))))