summaryrefslogtreecommitdiff
path: root/website/posts/guix-starts-fundraising-campaign-with-support-from-the-fsf.sxml
blob: 7958a8d7bcdd41b674fdef41dee77226e39778d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
(begin
  (use-modules (srfi srfi-19))
  `((title .
           "Guix starts fundraising campaign with support from the FSF")
    (author . "Ludovic Courtès")
    (date unquote
          (make-date 0 0 0 0 16 12 2015 3600))
    (content
      div
      (p "The GNU\xa0Guix project is glad to announce its first fundraising campaign, supported by the Free Software Foundation (FSF).  As the FSF "
         (a (@ (href "https://www.fsf.org/blogs/community/fsf-announces-support-for-gnu-guix"))
            "announced today")
         ", the campaign\x92s primary goal is to help increase the capacity of the project\x92s build farm.  We believe Guix offers a great tool set to increase the freedom and autonomy of computer users, and we are excited that the FSF supports the project!"
         (br))
      (p "Until now, the build farm behind hydra.gnu.org had been working on hardware and hosting "
         (a (@ (href "https://www.gnu.org/software/guix/donate/"))
            "generously provided")
         " by several organizations and individuals\x97thank you!  To cope with the growing number of "
         (a (@ (href "https://www.gnu.org/software/guix/packages/"))
            "packages")
         " and users, we felt that the time has come to call to the community to strengthen the project\x92s infrastructure.  Our first action will be to change the build farm\x92s front-end, which orchestrates builds and "
         (a (@ (href "http://www.gnu.org/software/guix/manual/html_node/Substitutes.html"))
            "distributes binaries")
         ".  Next we want to add more build machines, with two goals in mind: being able to quickly test changes that trigger lots of rebuilds, and being able to identify "
         (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8407"))
            "non-verifiable builds")
         "."
         (br))
      (p "Donations can be made on the "
         (a (@ (href "https://my.fsf.org/civicrm/contribute/transact?reset=1&id=50"))
            "FSF-hosted page for the campaign")
         ".  10% of your contribution will also go to help the FSF "
         (a (@ (href "https://fsf.org/appeal"))
            "meet its current fundraising goal")
         "."
         (br))
      (p "GNU\xa0Guix also welcomes contributions, both technical and non-technical: testing, adding new packages, writing code, translating messages and package descriptions to your native language, helping with Web design, and more.  Check out "
         (a (@ (href "http://www.gnu.org/software/guix/contribute/"))
            "the contribution page")
         "!"
         (br))
      (h4 "About GNU Guix")
      (p (a (@ (href "http://www.gnu.org/software/guix"))
            "GNU Guix")
         " is a functional package manager for the GNU system.  The Guix System Distribution or GuixSD is an advanced distribution of the GNU system that relies on GNU Guix and "
         (a (@ (href "http://www.gnu.org/distros/free-system-distribution-guidelines.html"))
            "respects the user's freedom")
         "."
         (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.  Guix uses low-level mechanisms from the Nix package manager, except that packages are defined as native "
         (a (@ (href "http://www.gnu.org/software/guile"))
            "Guile")
         " modules, using extensions to the "
         (a (@ (href "http://schemers.org")) "Scheme")
         " language.  GuixSD offers a declarative approach to operating system configuration management, and is highly customizable and hackable."
         (br))
      (p "GuixSD can be used on an i686 or x86_64 machine.  It is also possible to use Guix on top of an already installed GNU/Linux system, including on mips64el and armv7."
         (br)))))