diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 18:29:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 18:33:02 +0200 |
commit | a9c8be03971718814bbdc1959ec6d6aa723a7b81 (patch) | |
tree | a9564bf5f970727c23eac951f7b8fb07749e8f38 | |
parent | 04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3 (diff) | |
download | guix-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".
-rw-r--r-- | 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." |