summaryrefslogtreecommitdiff
path: root/website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
Commit message (Collapse)AuthorAge
* 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.