--- web/www/mailinglists.xhtml 2003/07/15 20:56:39 1.9 +++ web/www/mailinglists.xhtml 2004/03/21 23:58:07 1.10 @@ -1,32 +1,24 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<!-- - $Author: tdb $ - $Id: mailinglists.xhtml,v 1.9 2003/07/15 20:56:39 tdb Exp $ ---> - - <html> <head> - <title>i-scream mailing lists</title> - <meta name="description" content="A list of i-scream mailing lists."> - <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements"> +<title>i-scream mailing lists</title> +<!--#include virtual="/style.inc" --> </head> -<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> +<body> -<table border="0" cellpadding="2" cellspacing="2"> - <tr> - <td valign="top"> -<!--#include virtual="left.inc" --> - </td> - <td valign="top"> -<!--#include virtual="title.inc" --> +<div id="container"> -<font face="Arial" size="2"> -<h2>i-scream Mailing Lists</h2> +<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 @@ -35,8 +27,8 @@ per-project mailing lists. Here are a current lists.</ <h3>dev@i-scream.org</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>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. This can also be used to contact the development team as a whole. </p> @@ -44,8 +36,8 @@ contact the development team as a whole. <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>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> 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> @@ -53,8 +45,8 @@ list. If you wish to keep up on development, join this <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> Open for subscription, but no posts should be sent here.<br> +<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> 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 cvs repository. If you want to be informed about commits as they happen, join this list. @@ -63,8 +55,8 @@ this list. <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>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> @@ -92,14 +84,15 @@ MailScanner</a> to remove viruses before they get sent We also use MailScanner to tag spam messages accordingly, and ensure that such messages are moderated. </p> +</div> -</font> +<!--#include virtual="/footer.inc" --> -<!--#include virtual="bottom.inc" --> - </td> - </tr> -</table> +</div> -</body> +<!--#include virtual="/menu.inc" --> +</div> + +</body> </html>