summaryrefslogtreecommitdiff
path: root/website/www.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-13 18:29:09 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-13 18:33:02 +0200
commita9c8be03971718814bbdc1959ec6d6aa723a7b81 (patch)
treea9564bf5f970727c23eac951f7b8fb07749e8f38 /website/www.scm
parent04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3 (diff)
downloadguix-artwork-a9c8be03971718814bbdc1959ec6d6aa723a7b81.tar
guix-artwork-a9c8be03971718814bbdc1959ec6d6aa723a7b81.tar.gz
website: Update web page mapping.
* website/www.scm (%web-pages): Use "guix.html" for MAIN-PAGE, and comment out "packages/index.html".
Diffstat (limited to 'website/www.scm')
-rw-r--r--website/www.scm10
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."