Skip to content

Commit

Permalink
Governance page
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Mar 25, 2020
1 parent 8943e3c commit 89c544a
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 134 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -7,12 +7,13 @@ rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst
default: all


HTML = index.html news.html learn.html \
HTML = index.html news.html learn.html governance.html \
teams/rfc-steering-committee.html teams/security.html teams/marketing.html \
nixos/foundation.html \
nix/index.html nix/about.html nix/download.html \
nixpkgs/index.html nixpkgs/download.html \
nixos/index.html nixos/about.html nixos/download.html \
nixos/community.html nixos/packages.html nixos/options.html \
nixos/security.html nixos/foundation.html \
nixos/wiki.html \
404.html

Expand Down
96 changes: 96 additions & 0 deletions governance.tt
@@ -0,0 +1,96 @@
[% WRAPPER layout.tt hideTitle=1 title="Governance" menu='nixos' %]

<h1>Governance</h1>

<p class="lead">Nix and NixOS are built by its community.</p>

<div class="row-fluid">
<div class="span8">
<div class="hero-unit">
<h2>RFC Process</h2>
<p>The "RFC" (request for comments) process is intended to provide a
consistent and controlled path for new features to enter the Nix language,
packages and OS, so that all community can be confident about the
direction the ecosystem is evolving in.
</p>
<a class="btn btn-block btn-large btn-inverse">Learn more</a>
</div>
</div>
<div class="span4">
<a href="#rfc-process-modal" class="thumbnail" data-toggle="modal">
<img src="https://raw.githubusercontent.com/NixOS/rfcs/master/rfcs/0036-review-process.png" alt="rfc process" />
</a>
<div id="rfc-process-modal" class="modal hide fade" tabindex="-1" role="dialog" data-backdrop="false" style="width: 700px; left:45%;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body" style="max-height: 600px;">
<img src="https://raw.githubusercontent.com/NixOS/rfcs/master/rfcs/0036-review-process.png" alt="rfc process" style="width: 100%"/>
</div>
</div>
</div>
</div>

<h2>Teams</h2>

<div class="row-fluid">
<div class="span4">
<h3>RFC Steering Committee</h3>
<p>Responsible for forming an RFC Shepherd team from the available
nominations on each RFC. RFC Shepherd team is then responsible for
accepting or rejecting a specific RFC.
</p>
<a class="btn btn-block btn-inverse" href="[%root%]/teams/rfc-steering-committee.html">Members &amp; Contacts</a>
</div>
<div class="span4">
<h3>Security Team</h3>
<p>TODO: Responsible to keep everybody safe!
</p>
<a class="btn btn-block btn-inverse" href="[%root%]/teams/security.html">Members &amp; Contacts</a>
</div>
<div class="span4">
<h3>Marketing Team</h3>
<p>Main responsibility is this website and the content on it. Apart from
that team looks for ways to help and improve general communication of
the project.
</p>
<a class="btn btn-block btn-inverse" href="[%root%]/teams/marketing.html">Members &amp; Contacts</a>
</div>
</div>

<div class="row-fluid">
<div class="span12">
<h2>NixOS Foundation</h2>

<p>The mission of the foundation is to support the Nix ecosystem's
infrastructure, and projects implementing the purely functional
deployment model.</p>

<p>In particular, the foundation supports Nix, Nixpkgs, NixOS, and
operates:</p>

<ul>
<li><a href="https://cache.nixos.org">cache.nixos.org</a> - the
NixOS binary cache, containing over 120TB of prebuilt Nix packages.</li>

<li><a href="https://hydra.nixos.org">hydra.nixos.org</a> - a Nix
build farm, consisting of hundreds of macOS, x86-64 (Linux) and
aarch64 (Linux) build cores. Hydra executes over 350,000 builds each
week.</li>
</ul>

<p>The NixOS Foundation is a registered non-profit organisation at the Chamber of
commerce (Kamer van Koophandel) in Utrecht, The Netherlands. The KvK number is 63520583.
</p>

<p>The board members are:</p>

<ul>
<li>Eelco Dolstra - Chairman</li>
<li>Armijn Hemel - Secretary</li>
<li>Rob Vermaas - Treasurer</li>
</ul>
</div>
</div>

[% END %]
5 changes: 4 additions & 1 deletion layout.tt
Expand Up @@ -70,7 +70,7 @@
<li><a href="[%root%]nixos/packages.html">Packages</a></li>
<li><a href="[%root%]nixos/options.html">Options</a></li>
<li><a href="[%root%]nixos/community.html">Community</a></li>
<li><a href="[%root%]nixos/security.html">Security</a></li>
<li><a href="[%root%]governance.html">Governance</a></li>
</ul>
<ul class="nav pull-right">
<!--
Expand All @@ -82,19 +82,22 @@
<li><a href="[%root%]nix/about.html">About</a></li>
<li><a href="[%root%]nix/download.html">Download</a></li>
<li><a href="[%root%]learn.html">Learn</a></li>
<li><a href="[%root%]governance.html">Governance</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="https://github.com/NixOS/nix"><i class="fa fa-github"></i></a></li>
[% ELSIF menu == 'nixpkgs' %]
<ul class="nav pull-left">
<li><a href="[%root%]nixpkgs/download.html">Download</a></li>
<li><a href="[%root%]learn.html">Learn</a></li>
<li><a href="[%root%]governance.html">Governance</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="https://github.com/NixOS/nixpkgs"><i class="fa fa-github"></i></a></li>
[% ELSIF menu == 'organization' %]
<ul class="nav pull-right">
<li><a href="[%root%]learn.html">Learn</a></li>
<li><a href="[%root%]governance.html">Governance</a></li>
<li><a href="https://github.com/NixOS/nixpkgs"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/nixos_org"><i class="fa fa-twitter"></i></a></li>
[% ELSE %]
Expand Down
44 changes: 0 additions & 44 deletions nixos/foundation.tt

This file was deleted.

87 changes: 0 additions & 87 deletions nixos/security.tt

This file was deleted.

0 comments on commit 89c544a

Please sign in to comment.