ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/mailinglists.xhtml
(Generate patch)

Comparing web/www/mailinglists.xhtml (file contents):
Revision 1.8 by tdb, Tue May 27 19:20:00 2003 UTC vs.
Revision 1.12 by tdb, Tue Mar 23 23:43:23 2004 UTC

# Line 1 | Line 1
1 < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <
3 < <!--
4 <    $Author$
5 <    $Id$
6 < -->
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 < <h3>dev@i-scream.org</h3>
36 <
37 < <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 <
44 < <h3>commits@i-scream.org</h3>
45 <
46 < <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 < <b>Purpose:</b> Daily commit logs from the i-scream CVS repository are sent to this
50 < list. If you wish to keep up on development, join this list.
51 < </p>
52 <
53 < <h3>cvs-all@i-scream.org</h3>
54 <
55 < <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 < cvs repository. If you want to be informed about commits as they happen, join
60 < this list.
61 < </p>
62 <
63 < <h3>users@i-scream.org</h3>
64 <
65 < <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 <
72 < <h3>Subscribing</h3>
73 <
74 < <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 <
80 < <h3>Archives</h3>
81 <
82 < <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 <
96 < </font>
97 <
98 < <!--#include virtual="bottom.inc" -->
99 <  </td>
100 < </tr>
101 < </table>
102 <
103 < </body>
104 <
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>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines