summaryrefslogtreecommitdiff
path: root/website/posts/one-week-to-fosdem.sxml
blob: 18b61e016fef2e9673748a74524d46cb9ff3186d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(begin
  (use-modules (srfi srfi-19))
  `((title . "One week to FOSDEM!")
    (author . "Ludovic Courtès")
    (date unquote (make-date 0 0 0 0 25 1 2014 3600))
    (content
      div
      (p (a (@ (href "https://fosdem.org/2014/"))
            "FOSDEM")
         " takes place next week.  We'll be giving a "
         (a (@ (href "https://fosdem.org/2014/schedule/event/gnuguix/"))
            "talk")
         " about Guix and the GNU system on Sunday at noon, in the "
         (a (@ (href "https://fosdem.org/2014/schedule/track/distributions/"))
            "distributions devroom")
         ".  Interested parties, freedom supporters, GNU hackers, and Schemers all alike are welcome to join in!"
         (br)))))