summaryrefslogtreecommitdiff
path: root/website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-28 01:05:37 +0200
committerLudovic Courtès <ludo@gnu.org>2016-10-28 01:05:37 +0200
commit0735cb03a91d6fe1e644b0409ecc790eefe8f543 (patch)
treee064a44394581fc21e1163a807a9d0148493c278 /website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml
parent864ff90859459615872d3d3b5e1574ac08c3839a (diff)
downloadguix-artwork-0735cb03a91d6fe1e644b0409ecc790eefe8f543.tar
guix-artwork-0735cb03a91d6fe1e644b0409ecc790eefe8f543.tar.gz
website: Import news entries from Savannah as Haunt posts.
* website/post: New directory, with 54 .sxml files.
Diffstat (limited to 'website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml')
-rw-r--r--website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml22
1 files changed, 22 insertions, 0 deletions
diff --git a/website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml b/website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml
new file mode 100644
index 0000000..b85d770
--- /dev/null
+++ b/website/posts/introducing-guix-a-package-manager-and-distro-for-gnu.sxml
@@ -0,0 +1,22 @@
+(begin
+ (use-modules (srfi srfi-19))
+ `((title .
+ "Introducing Guix, a package manager and distro for GNU")
+ (author . "Ludovic Courtès")
+ (date unquote
+ (make-date 0 0 0 0 22 11 2012 3600))
+ (content
+ div
+ (p (a (@ (href "http://www.gnu.org/software/guix/"))
+ "GNU Guix")
+ " is an on-going project to build a purely functional package manager and free software distribution of the GNU system."
+ (br))
+ (p "In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection."
+ (br))
+ (p "Guix is approaching its first alpha release. It comes with a small and growing, self-contained user-land software distribution."
+ (br))
+ (p "The "
+ (a (@ (href "http://git.savannah.gnu.org/cgit/guix.git/tree/ROADMAP"))
+ "road map")
+ " details the current plan. Let us know what you think, and join the fun!"
+ (br)))))