--- web/www/mailinglists.xhtml 2003/05/11 18:02:57 1.2.2.1 +++ web/www/mailinglists.xhtml 2013/08/09 02:20:36 1.15 @@ -1,74 +1,100 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> - -<!-- - $Author: tdb $ - $Id: mailinglists.xhtml,v 1.2.2.1 2003/05/11 18:02:57 tdb Exp $ ---> - - -<html> - -<head> - <title>i-scream mailing lists</title> - <meta name="description" content="A list of those who helped to develop the i-scream central monitoring system."> - <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements"> -</head> - -<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> - -<table border="0" cellpadding="2" cellspacing="2"> - <tr> - <td valign="top"> -<!--#include virtual="left.inc" --> - </td> - <td valign="top"> -<!--#include virtual="title.inc" --> - -<font face="Arial" size="2"> -<h2>i-scream Mailing Lists</h2> - -<p>i-scream runs a number of mailing lists geared towards both developers and -users of i-scream products. At the present time the lists are generic to all -products, but if the volume of e-mail rises it may become necessary to create -per-project mailing lists. Here are a current lists.</p> - -<h3>dev@i-scream.org</h3> - -<p>State: Closed<br> -Purpose: A discussion forum for developers only. This can also be used to -contact the development team as a whole.</p> - -<h3>commits@i-scream.org</h3> - -<p>State: Open for subscription, but no posts should be sent here.<br> -Purpose: Daily commit logs from the i-scream CVS repository are sent to this -list. If you wish to keep up on development, join this list.</p> - -<h3>users@i-scream.org</h3> - -<p>State: Open for subscription and posts.<br> -Purpose: For discussion between users, developers, and anyone else. This is the -place to ask questions and get support.</p> - -<h3>Subscribing</h3> - -<p>If you wish to join one of the open lists, send a subscribe e-mail to <a href="mailto:majordomo@i-scream.org">majordomo@i-scream.org</a> -and your subscription will automatically be processed. If you send -"help" to the same address, you will be given a list of supported -operations.</p> - -<h3>Archives</h3> - -<p>At this stage i-scream do not keep archives of the mailing lists. This is -being considered as a future service.</p> - -</font> - -<!--#include virtual="bottom.inc" --> - </td> - </tr> -</table> - -</body> - +<!--#include virtual="/doctype.inc" --> + <head> + <title> + i-scream mailing lists + </title> +<!--#include virtual="/style.inc" --> + </head> + <body> + <div id="container"> + <div id="main"> +<!--#include virtual="/header.inc" --> + <div id="contents"> + <h1 class="top"> + i-scream Mailing Lists + </h1> + <p> + i-scream runs a number of mailing lists geared towards both + developers and users of i-scream products. At the present + time the lists are generic to all products, but if the + volume of e-mail rises it may become necessary to create + per-project mailing lists. Here are a current lists. + </p> + <h3> + Developers + </h3> + <p> + <b>Information:</b> + <a href="http://lists.i-scream.org/mailman/listinfo/dev">http://lists.i-scream.org/mailman/listinfo/dev</a><br /> + <b>State:</b> Closed<br /> + <b>Purpose:</b> A discussion forum for developers only. + </p> + <h3> + commits@i-scream.org + </h3> + <p> + <b>Information:</b> + <a href="http://lists.i-scream.org/mailman/listinfo/commits">http://lists.i-scream.org/mailman/listinfo/commits</a><br /> + <b>State:</b> Open for subscription, but no posts should be + sent here.<br /> + <b>Purpose:</b> Emails are sent to this list whenever a + commit happens to the i-scream Git repositories. If + you want to be informed about commits as they happen, join + this list. + </p> + <h3> + cvs-all@i-scream.org + </h3> + <p> + <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 /> + <b>State:</b> Retired.<br /> + <b>Purpose:</b> This list contained CVS commit emails, but + this has now been merged with the commits list above. + </p> + <h3> + users@i-scream.org + </h3> + <p> + <b>Information:</b> + <a href="http://lists.i-scream.org/mailman/listinfo/users">http://lists.i-scream.org/mailman/listinfo/users</a><br /> + <b>State:</b> Open for subscription and posts.<br /> + <b>Purpose:</b> For discussion between users, developers, + and anyone else. This is the place to ask questions and get + support. + </p> + <h3> + Subscribing + </h3> + <p> + If you wish to join one of the open lists, follow the + information link by by the relevant link above. You can + also email listname-request@i-scream.org, where listname is + one of the lists above, with subscribe in the body. + </p> + <h3> + Archives + </h3> + <p> + We now have archives of the lists, from May 2003. A link to + the archives can be found on the information page for each + list above. + </p> + <h3> + Viruses and Spam + </h3> + <p> + All lists are scanned using + <a href="http://www.clamav.net">ClamAV</a> and + <a href="http://spamassassing.apache.org">SpamAssassin</a> to + remove viruses before they get sent out to list members. + We also tag spam messages accordingly, and ensure that such + messages are moderated. + </p> + </div> +<!--#include virtual="/footer.inc" --> + </div> +<!--#include virtual="/menu.inc" --> + </div> + </body> </html>