[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: website: Make repositories more visible.
From: |
Ludovic Courtès |
Subject: |
03/04: website: Make repositories more visible. |
Date: |
Wed, 13 May 2015 12:01:51 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit cb6ad87aac66f00d05e48f660d01afd05bd1038e
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 13:56:06 2015 +0200
website: Make repositories more visible.
* website/www/contribute.scm (contribute-page): Add links to the
repositories. Mention Git.
---
website/www/contribute.scm | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index 42db215..aa62ad7 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -33,7 +33,11 @@ will do our best to guide you. ")
maintenance and distribution of the Guix System Distribution and GNU Guix.")
(p "The source files for all the components of the
project, including software, web site, documentation, and artwork, are
available
-in repositories at Savannah. ")
+in "
+ (a (@ (href
+
"https://savannah.gnu.org/git/?group=guix"))
+ "Git repositories")
+ " at Savannah. ")
(a (@ (href "https://savannah.gnu.org/projects/guix")
(class "hlink-more-dark"))
"Access Savannah"))
@@ -83,7 +87,11 @@ distribution can be found "
"Send a new package"))
(div (@ (class "summary-box"))
(h2 (@ (id "programming")) "Programming")
- (p "We use "
+ (p "Source code is in the "
+ (a (@ (href
+
"http://git.savannah.gnu.org/cgit/guix.git/"))
+ "main Git repository") ". "
+ "We use "
(a (@ (href ,(gnu-url "software/guile")))
"GNU Guile")
" as the main programming and extension language