[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: website: Shorten alpha-warning message.
From: |
Ludovic Courtès |
Subject: |
02/02: website: Shorten alpha-warning message. |
Date: |
Wed, 13 May 2015 21:22:30 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 9c603769271290b0923b86b9cf887843fd529934
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 23:22:05 2015 +0200
website: Shorten alpha-warning message.
* website/www/shared.scm (html-page-description): Shorten alpha-warning
message, and link to "Limitations" section of the manual.
---
website/www/shared.scm | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/www/shared.scm b/website/www/shared.scm
index a636bf8..b51809b 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.scm
@@ -41,12 +41,12 @@ GUix Package Manager, Guile Scheme, Functional package
management")))
(define (html-page-description)
`(div (@ (class "message-box msg-info"))
(span (@ (class "msg-label")) "Note ")
- "The Guix System Distribution (GuixSD) is alpha software, which means it
-is not production-ready. It may contain bugs and lack important features. But
-more than a disclaimer, this is an invitation to join us in improving it. See "
- (a (@ (href ,(base-url "contribute"))) "Contributing")
- ", for more information. We hope you can soon switch to GuixSD without
-fear. "))
+ "The Guix System Distribution (GuixSD) is alpha software, "
+ "which means it is "
+ (a (@ (href ,(base-url
"manual/html_node/System-Installation.html#Limitations")))
+ "not production-ready")
+ ". But you can "
+ (a (@ (href ,(base-url "contribute"))) "help") "!"))
(define (html-page-links)
`(div (@ (id "header-box"))