guix-commits
[Top][All Lists]
Advanced

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

01/01: website: main: Update screenshots.


From: Ludovic Courtès
Subject: 01/01: website: main: Update screenshots.
Date: Mon, 20 Jul 2015 19:47:54 +0000

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

commit 3ab61c4bf779e74c6d7b4c3e2215487879596fd7
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 20 21:45:51 2015 +0200

    website: main: Update screenshots.
    
    * website/www.scm (main-page): Update list of screenshots.
    * website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png,
      website/static/base/img/screenshots/thumbs/guix-edit+evince.png,
      website/static/base/img/screenshots/thumbs/guix-system-vm.png: New files.
---
 .../screenshots/thumbs/enlightenment-inkscape.png  |  Bin 0 -> 49041 bytes
 .../img/screenshots/thumbs/guix-edit+evince.png    |  Bin 0 -> 41193 bytes
 .../base/img/screenshots/thumbs/guix-system-vm.png |  Bin 0 -> 41535 bytes
 website/www.scm                                    |   27 ++++++++++---------
 4 files changed, 14 insertions(+), 13 deletions(-)

diff --git 
a/website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png 
b/website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png
new file mode 100644
index 0000000..3b9ac16
Binary files /dev/null and 
b/website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png differ
diff --git a/website/static/base/img/screenshots/thumbs/guix-edit+evince.png 
b/website/static/base/img/screenshots/thumbs/guix-edit+evince.png
new file mode 100644
index 0000000..d6f2af0
Binary files /dev/null and 
b/website/static/base/img/screenshots/thumbs/guix-edit+evince.png differ
diff --git a/website/static/base/img/screenshots/thumbs/guix-system-vm.png 
b/website/static/base/img/screenshots/thumbs/guix-system-vm.png
new file mode 100644
index 0000000..86c7965
Binary files /dev/null and 
b/website/static/base/img/screenshots/thumbs/guix-system-vm.png differ
diff --git a/website/www.scm b/website/www.scm
index 94bf981..79c5e5a 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -235,20 +235,21 @@ packaging API. ")
                            (class "h-separator")
                            (alt "")))
                    (div (@ (id "screens-box"))
-                         ,@(map (lambda (file alt)
-                                  (screenshot file #:alt alt))
-                                '("guixsd-grub.png"
-                                  "guixsd-slim.png"
-                                  "guix-screenie.png"
-                                  ;; "guixsd-xfce-emacs.png"
-                                  "guixsd-xfce-icecat-emacs.png"
-                                  "guixsd-xfce-mines.png")
-                                '("GRUB menu"
-                                  "Graphical log-in screen"
-                                  "Emacs, IceCat, and Evince"
-                                  ;; "Xfce and Emacs"
+                         ,@(map (match-lambda*
+                                  (((version file) alt)
+                                   (screenshot file
+                                               #:alt alt
+                                               #:directory version)))
+                                '(("0.8.2" "guixsd-slim.png")
+                                  ("0.8.2" "guixsd-xfce-icecat-emacs.png")
+                                  ("0.8.3" "guix-system-vm.png")
+                                  ("0.8.3" "guix-edit+evince.png")
+                                  ("0.8.3" "enlightenment-inkscape.png"))
+                                '("Graphical log-in screen"
                                   "Xfce, IceCat, and Emacs"
-                                  "Xfce and GNOME Mines")))
+                                  "VM started with 'guix system vm'"
+                                  "Evince, Emacs, and 'guix edit'"
+                                  "Enlightenment, Inkscape, and Serbian 
text")))
                    (p (a (@ (href ,(base-url "contribute") )
                             (class "hlink-yellow-boxed"))
                          "Help us package more software →")))



reply via email to

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