]> i-scream Git - www.i-scream.org.git/blob - www/mailinglists.shtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / mailinglists.shtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html>
5
6 <head>
7 <title>i-scream mailing lists</title>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents"> 
20 <h1 class="top">i-scream Mailing Lists</h1>
21
22 <p>i-scream runs a number of mailing lists geared towards both developers and
23 users of i-scream products. At the present time the lists are generic to all
24 products, but if the volume of e-mail rises it may become necessary to create
25 per-project mailing lists. Here are a current lists.</p>
26
27 <h3>dev@i-scream.org</h3>
28
29 <p>
30 <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/dev">http://lists.i-scream.org/mailman/listinfo/dev</a><br/>
31 <b>State:</b> Closed<br/>
32 <b>Purpose:</b> A discussion forum for developers only. This can also be used to
33 contact the development team as a whole.
34 </p>
35
36 <h3>commits@i-scream.org</h3>
37
38 <p>
39 <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/commits">http://lists.i-scream.org/mailman/listinfo/commits</a><br/>
40 <b>State:</b> Open for subscription, but no posts should be sent here.<br/>
41 <b>Purpose:</b> Daily commit logs from the i-scream CVS repository are sent to this
42 list. If you wish to keep up on development, join this list.
43 </p>
44
45 <h3>cvs-all@i-scream.org</h3>
46
47 <p>
48 <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/cvs-all">http://lists.i-scream.org/mailman/listinfo/cvs-all</a><br/>
49 <b>State:</b> Open for subscription, but no posts should be sent here.<br/>
50 <b>Purpose:</b> Emails are sent to this list whenever a commit happens to the i-scream
51 cvs repository. If you want to be informed about commits as they happen, join
52 this list.
53 </p>
54
55 <h3>users@i-scream.org</h3>
56
57 <p>
58 <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/users">http://lists.i-scream.org/mailman/listinfo/users</a><br/>
59 <b>State:</b> Open for subscription and posts.<br/>
60 <b>Purpose:</b> For discussion between users, developers, and anyone else. This is the
61 place to ask questions and get support.
62 </p>
63
64 <h3>Subscribing</h3>
65
66 <p>
67 If you wish to join one of the open lists, follow the information link by
68 by the relevant link above. You can also email listname-request@i-scream.org,
69 where listname is one of the lists above, with subscribe in the body.
70 </p>
71
72 <h3>Archives</h3>
73
74 <p>
75 We now have archives of the lists, from May 2003. A link to the archives can
76 be found on the information page for each list above.
77 </p>
78
79 <h3>Viruses and Spam</h3>
80
81 <p>
82 All lists are scanned using <a href="http://www.mailscanner.info">
83 MailScanner</a> to remove viruses before they get sent out to list members.
84 We also use MailScanner to tag spam messages accordingly, and ensure that such
85 messages are moderated.
86 </p>
87 </div>
88
89 <!--#include virtual="/footer.inc" -->
90
91 </div>
92
93 <!--#include virtual="/menu.inc" -->
94
95 </div>
96
97 </body>
98 </html>