ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.shtml
Revision: 1.11
Committed: Tue Mar 23 20:22:27 2004 UTC (20 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -0 lines
State: FILE REMOVED
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

# User Rev Content
1 tdb 1.10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 tdb 1.1
4     <html>
5    
6     <head>
7 tdb 1.10 <title>i-scream mailing lists</title>
8     <!--#include virtual="/style.inc" -->
9 tdb 1.1 </head>
10    
11 tdb 1.10 <body>
12    
13     <div id="container">
14    
15     <div id="main">
16 tdb 1.1
17 tdb 1.10 <!--#include virtual="/header.inc" -->
18 tdb 1.1
19 tdb 1.10 <div id="contents">
20     <h1 class="top">i-scream Mailing Lists</h1>
21 tdb 1.1
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 tdb 1.3 <h3>dev@i-scream.org</h3>
28 tdb 1.1
29 tdb 1.6 <p>
30 tdb 1.10 <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 tdb 1.6 <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 tdb 1.1
36 tdb 1.3 <h3>commits@i-scream.org</h3>
37 tdb 1.1
38 tdb 1.7 <p>
39 tdb 1.10 <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 tdb 1.8 <b>Purpose:</b> Daily commit logs from the i-scream CVS repository are sent to this
42 tdb 1.7 list. If you wish to keep up on development, join this list.
43     </p>
44 tdb 1.4
45     <h3>cvs-all@i-scream.org</h3>
46 tdb 1.5
47 tdb 1.7 <p>
48 tdb 1.10 <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 tdb 1.7 <b>Purpose:</b> Emails are sent to this list whenever a commit happens to the i-scream
51 tdb 1.5 cvs repository. If you want to be informed about commits as they happen, join
52 tdb 1.7 this list.
53     </p>
54 tdb 1.1
55 tdb 1.3 <h3>users@i-scream.org</h3>
56 tdb 1.1
57 tdb 1.7 <p>
58 tdb 1.10 <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 tdb 1.7 <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 tdb 1.1
64     <h3>Subscribing</h3>
65    
66 tdb 1.7 <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 tdb 1.1
72     <h3>Archives</h3>
73    
74 tdb 1.7 <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 tdb 1.10 </div>
88 tdb 1.1
89 tdb 1.10 <!--#include virtual="/footer.inc" -->
90 tdb 1.1
91 tdb 1.10 </div>
92    
93     <!--#include virtual="/menu.inc" -->
94    
95     </div>
96 tdb 1.1
97     </body>
98     </html>