[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: website: Update web page mapping.
From: |
Ludovic Courtès |
Subject: |
01/02: website: Update web page mapping. |
Date: |
Wed, 13 May 2015 16:34:06 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit a9c8be03971718814bbdc1959ec6d6aa723a7b81
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 18:29:09 2015 +0200
website: Update web page mapping.
* website/www.scm (%web-pages): Use "guix.html" for MAIN-PAGE, and
comment out "packages/index.html".
---
website/www.scm | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/website/www.scm b/website/www.scm
index 0557520..47aef6b 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -298,14 +298,18 @@ the broader GNU system.")
;;;
(define %web-pages
- ;; Mapping of web pages to HTML file names.
- `(("index.html" ,main-page)
+ ;; Mapping of web pages to HTML file names. Note: in the CVS repo at
+ ;; sv.gnu.org, the main page has to be called 'guix.html'.
+ `(("guix.html" ,main-page)
("about/index.html" ,about-page)
("contribute/index.html" ,contribute-page)
("donate/index.html" ,donate-page)
("download/index.html" ,download-page)
("help/index.html" ,help-page)
- ("packages/index.html" ,packages-page)))
+
+ ;; XXX: The following one is not ready yet.
+ ;; ("packages/index.html" ,packages-page)
+ ))
(define (mkdir* directory)
"Make DIRECTORY unless it already exists."