ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.shtml
Revision: 1.8
Committed: Tue May 27 19:20:00 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Log Message:
Fix bad HTML :-)

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4 tdb 1.3 $Author: tdb $
5 tdb 1.8 $Id: mailinglists.shtml,v 1.7 2003/05/27 19:11:53 tdb Exp $
6 tdb 1.1 -->
7    
8    
9     <html>
10    
11     <head>
12     <title>i-scream mailing lists</title>
13     <meta name="description" content="A list of those who helped to develop the i-scream central monitoring system.">
14     <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements">
15     </head>
16    
17     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
18    
19     <table border="0" cellpadding="2" cellspacing="2">
20     <tr>
21     <td valign="top">
22     <!--#include virtual="left.inc" -->
23     </td>
24     <td valign="top">
25     <!--#include virtual="title.inc" -->
26    
27     <font face="Arial" size="2">
28     <h2>i-scream Mailing Lists</h2>
29    
30     <p>i-scream runs a number of mailing lists geared towards both developers and
31     users of i-scream products. At the present time the lists are generic to all
32     products, but if the volume of e-mail rises it may become necessary to create
33     per-project mailing lists. Here are a current lists.</p>
34    
35 tdb 1.3 <h3>dev@i-scream.org</h3>
36 tdb 1.1
37 tdb 1.6 <p>
38     <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/dev">http://lists.i-scream.org/mailman/listinfo/dev</a><br>
39     <b>State:</b> Closed<br>
40     <b>Purpose:</b> A discussion forum for developers only. This can also be used to
41     contact the development team as a whole.
42     </p>
43 tdb 1.1
44 tdb 1.3 <h3>commits@i-scream.org</h3>
45 tdb 1.1
46 tdb 1.7 <p>
47     <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/commits">http://lists.i-scream.org/mailman/listinfo/commits</a><br>
48     <b>State:</b> Open for subscription, but no posts should be sent here.<br>
49 tdb 1.8 <b>Purpose:</b> Daily commit logs from the i-scream CVS repository are sent to this
50 tdb 1.7 list. If you wish to keep up on development, join this list.
51     </p>
52 tdb 1.4
53     <h3>cvs-all@i-scream.org</h3>
54 tdb 1.5
55 tdb 1.7 <p>
56     <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>
57     <b>State:</b> Open for subscription, but no posts should be sent here.<br>
58     <b>Purpose:</b> Emails are sent to this list whenever a commit happens to the i-scream
59 tdb 1.5 cvs repository. If you want to be informed about commits as they happen, join
60 tdb 1.7 this list.
61     </p>
62 tdb 1.1
63 tdb 1.3 <h3>users@i-scream.org</h3>
64 tdb 1.1
65 tdb 1.7 <p>
66     <b>Information:</b> <a href="http://lists.i-scream.org/mailman/listinfo/users">http://lists.i-scream.org/mailman/listinfo/users</a><br>
67     <b>State:</b> Open for subscription and posts.<br>
68     <b>Purpose:</b> For discussion between users, developers, and anyone else. This is the
69     place to ask questions and get support.
70     </p>
71 tdb 1.1
72     <h3>Subscribing</h3>
73    
74 tdb 1.7 <p>
75     If you wish to join one of the open lists, follow the information link by
76     by the relevant link above. You can also email listname-request@i-scream.org,
77     where listname is one of the lists above, with subscribe in the body.
78     </p>
79 tdb 1.1
80     <h3>Archives</h3>
81    
82 tdb 1.7 <p>
83     We now have archives of the lists, from May 2003. A link to the archives can
84     be found on the information page for each list above.
85     </p>
86    
87     <h3>Viruses and Spam</h3>
88    
89     <p>
90     All lists are scanned using <a href="http://www.mailscanner.info">
91     MailScanner</a> to remove viruses before they get sent out to list members.
92     We also use MailScanner to tag spam messages accordingly, and ensure that such
93     messages are moderated.
94     </p>
95 tdb 1.1
96     </font>
97    
98     <!--#include virtual="bottom.inc" -->
99     </td>
100     </tr>
101     </table>
102    
103     </body>
104    
105     </html>