Skip to content

Commit da25fd2

Browse files
committed
Converted /community/mailing-lists/ to markdown.
1 parent 6771707 commit da25fd2

File tree

2 files changed

+85
-49
lines changed

2 files changed

+85
-49
lines changed

community/mailing-lists/index.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

community/mailing-lists/index.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
layout: page
3+
title: Mailing Lists
4+
---
5+
6+
Mailing-lists are a great way to keep your finger on the pulse of the
7+
Ruby community. Ruby has four primary English speaking mailing lists:
8+
9+
Ruby-Talk
10+
: This is the most popular mailing-list and deals with general topics
11+
about Ruby. Ruby-Talk is mirrored by the
12+
[comp.lang.ruby](news:comp.lang.ruby) newsgroup and
13+
[Ruby-Forum.com][1]. ([Weekly Summaries][2], [FAQ][3], [Archives][4])
14+
15+
Ruby-Core
16+
: This list deals with core and implementation topics about Ruby, often
17+
used to run patches for review. ([Archives][5])
18+
19+
Ruby-Doc
20+
: This list is for discussing documentation standards and tools for
21+
Ruby. ([Archives at Gmane][6])
22+
23+
Ruby-CVS
24+
: This list reports all commits to Ruby’s CVS repository.
25+
26+
<form action="/en/community/mailing-lists/" id="subscriptions-form" method="post">
27+
<h2>Subscribe or Unsubscribe</h2>
28+
29+
<table class="fieldset" cellspacing="0" cellpadding="0" border="0">
30+
<tr>
31+
<td class="label">Mailing List</td>
32+
<td>
33+
<select name="list">
34+
<option value="ruby-talk">Ruby-Talk</option>
35+
<option value="ruby-core">Ruby-Core</option>
36+
<option value="ruby-doc">Ruby-Doc</option>
37+
<option value="ruby-cvs">Ruby-CVS</option>
38+
</select>
39+
</td>
40+
</tr>
41+
42+
<tr>
43+
<td class="label">First Name</td>
44+
<td>
45+
<input name="first_name" value="" />
46+
</td>
47+
</tr>
48+
<tr>
49+
<td class="label">Last Name</td>
50+
<td>
51+
<input name="last_name" value="" />
52+
</td>
53+
</tr>
54+
<tr>
55+
<td class="label">E-mail Address</td>
56+
<td>
57+
<input name="email" value="" />
58+
</td>
59+
</tr>
60+
61+
<tr>
62+
<td class="label">Action</td>
63+
<td>
64+
<select name="action">
65+
<option value="subscribe">Subscribe</option>
66+
<option value="unsubscribe">Unsubscribe</option>
67+
</select>
68+
</td>
69+
</tr>
70+
</table>
71+
72+
<div class="buttons">
73+
<input class="button" type="submit" value="Submit Form" />
74+
</div>
75+
</form>
76+
77+
If you fail to receive a confirmation e-mail using the form, try
78+
subscribing the [manual way](manual-instructions/).
79+
80+
[1]: http://ruby-forum.com
81+
[2]: http://www.rubyweeklynews.org/
82+
[3]: http://rubyhacker.com/clrFAQ.html
83+
[4]: http://blade.nagaokaut.ac.jp/ruby/ruby-talk/index.shtml
84+
[5]: http://blade.nagaokaut.ac.jp/ruby/ruby-core/index.shtml
85+
[6]: http://dir.gmane.org/gmane.comp.lang.ruby.documentation

0 commit comments

Comments
 (0)