ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.xhtml
Revision: 1.12
Committed: Tue Mar 23 23:43:23 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.11: +97 -89 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

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 dev@i-scream.org
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 This can also be used to contact the development team as a
32 whole.
33 </p>
34 <h3>
35 commits@i-scream.org
36 </h3>
37 <p>
38 <b>Information:</b>
39 <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
41 sent here.<br />
42 <b>Purpose:</b> Daily commit logs from the i-scream CVS
43 repository are sent to this list. If you wish to keep up on
44 development, join this list.
45 </p>
46 <h3>
47 cvs-all@i-scream.org
48 </h3>
49 <p>
50 <b>Information:</b>
51 <a href="http://lists.i-scream.org/mailman/listinfo/cvs-all">http://lists.i-scream.org/mailman/listinfo/cvs-all</a><br />
52 <b>State:</b> Open for subscription, but no posts should be
53 sent here.<br />
54 <b>Purpose:</b> Emails are sent to this list whenever a
55 commit happens to the i-scream cvs repository. If you want
56 to be informed about commits as they happen, join this
57 list.
58 </p>
59 <h3>
60 users@i-scream.org
61 </h3>
62 <p>
63 <b>Information:</b>
64 <a href="http://lists.i-scream.org/mailman/listinfo/users">http://lists.i-scream.org/mailman/listinfo/users</a><br />
65 <b>State:</b> Open for subscription and posts.<br />
66 <b>Purpose:</b> For discussion between users, developers,
67 and anyone else. This is the place to ask questions and get
68 support.
69 </p>
70 <h3>
71 Subscribing
72 </h3>
73 <p>
74 If you wish to join one of the open lists, follow the
75 information link by by the relevant link above. You can
76 also email listname-request@i-scream.org, where listname is
77 one of the lists above, with subscribe in the body.
78 </p>
79 <h3>
80 Archives
81 </h3>
82 <p>
83 We now have archives of the lists, from May 2003. A link to
84 the archives can be found on the information page for each
85 list above.
86 </p>
87 <h3>
88 Viruses and Spam
89 </h3>
90 <p>
91 All lists are scanned using
92 <a href="http://www.mailscanner.info">MailScanner</a> to
93 remove viruses before they get sent out to list members.
94 We also use MailScanner to tag spam messages accordingly,
95 and ensure that such messages are moderated.
96 </p>
97 </div>
98 <!--#include virtual="/footer.inc" -->
99 </div>
100 <!--#include virtual="/menu.inc" -->
101 </div>
102 </body>
103 </html>