[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: website: Comment out web IRC client button.
From: |
Ludovic Courtès |
Subject: |
02/04: website: Comment out web IRC client button. |
Date: |
Wed, 13 May 2015 12:01:50 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 7f23667b7b8fe039384f0ea2dd9f9c97da28fd87
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 13:49:22 2015 +0200
website: Comment out web IRC client button.
* website/www.scm (main-page): Comment out webchat button.
---
website/www.scm | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/website/www.scm b/website/www.scm
index e4e145f..5ffd76d 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -237,10 +237,15 @@ packaging API. ")
"channel logs")
")")
".")
- (p (@ (class "text-right"))
- (a (@ (href
"http://webchat.freenode.net/?channels=%23guix")
- (class "button btn-blue"))
- "Connect"))
+
+ ;; XXX: Doesn't feel right to (1) suggest a JS
+ ;; client, and (2) make it too easy to join the
+ ;; channel.
+ ;; (p (@ (class "text-right"))
+ ;; (a (@ (href
"http://webchat.freenode.net/?channels=%23guix")
+ ;; (class "button btn-blue"))
+ ;; "Connect"))
+
(h3 "Report Bugs")
(p "Use the bugs mailing list to report bugs. Please
check whether the bug is already in the "