guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Add installer link for each architecture.


From: Luis Felipe López Acevedo
Subject: 01/01: website: Add installer link for each architecture.
Date: Tue, 12 May 2015 15:37:56 +0000

felipelopez pushed a commit to branch master
in repository guix-artwork.

commit beb4f739765146ba42b240473ab696ac6cfdc45d
Author: Felipe López <address@hidden>
Date:   Tue May 12 10:38:07 2015 -0500

    website: Add installer link for each architecture.
---
 website/www/download.scm |  122 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 121 insertions(+), 1 deletions(-)

diff --git a/website/www/download.scm b/website/www/download.scm
index cc4aae9..c67eb74 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -84,11 +84,131 @@ minimum system requirements:")
                          (p "Alternative download methods: "
                             (a (@ (href "#")) "torrent")
                             "."))
+                        (div (@ (class "summary-box"))
+                         (div (@ (class "text-center"))
+                              (img (@ (src ,(image-url "Guix-package.png"))
+                                      (alt ""))))
+                         (h2 "GNU Guix 0.8.2 Binary (i686)")
+                         (p "Self-contained tarball providing binaries for 
Guix and for 
+all its dependencies. Minimum system requirements:")
+                         (table (tbody (tr (th "Architecture")
+                                           (td "i686"))
+                                       (tr (th "Processor")
+                                           (td "1GHz"))
+                                       (tr (th "Memory")
+                                           (td "512MB"))
+                                       (tr (th "Hard Drive")
+                                           (td "5GB"))))
+                         (p (@ (class "text-center"))
+                            (a (@ (href 
"ftp://alpha.gnu.org/gnu/guix/guix-binary-0.8.2.i686.tar.xz";)
+                                  (class "hlink-yellow-boxed"))
+                               "DOWNLOAD")
+                            (br)
+                            "(7.7MB approx.)"
+                            (br)
+                            (a (@ (href "#")) "Get signature"))
+                         (p "See the "
+                            (a (@ (href ,(guix-url 
"manual/html_node/System-Installation.html")))
+                               " installation instructions")
+                            " from the manual.")
+                         (p "Alternative download methods: "
+                            (a (@ (href "#")) "torrent")
+                            ". "))
+                        (div (@ (class "summary-box"))
+                         (div (@ (class "text-center"))
+                              (img (@ (src ,(image-url "Guix-package.png"))
+                                      (alt ""))))
+                         (h2 "GNU Guix 0.8.2 Binary (x86_64)")
+                         (p "Self-contained tarball providing binaries for 
Guix and for 
+all its dependencies. Minimum system requirements:")
+                         (table (tbody (tr (th "Architecture")
+                                           (td "x86_64"))
+                                       (tr (th "Processor")
+                                           (td "1GHz"))
+                                       (tr (th "Memory")
+                                           (td "512MB"))
+                                       (tr (th "Hard Drive")
+                                           (td "5GB"))))
+                         (p (@ (class "text-center"))
+                            (a (@ (href 
"ftp://alpha.gnu.org/gnu/guix/guix-binary-0.8.2.x86_64.tar.xz";)
+                                  (class "hlink-yellow-boxed"))
+                               "DOWNLOAD")
+                            (br)
+                            "(7.7MB approx.)"
+                            (br)
+                            (a (@ (href "#")) "Get signature"))
+                         (p "See the "
+                            (a (@ (href ,(guix-url 
"manual/html_node/System-Installation.html")))
+                               " installation instructions")
+                            " from the manual.")
+                         (p "Alternative download methods: "
+                            (a (@ (href "#")) "torrent")
+                            ". "))
+                        (div (@ (class "summary-box"))
+                         (div (@ (class "text-center"))
+                              (img (@ (src ,(image-url "Guix-package.png"))
+                                      (alt ""))))
+                         (h2 "GNU Guix 0.8.2 Binary (mips64el)")
+                         (p "Self-contained tarball providing binaries for 
Guix and for 
+all its dependencies. Minimum system requirements:")
+                         (table (tbody (tr (th "Architecture")
+                                           (td "mips64el"))
+                                       (tr (th "Processor")
+                                           (td "1GHz"))
+                                       (tr (th "Memory")
+                                           (td "512MB"))
+                                       (tr (th "Hard Drive")
+                                           (td "5GB"))))
+                         (p (@ (class "text-center"))
+                            (a (@ (href 
"ftp://alpha.gnu.org/gnu/guix/guix-binary-0.8.2.mips64el.tar.xz";)
+                                  (class "hlink-yellow-boxed"))
+                               "DOWNLOAD")
+                            (br)
+                            "(7.7MB approx.)"
+                            (br)
+                            (a (@ (href "#")) "Get signature"))
+                         (p "See the "
+                            (a (@ (href ,(guix-url 
"manual/html_node/System-Installation.html")))
+                               " installation instructions")
+                            " from the manual.")
+                         (p "Alternative download methods: "
+                            (a (@ (href "#")) "torrent")
+                            ". "))
+                        (div (@ (class "summary-box"))
+                         (div (@ (class "text-center"))
+                              (img (@ (src ,(image-url "Guix-package.png"))
+                                      (alt ""))))
+                         (h2 "GNU Guix 0.8.2 Binary (armv7)")
+                         (p "Self-contained tarball providing binaries for 
Guix and for 
+all its dependencies. Minimum system requirements:")
+                         (table (tbody (tr (th "Architecture")
+                                           (td "armv7"))
+                                       (tr (th "Processor")
+                                           (td "1GHz"))
+                                       (tr (th "Memory")
+                                           (td "512MB"))
+                                       (tr (th "Hard Drive")
+                                           (td "5GB"))))
+                         (p (@ (class "text-center"))
+                            (a (@ (href 
"ftp://alpha.gnu.org/gnu/guix/guix-binary-0.8.2.i686.tar.xz";)
+                                  (class "hlink-yellow-boxed"))
+                               "DOWNLOAD")
+                            (br)
+                            "(7.7MB approx.)"
+                            (br)
+                            (a (@ (href "#")) "Get signature"))
+                         (p "See the "
+                            (a (@ (href ,(guix-url 
"manual/html_node/System-Installation.html")))
+                               " installation instructions")
+                            " from the manual.")
+                         (p "Alternative download methods: "
+                            (a (@ (href "#")) "torrent")
+                            ". "))
                     (div (@ (class "summary-box"))
                          (div (@ (class "text-center"))
                               (img (@ (src ,(image-url "Guix-package.png"))
                                       (alt ""))))
-                         (h2 "GNU Guix 0.8.2")
+                         (h2 "GNU Guix 0.8.2 Source")
                          (p "Archive distribution to install from source on
 machines with the following minimum system requirements:")
                          (table (tbody (tr (th "Architecture")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]