aboutsummaryrefslogtreecommitdiff
path: root/htdocs/index.php
blob: 56cfee95018d4561f4f467b97a2b3700e209bb83 (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
128
129
130
131
132
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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.php" title=""><b>Introduction</b></a><br>
| <a href="download.php" title=""><b>Download</b></a><br>
| <a href="documentation.php" title=""><b>Documentation</b></a><br>
| <a href="developer.php" title=""><b>Developers</b></a><br>
| <a href="http://pure-data.info/community/lists/"><b>Mailing Lists</b></a><br>
| <a href="contact.php" title=""><b>Contact</b></a><br>
| <a href="http://sourceforge.net/projects/pure-data" title=""><b>Project Page</b></a><br>
| <a href="http://puredata.info" title""><b>Community Site</b></a><br>

<br>
<br>
<span class="quote">
<b>Tip of the month</b><br />
When working on a patch, it's often best to stay in edit mode and use the CTRL key to modify any parameters.
<br>
<a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
</span>

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


<h2>Introduction</h2>

<p>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://puredata.info">Pure Data
website</A>.</p>


<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>


<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>

<p>A lot of the externals here are currently GPL'd, but the only requirement we
have is, that your code has an Open Source license. 
</p>

<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 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">
  <tr>
    <td width=55 height=25 align="center">
      <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" align="middle" border="0"></td>      
    <td width=62 height=25 align="center">
      <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle" border="0"></td>
    <td width=63 height=25 align="center">
      <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle" border="0"></td>
    <td width=80 height=25 align="center">
      <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle" border="0"></td>
  </tr>
  <tr>
    <td colspan=4 width=260 height=50 align="center">
      <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" alt="pd webring"></a>
    </td>
  </tr>
</table>
</form>
</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>


<BR>
<P CLASS="small">
Last Modified: June 25 2004 22:31:14 GMT</P>

</div>

</BODY></HTML>