summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/get-involved/mailing-lists/index.html')
-rw-r--r--python/templates/pages/get-involved/mailing-lists/index.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/python/templates/pages/get-involved/mailing-lists/index.html b/python/templates/pages/get-involved/mailing-lists/index.html
new file mode 100644
index 0000000..f733f6d
--- /dev/null
+++ b/python/templates/pages/get-involved/mailing-lists/index.html
@@ -0,0 +1,72 @@
+---
+nav1: get-involved
+nav2: ml
+nav2-show: true
+nav2-weight: 30
+nav3: ml-index
+nav3-show: true
+nav3-weight: 10
+layout: page-nav3
+
+title: 'Mailing Lists'
+---
+
+<p class="lead">
+ The Gentoo free software project has a number of public mailing lists, covering a variety of Gentoo-related subjects.
+</p>
+
+<p>
+ This page lists the most important lists with the most traffic.
+ There are other, more specialized lists that might be more appropriate depending on the topic.
+</p>
+
+<h2>Main Lists</h2>
+
+<h3>gentoo-user</h3>
+<p>
+ This is our main support and general talk mailing list.
+</p>
+<p>
+ <a href="mailto:gentoo-user@lists.gentoo.org" title="Post to this list" class="btn btn-primary"><span class="fa fa-fw fa-send"></span> Post to gentoo-user</a>
+ <a href="mailto:gentoo-user+subscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-user</a>
+ <a href="http://archives.gentoo.org/gentoo-user/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
+</p>
+<hr>
+
+<h3>gentoo-dev</h3>
+<p>
+ General Gentoo developer discussion mailing list
+</p>
+<p>
+ <a href="mailto:gentoo-dev@lists.gentoo.org" title="Post to this list" class="btn btn-primary"><span class="fa fa-fw fa-send"></span> Post to gentoo-dev</a>
+ <a href="mailto:gentoo-dev+subscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-dev</a>
+ <a href="http://archives.gentoo.org/gentoo-dev/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
+</p>
+<hr>
+
+<h3>gentoo-announce</h3>
+<p>
+ General Gentoo announcements list (new releases, security fixes)
+</p>
+<p>
+ <a href="mailto:gentoo-announce+subscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-primary"><span class="fa fa-fw fa-plus-square"></span> Subscribe to gentoo-announce</a>
+ <a href="http://archives.gentoo.org/gentoo-announce/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span> Browse Archives</a>
+</p>
+<hr>
+
+
+<h2>Archives</h2>
+
+<p>
+ All of our public mailing lists are archived in the Gentoo Archives:
+ <br>
+ <a href="http://archives.gentoo.org" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-archive"></span> Gentoo Archives</a>
+</p>
+
+<p>
+ The following sites also host archives of the mailing lists:
+ <br>
+ <a href="http://news.gmane.org/search.php?match=gentoo" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> Gmane</a>
+ <a href="https://marc.info/?w=2&r=1&s=gentoo&q=l" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> MARC: Mailing list ARChives</a>
+ <a href="http://www.mail-archive.com/search?l=all&q=gentoo&e=listname" class="btn btn-default btn-sm"><span class="fa fa-fw fa-archive"></span> Mail-Archive</a>
+</p> \ No newline at end of file