unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Website Download Page Patch
@ 2016-06-24  3:53 Lev Lazinskiy
  2016-06-24  8:54 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Lev Lazinskiy @ 2016-06-24  3:53 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hi Everyone,

I am new to guile and using git the "manual way" so I apologize if there 
are any mistakes here. Attached is a patch that updates the download 
page to include Fedora instructions (there is a broken link to fedora 
with no instructions). I also added instructions for getting guile 
installed on OS X with homebrew.

Best,
Lev

[-- Attachment #2: 0001-Update-Download-page-with-Fedora-and-OS-X.patch --]
[-- Type: text/plain, Size: 1688 bytes --]

From ad46e3a11d81942cdab0603aff4518ef193ff923 Mon Sep 17 00:00:00 2001
From: Lev Lazinskiy <lev@levlaz.org>
Date: Thu, 23 Jun 2016 23:46:05 -0400
Subject: [PATCH] Update Download page with Fedora and OS X

Add instructions for installing guile under Fedora using yum and OS X
using homebrew.
---
 website/apps/base/download-page.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/download-page.scm b/website/apps/base/download-page.scm
index e1d6c38..1abe5cb 100644
--- a/website/apps/base/download-page.scm
+++ b/website/apps/base/download-page.scm
@@ -53,7 +53,9 @@
 	  (ul
 	   (li (a (@ (href "#guix")) "Guix"))
 	   (li (a (@ (href "#debian")) "Debian"))
-	   (li (a (@ (href "#fedora")) "Fedora"))))
+	   (li (a (@ (href "#parabola")) "Parabola"))
+	   (li (a (@ (href "#fedora")) "Fedora"))
+	   (li (a (@ (href "#osx")) "OS X "))))
 	 (li (a (@ (href "#releases")) "Releases"))
 	 (li (a (@ (href "#repository")) "Repository"))
 	 (li (a (@ (href "#snapshots")) "Snapshots"))))
@@ -81,6 +83,18 @@
 	(pre
 	 (@ (class "shell"))
 	 "pacman -S guile")
+	(h3 (@ (id "fedora")) "Fedora")
+	(P "If you use " (a (@ (href "https://getfedora.org/")) "Fedora")
+	   ", run the following command:")
+	(pre
+	 (@ (class "shell"))
+	 "yum install guile")
+	(h3 (@ (id "osx")) "OS X")
+	(P "If you use OS X with "(a (@ (href "http://brew.sh/")) "Homebrew")
+	   ", run the following command:")
+	(pre
+	 (@ (class "shell"))
+	 "brew install 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"))
-- 
2.8.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Website Download Page Patch
  2016-06-24  3:53 Website Download Page Patch Lev Lazinskiy
@ 2016-06-24  8:54 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-06-24  8:54 UTC (permalink / raw)
  To: Lev Lazinskiy; +Cc: guile-devel

On Fri 24 Jun 2016 05:53, Lev Lazinskiy <lev@levlaz.org> writes:

> I am new to guile and using git the "manual way" so I apologize if
> there are any mistakes here. Attached is a patch that updates the
> download page to include Fedora instructions (there is a broken link
> to fedora with no instructions). I also added instructions for getting
> guile installed on OS X with homebrew.

Nice!

I am fine with this but I know some people will complain about
recommending non-free software (macOS).  But I see that Emacs does this:
https://www.gnu.org/software/emacs/download.html.  Would you mind adding
a blurb about recommending free systems, etc?  I guess you can just copy
the one from Emacs.  Then we follow with links to windows and macOS
instructions.

Cheers,

Andy



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-24  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24  3:53 Website Download Page Patch Lev Lazinskiy
2016-06-24  8:54 ` Andy Wingo

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).