guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: website: packages: Remove the all-in-one page.


From: Ludovic Courtès
Subject: 04/05: website: packages: Remove the all-in-one page.
Date: Thu, 8 Dec 2016 09:17:05 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 1e48b40f1627442566402b9f2724d4a83d012a6e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 7 15:31:36 2016 +0100

    website: packages: Remove the all-in-one page.
    
    * website/www/packages.scm (packages-page): Remove reference to
    "all.html".
    (package-pages): Remove "all.html".
---
 website/www/packages.scm |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/website/www/packages.scm b/website/www/packages.scm
index a109bfb..544f32b 100644
--- a/website/www/packages.scm
+++ b/website/www/packages.scm
@@ -515,10 +515,7 @@ letter)."
                       "continuous integration system")
                    " shows their current build status "
                    "(updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
-                (p "You can browse packages indexed by their first letter, or
-you can view "
-                   (a (@ (href "/packages/all.html"))
-                      "all packages on a single page."))
+                (p "You can browse packages indexed by their first letter.")
                 (ul
                  ,@(map (lambda (group)
                           `(li (@ (id ,(string-append group "-link"))
@@ -537,8 +534,10 @@ and PAGE is the corresponding SXML."
              (list (string-append group ".html")
                    (paginated-packages-page packages group)))
            %groups)
-    ("index.html" ,(paginated-packages-page packages "0-9"))
-    ("all.html" ,(packages-page packages))))
+    ;; Note: We do not build the page for grouping "All" because the poor CVS
+    ;; server at gnu.org runs out of memory when it encounters such a big
+    ;; page (!).
+    ("index.html" ,(paginated-packages-page packages "0-9"))))
 
 (define* (issues-page #:key (checkers %issue-checkers))
   `(html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]