aboutsummaryrefslogtreecommitdiff
path: root/htdocs/index.html
blob: 75e3cd2cc070e6ca67331c492f8ded4dcb3925da (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!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">

| <a href="index.html" title=""><b>Introduction</b></a></br>
| <a href="download.html" title=""><b>Download</b></a></br>
| <a href="documentation.html" title=""><b>Documentation</b></a></br>
| <a href="developer.html" title=""><b>Developers</b></a></br>
| <a href="contact.html" title=""><b>Contact</b></a></br>

<br />
<br />
<span style="font-size: 0.8em;">
<b>Quote of the month</b><br />
I think it is certainly true that the open-source movement is a very powerful
source toward higher-quality software, and I would turn the question around and
ask if open-source music wouldn t also be a very good thing. 
</span>
<br><em>MSP</em>

</div>
<div id="Content">
<!-- Quote of the day -->


<h2>Introduction</h2>

The Pure Data external repository is meant to be a place where developers of
externals for the Pure Data computer music system can put their code. For
information about PD, look at the <A HREF="http://www.pure-data.org">Pure Data
website</A>.
<p>

PD has a huge user base and we all enjoy working with PD. A lot of externals
are being written and published on the web. As a consequence, it has become
increasingly hard to have an overview of all the externals. A central code
repository will offer this, as well as many other advantages. It will be easier
to manage the code, update orphaned externals, distribute compiled versions for
different systems, avoid duplication of effort, collaborate on improving the
same external, and finally the users have the advantage of being able to
download it from one single place.
<p>

I could go on listing the advantages, but there is one big disadvantage. We
have to work on it in order to make it a success. We have to learn CVS and we
have to import our projects into the repository. I think it is worth this work,
because you gain a lot too. If you donīt have the time to get into this, but
still agree that your external becomes part of the repository, just <A
HREF="mailto:geiger@xdv.org">send an email </A> with the information how to
download your code.
<p>

Another drawback is that your code has to be GPL'd. If this is a problem for
you, let <a href="mailto:pd-dev@iem.kug.ac.at">us</a> know.

<br>
<br>
<center>
<form action="http://pd.klingt.org/webring/" method="post">
<input type="hidden" name="base_url" value="">
<input type="hidden" name="description" value="CVS Repository at SourceForge">

<table width=260 height=75 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">
  <tr>
    <td width=55 height=25 align="middle">
      <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" border=0 width=55 height=25 align="middle"></td>
    <td width=62 height=25 align="middle">
      <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" border=0 width=62 height=25 align="middle"></td>
    <td width=63 height=25 align="middle">
      <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" border=0 width=63 height=25 align="middle"></td>
    <td width=80 height=25 align="middle">
      <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" border=0 width=80 height=25 align="middle"></td>
  </tr>
  <tr>
    <td colspan=4 width=260 height=50 align="middle">
      <a href="http://pd.klingt.org/webring/info.html">
      <img src="http://pd.klingt.org/webring/webring.gif" border=0 width=260 height=50 align="middle"></a>
    </td>
  </tr>
</table>
</form>
<br clear="all">

</center> 

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<A href="http://sourceforge.net"><IMG
 src="http://sourceforge.net/sflogo.php?group_id=55736&amp;type=5"
 width="110" height="32" border="0" alt="SourceForge Logo"></A>


</div>

</BODY></HTML>