summaryrefslogtreecommitdiff
blob: 8321759a9c6439e0a8b19c9ff174ab203a964316 (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
---
title: 'Current Gentoo Developers'
navtitle: 'Developers'

nav1: inside-gentoo

nav2: developers
nav2-show: true
nav2-weight: 10

nav3: devs
nav3-show: true
nav3-weight: 1

layout: page-nav3
---

<p class="lead">
  This Is Gentoo! Well, at least the "official" developers. <a href="/get-involved/become-developer/">Wanna join?</a>
</p>

<p>
  This table lists all active Gentoo developers.
  Developers can be reached by sending e-mail to <code>&lt;username&gt;@gentoo.org</code>;
  and many developers may be found on <a href="/get-involved/irc-channels/">IRC</a> (freenode) in <a href="irc://irc.gentoo.org/gentoo">#gentoo</a> or <a href="irc://irc.gentoo.org/gentoo-dev">#gentoo-dev</a> (requires voicing to speak) using their user name as their IRC nick.
</p>

<p>
  Before contacting anyone, check that they are not <a href="unavailable-developers.html">away</a>!
</p>

<table class="table table-striped">
  <tr>
    <th>Username</th>
    <th>GPG Key(s)</th>
    <th>Location</th>
    <th>Roles</th>
  </tr>
  {% for entry in site.data.userinfo.current %}
    <tr>
    <td>
      {% if entry[1].wiki %}
        <strong><a href="https://wiki.gentoo.org/wiki/User:{{ entry[1].wiki | xml_escape }}" title="View user page on wiki.gentoo.org">{{ entry[0] }}</a></strong>
      {% else %}
        <strong>{{ entry[0] }}</strong>
      {% endif %}
      <br>
      {{ entry[1].name  | xml_escape }}
    </td>
    <td>{% for key in entry[1].gpg %}<code>{{ key }}</code><br>{% endfor %}</td>
    <td>{{ entry[1].location | xml_escape }}</td>
    <td>{{ entry[1].roles | xml_escape }}</td>
    </tr>
  {% endfor %}
</table>