ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.xhtml
Revision: 1.11
Committed: Tue Mar 23 20:22:27 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.10: +1 -4 lines
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

File Contents

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