guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: media: Add the graphical installer demo.


From: Ludovic Courtès
Subject: branch master updated: website: media: Add the graphical installer demo.
Date: Mon, 09 Nov 2020 09:18:03 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master by this push:
     new 4146d95  website: media: Add the graphical installer demo.
4146d95 is described below

commit 4146d95ac01252e940618e77fadd8d0265ec48d5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 9 15:17:23 2020 +0100

    website: media: Add the graphical installer demo.
    
    * website/apps/media/data.scm (playlists): Add graphical installer video.
    * website/static/videos/img/guix-system-install.png: New file.
---
 website/apps/media/data.scm                       |  12 +++++++++++-
 website/static/videos/img/guix-system-install.png | Bin 0 -> 55877 bytes
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 76af25d..9e66f5c 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -29,7 +29,17 @@
 GNU Guix."))
      #:url "https://guix.gnu.org/guix-videos/01-installation-from-script.webm";
      #:poster (guix-url "static/videos/img/installation-from-script.png")
-     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S"))
+    (video
+     #:title (C_ "video title"
+                 "Demonstration of the Guix System graphical installer")
+     #:page-subpath "system-graphical-installer"
+     #:description
+     (G_ '(p "Walks you through the graphical installer of GNU Guix System."))
+     #:url "https://guix.gnu.org/guix-videos/guix-system-install-1.1.0.webm";
+     #:poster (guix-url "static/videos/img/guix-system-install.png")
+     #:last-updated (string->date "2020-04-15T16:00:00" "~Y-~m-~dT~H:~M:~S")))
+
    (list
     (video
      #:title (C_ "video title" "Everyday use of GNU Guix, Part One")
diff --git a/website/static/videos/img/guix-system-install.png 
b/website/static/videos/img/guix-system-install.png
new file mode 100644
index 0000000..e2ac618
Binary files /dev/null and b/website/static/videos/img/guix-system-install.png 
differ



reply via email to

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