comedi-www/mailinglist.php
2002-12-02 22:38:16 +00:00

27 lines
682 B
PHP

<?php
include('lib/template.php');
echo get_header('comedi', '.');
?>
<h1>Mailing List</h1>
<p>
Comedi has a mailing list for announcements, questions, and discussion
about Comedi and data acquisition using Linux.
To subscribe, send mail to
<a href="mailto:comedi-request@comedi.org">comedi-request@comedi.org</a>
with the word "subscribe" in the body, or alternatively, use the web
interface below.
<p>
<a href="https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi">Subscription web page</a>
<p>
<a href="https://cvs.comedi.org/pipermail/comedi/">Mailing list archive</a>
<p>
Mailing list archive before May 2000 is not currently available
<?php
echo get_footer();
?>