ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.xhtml
Revision: 1.13
Committed: Wed Mar 8 13:04:06 2006 UTC (18 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.12: +1 -3 lines
Log Message:
And a bunch more dev@ addresses.

File Contents

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