aboutsummaryrefslogtreecommitdiff
path: root/htdocs/lists.php
blob: 207620538260bf1d5e9b142fd5a50a82af1c5d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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>