<!-- index.php3 -->
<?php
	$head = "Mailing lists - majordomo";
	$title = $head;
	$thispage = "list";
	require("table-top.php3");
	require("sidebar.php3");
	require("table-mid.php3");
?>



<h2>The LART mailing list</h2>

<p> We have set up a mailing list intended for discussions on the LART:
<a href="mailto:lart@lart.tudelft.nl">lart@lart.tudelft.nl</a>.
The discussion can range from hardware to applications: anything LART
related is on-topic.

<p>The LART list has some rules:

<ul>
<li> Sending unsolicited commercial email or other forms of spam
	to this list is expressly prohibited. Abuse will be reported
	to your ISP.
<li> If you want to send a commercial message to the list, please
	contact the <a href="mailto:owner-lart@lart.tudelft.nl">mailing
	list owner</a> in advance.
<li> It's not allowed to post HTML encoded messages to the list. HTML
	is nice for web pages, plain text is nice for mail.
<li> The list is closed: only subscribers are allowed to post to the
	list.
</ul>




<h2>Subscribing</h2>

<p> The LART mailing list is run by
<a href="http://www.greatcircle.com/majordomo/">Majordomo</a>, so
subscribing is easy: send a message to 
<a href="mailto:majordomo@lart.tudelft.nl">majordomo@lart.tudelft.nl</a>
with in the <strong>body</strong> of the message the line:

<dl>
<dd><tt>subscribe lart</tt><br>
</dl

<p> If you want to subscribe with a different email address, send the
message:

<dl>
<dd><tt>subscribe lart your@email.address</tt>
</dl>



<h2>Getting help</h2>

<p> If you need help with Majordomo, send a message with in the
<strong>body</strong> the word <tt>help</tt> to
<a href="mailto:majordomo@lart.tudelft.nl">majordomo@lart.tudelft.nl</a>
and you will get the Majordomo help message.

<p> If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to
<a href="mailto:owner-lart@lart.tudelft.nl">owner-lart@lart.tudelft.nl</a>.
This is the general rule for most mailing lists when you need
to contact a human.




<h2>Archives</h2>

<?php
/*
<p> <em>Note: the mailing lists are still active; the browsing function was
just a bit too CPU intensive, so we stopped updating these archives. Please
subscribe if you want to stay informed.</em>
*/
?>
<p> You can browse the following mailing list archives online:

<ul>
<li> <a href="./list.php3?arc=lart">the LART list</a>
<!-- <li> <a href="./list.php3?arc=sa1100-linux">the sa1100-linux list</a> -->
</ul>

<!--
<p> These are also available as a plain text file:

<?php dlist("*/archive"); ?>

<p> The archives are in the standard mbox format, so mailers like Elm
(<tt>elm -f archive</tt>) and Netscape should be able to read it directly.
-->



<?php	require("table-btm.php3"); ?>
