guix-commits
[Top][All Lists]
Advanced

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

06/06: website: download: Remove scary warning about being beta.


From: Ludovic Courtès
Subject: 06/06: website: download: Remove scary warning about being beta.
Date: Thu, 2 May 2019 07:10:32 -0400 (EDT)

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

commit 4dd2662d8b81772484c42cacabb45094da4b5ef3
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 2 13:07:50 2019 +0200

    website: download: Remove scary warning about being beta.
    
    * website/apps/download/data.scm (system-downloads): Remove warning
    message box.
---
 website/apps/download/data.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index 5f10262..8e432db 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -19,16 +19,6 @@
     #:title (string-append "GNU Guix System " (latest-guix-version))
     #:description
     `(div
-      (div
-       (@ (class "message-box msg-info"))
-       (span (@ (class "msg-label")) "Note ")
-       "The Guix System distribution is beta software, "
-       "which means it is "
-       (a
-       (@ (href ,(manual-url "Limitations.html")))
-       "not production-ready")
-       ".  But you can "
-       (a (@ (href ,(guix-url "contribute"))) "help") "!")
       (p "USB/DVD ISO installer of the standalone Guix System."))
     #:image (guix-url "static/base/img/GuixSD-package.png")
     #:base-url (string-append 
"https://ftp.gnu.org/gnu/guix/guix-system-install-";



reply via email to

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