[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43871] [PATCH website] Add community page
From: |
zimoun |
Subject: |
[bug#43871] [PATCH website] Add community page |
Date: |
Fri, 09 Oct 2020 01:16:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Dear,
On Fri, 09 Oct 2020 at 00:38, Julien Lepiller <julien@lepiller.eu> wrote:
> This patch aims at adding a new page on the website that lists external
> resources that talk about guix (conference talks, blog posts and even
> academic papers).
Cool!
> diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
> index 76af25d..89f7a8c 100644
> --- a/website/apps/media/data.scm
> +++ b/website/apps/media/data.scm
[...]
> @@ -85,6 +87,53 @@ distribution."))
> #:last-updated (string->date "2020-03-28T16:00:00"
> "~Y-~m-~dT~H:~M:~S")))))
>
>
> +(define resources
Maybe chronological order? Last first:
> + (list
> + (resource
> + #:title (C_ "community resource title" "Reproducible System
> Administration with GNU Guix")
> + #:date (string->date "2019-12-04" "~Y-~m-~d"))
> + (resource
> + #:title (C_ "community resource title" "Bitcoin Build System Security")
> + #:date (string->date "2019-06-08" "~Y-~m-~d"))
> + (resource
> + #:title (C_ "community resource title" "Au-delà des conteneurs :
> environnements logiciels reproductibles avec GNU Guix")
> + #:date (string->date "2019-05-23" "~Y-~m-~d"))
> + (resource
> + #:title (C_ "community resource title" "Guix: A most advanced
> operating system")
> + #:date (string->date "2019-01-14" "~Y-~m-~d"))))
> + (resource
> + #:title (C_ "community resource title" "Everyday use of Guix")
> + #:date (string->date "2018-10-10" "~Y-~m-~d"))
> + (resource
> + #:title (C_ "community resource title" "Code Staging in GNU Guix")
> + #:date (string->date "2017-09-04" "~Y-~m-~d"))
Does it make sense to add all the FOSDEM ones? For example:
https://archive.fosdem.org/2014/schedule/event/gnuguix/
https://archive.fosdem.org/2015/schedule/event/the_emacs_of_distros/
etc. well what under talks/fosdem-*
All the best,
simon