summaryrefslogtreecommitdiff
path: root/website/posts
Commit message (Collapse)AuthorAge
* website: gsoc: Fix anchor.Ludovic Courtès2017-03-10
| | | | | * website/posts/join-gnu-guix-for-gsoc-2017.md: Fix anchor for "eligible". Reported by Tobias.
* website: Add post about GSoC.Ludovic Courtès2017-03-09
| | | | | | | * website/posts/join-gnu-guix-for-gsoc-2017.md: New file. * website/haunt.scm: Add COMMONMARK-READER. * website/www.scm (sxml->string*)[sxml->strings]: Automatically wrap lists in <div>.
* website: Fix URL in FOSDEM 2017 post.Ludovic Courtès2017-02-14
| | | | * website/posts/meet-guix-at-fosdem-2017.html: Fix URL of Pjotr's talk.
* website: Add post about FOSDEM 2017.Ludovic Courtès2017-01-17
| | | | * website/posts/meet-guix-at-fosdem-2017.html: New file.
* website: Add release announcement for 0.12.0.Ricardo Wurmus2016-12-31
| | | | * website/posts/gnu-guix-and-guixsd-0.12.0-released.sxml: New file.
* website: RB summit: Fix link to NixOS post.Ludovic Courtès2016-12-18
| | | | | | Reported by kmicu. * website/posts/reproducible-build-summit.html: Fix link to NixOS post.
* website: RB summit: Fix Debian ratio.Ludovic Courtès2016-12-17
| | | | | | | Reported by Mattia Rizzolo <mattia@debian.org>. * website/posts/reproducible-build-summit.html: s/binary packages/source packages/.
* website: Add post about the repro build summit.Ludovic Courtès2016-12-17
| | | | * website/posts/reproducible-build-summit.html: New file.
* website: news: Add 'inline-image' class.Ludovic Courtès2016-11-10
| | | | | | | | | | This is a followup to 4c322d36bc02e5e35464afa753fbf1b1da9de8f6, which had the unintended effect of moving the logo in the top banner to the right. * website/posts/growing-our-build-farm.html: Use the 'inline-image' class. * website/static/base/css/news.css (.inline-image): New category.
* website: news: Add post about the new machine.Ludovic Courtès2016-11-10
| | | | | | | | * website/posts/growing-our-build-farm.html, website/static/base/img/blog/20161110-server-back.jpg, website/static/base/img/blog/20161110-server-front.jpg, website/static/base/img/blog/20161110-server-interior.jpg, website/static/base/img/blog/20161110-server-closeup.jpg: New files.
* website: posts: Replace Savannah links with /news links.Ludovic Courtès2016-10-31
| | | | * posts/*.sxml: Update news links.
* website: posts: Restore Unicode characters that were mangled.Ludovic Courtès2016-10-28
| | | | | | | | | | | | | | | | | | | * website/posts/back-from-the-european-lisp-symposium.sxml, website/posts/emacs-as-a-general-purpose-package-manager.sxml, website/posts/gnu-guix--guixsd-0.10.0-released.sxml, website/posts/gnu-guix-and-guixsd-0.11.0-released.sxml, website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml, website/posts/guix-starts-fundraising-campaign-with-support-from-the-fsf.sxml, website/posts/guixsd-system-tests.sxml, website/posts/join-gnu-guix-for-gsoc.sxml, website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml, website/posts/reproducible-builds-a-means-to-an-end.sxml, website/posts/service-composition-in-guixsd.sxml, website/posts/timely-delivery-of-security-updates.sxml: Pass through sed -es'/\\x91/‘/g ; s/\\x92/’/g ; s/\\x93/“/g ; s/\\x94/”/g ; s/\\x97/—/g ; s/\\x85/…/g' -i *.sxml. * website/posts/gnome-in-guixsd.sxml: Likewise, and fix Sou Bunnbu's name.
* website: Import news entries from Savannah as Haunt posts.Ludovic Courtès2016-10-28
* website/post: New directory, with 54 .sxml files.