aboutsummaryrefslogtreecommitdiff
path: root/htdocs/index.php
blob: 25e3c70c2972f8ef9021880d90e34ace049d0e60 (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
<!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">

<?php include('menu.inc'); ?>
<br>
<br>
<?php include('quote.inc'); ?>

</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>
<?php include('webring.inc'); ?>
</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>

<?php include('lastmodified.inc'); ?>

</div>

</BODY></HTML>