forked from zfsonlinux/zfsonlinux.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lists.html
106 lines (102 loc) · 3.52 KB
/
lists.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<title>ZFS on Linux</title>
<meta name="keyword" content="zfs, linux"/>
<meta name="description" content="ZFS on Linux Mailing Lists." />
<meta name="robots" content="all" />
</head>
<body>
<center>
<a href="index.html"><img title="Native ZFS on Linux" alt="Native ZFS on Linux" src="images/zfs-linux.png"></a>
<table width=80%>
<tr bgcolor="#aaaaaa">
<th colspan="3">
<a href="https://groups.google.com/a/zfsonlinux.org/groups/dir">
Mailing Lists </a>
</th>
</tr>
<tr bgcolor="#dddddd">
<th> Name </th>
<th> Description </th>
<th> Subscribe </th>
</tr>
<tr>
<td width="15%">
<a href="https://groups.google.com/a/zfsonlinux.org/group/zfs-announce/topics?lnk">
zfs-announce </a> </td>
<td>
<p> This is a low-traffic list for annoucements such as new releases. </p>
</td>
<td width="10%" align="right" nowrap>
<form action="https://groups.google.com/a/zfsonlinux.org/group/zfs-announce/boxsubscribe" method="post"> <p>
Email: <input type="text" size="16" name=email>
<input type=submit name="sub" value="Subscribe">
</p> </form>
</td>
</tr>
<tr>
<td>
<a href="https://groups.google.com/a/zfsonlinux.org/group/zfs-discuss/topics?lnk">
zfs-discuss </a> </td>
<td> This is a user discussion list for issues related to functionality, usability, and the direction of the project. </td>
<td width="10%" align="right" nowrap>
<form action="https://groups.google.com/a/zfsonlinux.org/group/zfs-discuss/boxsubscribe" method="post"> <p>
Email: <input type=text size="16" name=email>
<input type=submit name="sub" value="Subscribe">
</p> </form>
</td>
</tr>
<tr>
<td>
<a href="https://groups.google.com/a/zfsonlinux.org/group/zfs-devel/topics?lnk">
zfs-devel </a> </td>
<td> This is a development list for developers discuss the technical issues with one another. </td>
<td width="10%" align="right" nowrap>
<form action="https://groups.google.com/a/zfsonlinux.org/group/zfs-devel/boxsubscribe" method="post"> <p>
Email: <input type=text size="16" name=email>
<input type=submit name="sub" value="Subscribe">
</p> </form>
</td>
</tr>
<tr>
<td>
<a href="http://open-zfs.org/wiki/Mailing_list">[email protected]</a></td>
<td> This is a platform-independent mailing list for ZFS
developers to review ZFS code and architecture changes from all platforms. </td>
<td>
<a href="http://lists.open-zfs.org:8080/mailman/listinfo/developer">Subscribe</a>
</td>
</tr>
<tr bgcolor="#dddddd">
<th colspan=3> Information </th>
</tr>
<tr>
<td colspan=3>
<p>The ZFS on Linux mailing lists are available for anyone for wants to get
involved. There is an announcement list if you just want to be notified on new releases, a discussion list for user issues/concerns, and a development lists for technical discussion.</p>
<p>To subscribe to a list you can use one of three methods:</p>
<ul>
<li> Enter your email address to the right of the list above and click
'Subscribe'.</li>
<li> Send an email to
<a href="mailto:<list-name>[email protected]">
<list-name>[email protected]</a>.</li>
<li> If you have a Google account you can use their
<a href="https://groups.google.com/a/zfsonlinux.org/groups/dir">
web interface</a>.</li>
</ul>
<p>To unsubscribe from a list you can either:</p>
<ul>
<li> Send an email to
<a href="mailto:<list-name>[email protected]">
<list-name>[email protected]</a>.</li>
<li> If you have a Google account you can use their
<a href="https://groups.google.com/a/zfsonlinux.org/groups/dir">
web interface</a>.</li>
</ul>
</td>
</td>
</table>
</center>
</body>
</html>