summaryrefslogtreecommitdiff
blob: b5d29083f10e2fa3bb7c4da695708a9302eda186 (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
<h1 class="first-header">Gentoo Mailing List Archives</h1>

<% if $config['site_notice'] %>
<div class="alert alert-info">
<%= $config['site_notice'] %>
</div>
<% end %>

<p class="lead">
  Here you can find the archives of our most important mailing lists.
</p>
<p>
  For a complete list of available archives, see the <a href="/lists" class="btn btn-primary btn-xs"><i class="fa fa-fw fa-archive"></i> All Archives</a> section.
</p>

<hr>

<%= partial :indexentry, locals: { list: 'gentoo-dev', blurb: '<tt>gentoo-dev</tt> is the main technical development mailing list of Gentoo.' } %>
<%= partial :indexentry, locals: { list: 'gentoo-project', blurb: '<tt>gentoo-project</tt> contains non-technical discussion and propositions for the Gentoo Council .' } %>
<%= partial :indexentry, locals: { list: 'gentoo-announce', blurb: 'Important news for all Gentoo stakeholders.' } %>
<%= partial :indexentry, locals: { list: 'gentoo-user', blurb: 'Our main support and Gentoo-related talk mailing list, <tt>gentoo-user</tt>.' } %>
<%= partial :indexentry, locals: { list: 'gentoo-commits', blurb: 'Commits. Lots of commits.' } %>
<%= partial :indexentry, locals: { list: 'gentoo-dev-announce', blurb: '<tt>gentoo-dev-announce</tt> conveys  important changes to all developers and interested users.' } %>


<h2>Other Lists</h2>
<p>
  All other archives are available here: <a href="/lists" class="btn btn-primary"><i class="fa fa-fw fa-archive"></i> All Archives</a>
</p>