From: ludo@gnu.org (Ludovic Courtès)
To: "Luis Felipe López Acevedo" <felipe.lopez@openmailbox.org>
Cc: Andy Wingo <wingo@igalia.com>, Mark H Weaver <mhw@netris.org>,
guile-devel <guile-devel@gnu.org>
Subject: Re: New logo and website design proposal
Date: Sun, 18 Oct 2015 19:58:26 +0200 [thread overview]
Message-ID: <87eggsgit9.fsf@gnu.org> (raw)
In-Reply-To: <be1cb63de333fcb6fc271305c1330562@openmailbox.org> ("Luis Felipe López Acevedo"'s message of "Mon, 12 Oct 2015 16:13:30 -0500")
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
One last thing I noticed: The download section gives instructions for
Debian and Fedora, which is useful. However, neither of these complies
with the GNU FSDG.
Thus I would suggest a change along these lines:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1523 bytes --]
diff --git a/website/apps/base/download-page.scm b/website/apps/base/download-page.scm
index ff4f1c9..db08463 100644
--- a/website/apps/base/download-page.scm
+++ b/website/apps/base/download-page.scm
@@ -68,22 +68,19 @@
(pre
(@ (class "shell"))
"guix package --install guile")
- (h3 (@ (id "debian")) "Debian")
- (P "If you use " (a (@ (href "http://www.debian.org/")) "Debian")
- " or any of its "
- (a (@ (href "https://wiki.debian.org/Derivatives/Census"))
- "derivatives") ", run the following command:")
+ (h3 (@ (id "debian")) "Trisquel, gNewSense, Debian, etc.")
+ (P "If you use " (a (@ (href "http://trisquel.info/")) "Trisquel")
+ ", " (a (@ (href "http://gnewsense.org")) "gNewSense")", "
+ " or other Debian derivatives,, run the following command:")
(pre
(@ (class "shell"))
"apt-get install guile-2.0")
- (h3 (@ (id "fedora")) "Fedora")
- (P "If you use " (a (@ (href "https://getfedora.org/")) "Fedora")
- " or any of its "
- (a (@ (href "https://fedoraproject.org/wiki/Derived_distributions"))
- "derivatives") ", run the following command:")
+ (h3 (@ (id "parabola")) "Parabola")
+ (P "If you use " (a (@ (href "http://www.parabola.nu/")) "Parabola")
+ ", run the following command:")
(pre
(@ (class "shell"))
- "yum install guile")
+ "pacman FIXME guile")
(h2 (@ (id "releases")) "Releases")
(P "The latest releases of Guile are available via anonymous FTP. "
"The " (a (@ (href "http://www.gnu.org/software/software.html"))
[-- Attachment #3: Type: text/plain, Size: 115 bytes --]
How does that sound? (Anyone familiar with Parabola/Arch should fill in
the FIXME. ;-))
Thanks,
Ludo’.
next prev parent reply other threads:[~2015-10-18 17:58 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-15 19:23 New logo and website design proposal Luis Felipe López Acevedo
2015-09-15 19:43 ` Mathieu Lirzin
2015-09-15 23:48 ` Luis Felipe López Acevedo
2015-09-15 21:05 ` David Pirotte
2015-09-15 23:55 ` Luis Felipe López Acevedo
2015-09-16 0:12 ` Nala Ginrut
2015-09-15 21:31 ` Christopher Allan Webber
2015-09-16 0:38 ` Luis Felipe López Acevedo
2015-09-21 20:40 ` Ludovic Courtès
2015-09-23 16:18 ` Luis Felipe López Acevedo
2015-09-23 21:12 ` Ludovic Courtès
2015-10-09 22:24 ` Luis Felipe López Acevedo
2015-10-10 11:40 ` Amirouche Boubekki
2015-10-10 14:49 ` Christopher Allan Webber
2015-10-10 17:24 ` Thompson, David
2015-10-10 19:17 ` Luis Felipe López Acevedo
2015-10-11 20:11 ` Ludovic Courtès
2015-10-11 21:39 ` Luis Felipe López Acevedo
2015-10-12 13:23 ` Ludovic Courtès
2015-10-12 21:13 ` Luis Felipe López Acevedo
2015-10-18 17:58 ` Ludovic Courtès [this message]
2015-10-18 18:06 ` Luis Felipe López Acevedo
2015-10-20 12:50 ` Ludovic Courtès
2015-10-20 14:58 ` Luis Felipe López Acevedo
2015-10-20 15:05 ` Ludovic Courtès
2015-10-20 20:13 ` Luis Felipe López Acevedo
2015-10-26 23:24 ` Ludovic Courtès
2015-10-27 14:46 ` Luis Felipe López Acevedo
2015-10-27 18:15 ` Luis Felipe López Acevedo
2015-11-05 9:56 ` New web site is live! Ludovic Courtès
2015-10-12 6:07 ` New logo and website design proposal Aleix Conchillo Flaqué
2015-10-12 13:26 ` Ludovic Courtès
2015-10-12 13:06 ` tomas
2015-10-12 18:15 ` Luis Felipe López Acevedo
2015-10-12 18:59 ` tomas
2015-10-12 20:32 ` Amirouche Boubekki
2015-10-12 8:15 ` Nala Ginrut
2015-10-12 18:00 ` Luis Felipe López Acevedo
2015-10-12 17:03 ` Aleix Conchillo Flaqué
2015-10-12 18:20 ` Luis Felipe López Acevedo
2015-09-16 6:43 ` Ricardo Wurmus
2015-09-17 14:33 ` Luis Felipe López Acevedo
2015-09-16 8:19 ` Alex Sassmannshausen
2015-09-17 14:59 ` Luis Felipe López Acevedo
2015-09-17 15:09 ` Thompson, David
2015-09-18 9:47 ` Amirouche Boubekki
2015-09-23 15:17 ` Luis Felipe López Acevedo
2015-09-25 23:28 ` The Guile community we could have (or: solving Worse is More Accessible) Christopher Allan Webber
2015-09-26 8:04 ` Taylan Ulrich Bayırlı/Kammer
2015-09-26 9:04 ` Alex Sassmannshausen
2015-10-20 8:46 ` Ludovic Courtès
2015-10-20 14:48 ` Christopher Allan Webber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87eggsgit9.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=felipe.lopez@openmailbox.org \
--cc=guile-devel@gnu.org \
--cc=mhw@netris.org \
--cc=wingo@igalia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).