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

      from  d25d352   website: about: Add link to security page.
      adds  580af4b   website: Add support for Haunt.
      adds  6453e88   website: download: Use 'match'.
      adds  bccda31   www: main-page: Tweak news item fetcher.
      adds  55c4d5b   website: Add "News" page.
      adds  864ff90   website: main-page: Show posts provided by Haunt.
       new  0735cb0   website: Import news entries from Savannah as Haunt posts.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 website/README                                     |   11 +-
 website/haunt.scm                                  |   91 +++++++++++
 .../back-from-the-european-lisp-symposium.sxml     |   20 +++
 .../posts/back-from-the-gnu-hackers-meeting.sxml   |   21 +++
 website/posts/boot-to-guile.sxml                   |   23 +++
 ...talks-about-guix-in-chicago-september-30th.sxml |   41 +++++
 .../posts/container-provisioning-with-guix.sxml    |   55 +++++++
 ...-the-linux-based-gnu-system-ported-to-mips.sxml |   30 ++++
 ...emacs-as-a-general-purpose-package-manager.sxml |   36 ++++
 website/posts/gnome-in-guixsd.sxml                 |  126 ++++++++++++++
 website/posts/gnu-dmd-0.1-released.sxml            |   16 ++
 website/posts/gnu-dmd-0.2-released.sxml            |   19 +++
 .../posts/gnu-guix--guixsd-0.10.0-released.sxml    |   93 +++++++++++
 website/posts/gnu-guix-0.1-released.sxml           |   26 +++
 website/posts/gnu-guix-0.2-released.sxml           |   32 ++++
 website/posts/gnu-guix-0.3-released.sxml           |   31 ++++
 .../gnu-guix-0.4-released;-happy-birthday-gnu.sxml |   35 ++++
 website/posts/gnu-guix-0.5-released.sxml           |   40 +++++
 website/posts/gnu-guix-0.6-released.sxml           |   41 +++++
 website/posts/gnu-guix-0.7-released.sxml           |   37 +++++
 website/posts/gnu-guix-0.8-released.sxml           |   64 ++++++++
 website/posts/gnu-guix-0.8.1-released.sxml         |   65 ++++++++
 website/posts/gnu-guix-0.8.2-released.sxml         |   78 +++++++++
 website/posts/gnu-guix-0.8.3-released.sxml         |   72 ++++++++
 website/posts/gnu-guix-0.9.0-released.sxml         |   84 ++++++++++
 .../posts/gnu-guix-and-guixsd-0.11.0-released.sxml |   84 ++++++++++
 website/posts/gnu-guix-at-fosdem.sxml              |   15 ++
 .../posts/gnu-guix-looks-for-gsoc-students.sxml    |   32 ++++
 ...-to-arm-and-other-niceties-of-the-new-year.sxml |   50 ++++++
 website/posts/gnu-guix-recruits-for-gsoc.sxml      |   52 ++++++
 ...uix-talk-at-opentechsummit-berlin-may-14th.sxml |   34 ++++
 ...ix-talk-in-boston-ma-(usa)-on-january-20th.sxml |   43 +++++
 ...nu-guix-talk-in-rennes-france-november-9th.sxml |   47 ++++++
 .../gnu-guix-welcomes-four-students-for-gsoc.sxml  |   62 +++++++
 .../gnu-guix-welcomes-three-students-for-gsoc.sxml |   45 +++++
 website/posts/gsoc-update.sxml                     |   53 ++++++
 website/posts/guix--gsoc.sxml                      |   29 ++++
 website/posts/guix-at-libreplanet-2016.sxml        |   40 +++++
 website/posts/guix-at-openbio-codefest-2014.sxml   |   17 ++
 .../guix-at-the-2014-gnu-hackers-meeting.sxml      |   29 ++++
 .../posts/guix-at-the-european-lisp-symposium.sxml |   15 ++
 .../posts/guix-gets-cross-compilation-support.sxml |   21 +++
 ...raising-campaign-with-support-from-the-fsf.sxml |   58 +++++++
 .../guix-tox-talk-at-pyconfr-october-17th.sxml     |   41 +++++
 website/posts/guixsd-system-tests.sxml             |  172 ++++++++++++++++++++
 ...-guix-a-package-manager-and-distro-for-gnu.sxml |   22 +++
 website/posts/join-gnu-guix-for-gsoc.sxml          |   56 +++++++
 ...uix-for-an-on-line-hackathon-on-sep.-28-29.sxml |   28 ++++
 ...join-us-for-a-guix-hackathon-on-sep.-27-28.sxml |   35 ++++
 website/posts/meet-guix-at-fosdem.sxml             |   66 ++++++++
 website/posts/one-week-to-fosdem.sxml              |   17 ++
 website/posts/porting-guix-and-guixsd.sxml         |   56 +++++++
 ...led-software-environments-in-hpc-with-guix.sxml |   41 +++++
 .../reproducible-builds-a-means-to-an-end.sxml     |  115 +++++++++++++
 website/posts/service-composition-in-guixsd.sxml   |  149 +++++++++++++++++
 .../posts/timely-delivery-of-security-updates.sxml |  116 +++++++++++++
 website/static/base/css/news.css                   |   23 +++
 website/www.scm                                    |   84 ++--------
 website/www/download.scm                           |   19 ++-
 website/www/news.scm                               |   77 +++++++++
 60 files changed, 2952 insertions(+), 78 deletions(-)
 create mode 100644 website/haunt.scm
 create mode 100644 website/posts/back-from-the-european-lisp-symposium.sxml
 create mode 100644 website/posts/back-from-the-gnu-hackers-meeting.sxml
 create mode 100644 website/posts/boot-to-guile.sxml
 create mode 100644 
website/posts/chris-webber-talks-about-guix-in-chicago-september-30th.sxml
 create mode 100644 website/posts/container-provisioning-with-guix.sxml
 create mode 100644 
website/posts/distro-of-the-linux-based-gnu-system-ported-to-mips.sxml
 create mode 100644 
website/posts/emacs-as-a-general-purpose-package-manager.sxml
 create mode 100644 website/posts/gnome-in-guixsd.sxml
 create mode 100644 website/posts/gnu-dmd-0.1-released.sxml
 create mode 100644 website/posts/gnu-dmd-0.2-released.sxml
 create mode 100644 website/posts/gnu-guix--guixsd-0.10.0-released.sxml
 create mode 100644 website/posts/gnu-guix-0.1-released.sxml
 create mode 100644 website/posts/gnu-guix-0.2-released.sxml
 create mode 100644 website/posts/gnu-guix-0.3-released.sxml
 create mode 100644 website/posts/gnu-guix-0.4-released;-happy-birthday-gnu.sxml
 create mode 100644 website/posts/gnu-guix-0.5-released.sxml
 create mode 100644 website/posts/gnu-guix-0.6-released.sxml
 create mode 100644 website/posts/gnu-guix-0.7-released.sxml
 create mode 100644 website/posts/gnu-guix-0.8-released.sxml
 create mode 100644 website/posts/gnu-guix-0.8.1-released.sxml
 create mode 100644 website/posts/gnu-guix-0.8.2-released.sxml
 create mode 100644 website/posts/gnu-guix-0.8.3-released.sxml
 create mode 100644 website/posts/gnu-guix-0.9.0-released.sxml
 create mode 100644 website/posts/gnu-guix-and-guixsd-0.11.0-released.sxml
 create mode 100644 website/posts/gnu-guix-at-fosdem.sxml
 create mode 100644 website/posts/gnu-guix-looks-for-gsoc-students.sxml
 create mode 100644 
website/posts/gnu-guix-ported-to-arm-and-other-niceties-of-the-new-year.sxml
 create mode 100644 website/posts/gnu-guix-recruits-for-gsoc.sxml
 create mode 100644 
website/posts/gnu-guix-talk-at-opentechsummit-berlin-may-14th.sxml
 create mode 100644 
website/posts/gnu-guix-talk-in-boston-ma-(usa)-on-january-20th.sxml
 create mode 100644 
website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
 create mode 100644 website/posts/gnu-guix-welcomes-four-students-for-gsoc.sxml
 create mode 100644 website/posts/gnu-guix-welcomes-three-students-for-gsoc.sxml
 create mode 100644 website/posts/gsoc-update.sxml
 create mode 100644 website/posts/guix--gsoc.sxml
 create mode 100644 website/posts/guix-at-libreplanet-2016.sxml
 create mode 100644 website/posts/guix-at-openbio-codefest-2014.sxml
 create mode 100644 website/posts/guix-at-the-2014-gnu-hackers-meeting.sxml
 create mode 100644 website/posts/guix-at-the-european-lisp-symposium.sxml
 create mode 100644 website/posts/guix-gets-cross-compilation-support.sxml
 create mode 100644 
website/posts/guix-starts-fundraising-campaign-with-support-from-the-fsf.sxml
 create mode 100644 website/posts/guix-tox-talk-at-pyconfr-october-17th.sxml
 create mode 100644 website/posts/guixsd-system-tests.sxml
 create mode 100644 
website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml
 create mode 100644 website/posts/join-gnu-guix-for-gsoc.sxml
 create mode 100644 
website/posts/join-guix-for-an-on-line-hackathon-on-sep.-28-29.sxml
 create mode 100644 
website/posts/join-us-for-a-guix-hackathon-on-sep.-27-28.sxml
 create mode 100644 website/posts/meet-guix-at-fosdem.sxml
 create mode 100644 website/posts/one-week-to-fosdem.sxml
 create mode 100644 website/posts/porting-guix-and-guixsd.sxml
 create mode 100644 
website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml
 create mode 100644 website/posts/reproducible-builds-a-means-to-an-end.sxml
 create mode 100644 website/posts/service-composition-in-guixsd.sxml
 create mode 100644 website/posts/timely-delivery-of-security-updates.sxml
 create mode 100644 website/static/base/css/news.css
 create mode 100644 website/www/news.scm

Reply via email to