diff options
Diffstat (limited to 'htdocs/lists.php')
-rw-r--r-- | htdocs/lists.php | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/htdocs/lists.php b/htdocs/lists.php new file mode 100644 index 00000000..20762053 --- /dev/null +++ b/htdocs/lists.php @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE>Pure Data External Repository</TITLE> +<link rel="stylesheet" type="text/css" href="pd.css" media="screen"> + +</HEAD> +<BODY text="#000000" bgcolor="#ffffff" > + +<h1>Pure Data External Repository</h1> + +<div id="Menu"> + +<?php include('menu.inc'); ?> +<br> +<br> +<?php include('quote.inc'); ?> + +</div> +<div id="Content"> +<!-- Quote of the day --> + + +<h2>Mailing Lists</h2> + +<P>There are a few active lists for dicussing Pd. Before posting to any of the lists, you should search the +archives. Many questions have been covered in depth there, plus you get an +immediate answer.</P> + +<BR> +<p> +<a href="http://www.iem.at/mailinglists/pd-list/" TARGET="pd-list">Mailing +Lists Archive</a> +</p> +<BR> + +<h3>Subscribing</h3> + <h4>pd-list</h4><ul> + <li>This is the official mailinglist for the Pd-community.</li> + <li>Most of the things regarding pure-data are discussed on this list. + However, for pure off-topic items, announcements or developers' talk, + the appropriate mailing-lists (see below) should be used.</li> + <li>For subscription/unsubscription and delivery options, please visit the web-interface at + <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list"> + + http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list</a></li> + </ul> + <h4>pd-dev</h4><ul> + <li>There is a <b>developer</b>-list for discussion of hacking pure-data and externals and similar. + Since Pd is still beta software (this is: needs some testing), it is a good idea to subscribe + to this list too.</li> + <li>It is probably a good idea, to subscribe to this list too, + since developers threads on the main list will eventually be moved to this list + (by users, not by the administrator)</li> + <li>For subscription/unsubscription and delivery options, please visit the web-interface at + <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev"> + + http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev</a></li> + </ul> + <h4>off-topic</h4><ul> + <li>This list is intended to be a forum for the Pd-community that allows + the discussion of things apart from pure-data.</li> + <li>It is probably a good idea, to subscribe to this list too, + since off-topic threads on the main list will eventually be moved to this list + (by users, not by the administrator)</li> + <li>For subscription/unsubscription and delivery options, please visit the web-interface at + <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-ot"> + + http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-ot</a></li> + </ul> + <h4>pd-announce</h4><ul> + <li>There is an <b>announce</b>-list for announcements regarding Pd-releases, + software releases (like externals), upcoming events, concerts, ...</li> + <li>This list might prove most interesting for people not having the time and intention + to keep-up with the main-lists but still want to stay up-to-date.</li> + <li>For subscription/unsubscription and delivery options, please visit the web-interface at + <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-announce"> + + http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-announce</a></li> + </ul> + + + + +<BR> +<?php include('lastmodified.inc'); ?> +</DIV> + +</BODY> +</HTML>
\ No newline at end of file |