diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 19:16:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 19:16:14 +0000 |
commit | 7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (patch) | |
tree | 2d02c8c80bd176b1bc18bb302afebdc03e4f92a2 /htdocs/download.html | |
parent | 0e1b013af77442311cd3708ec4bdbedb197a28e2 (diff) |
added links to sourceforge downloads page
svn path=/trunk/; revision=469
Diffstat (limited to 'htdocs/download.html')
-rw-r--r-- | htdocs/download.html | 53 |
1 files changed, 43 insertions, 10 deletions
diff --git a/htdocs/download.html b/htdocs/download.html index 7cc1da18..d3cb8b56 100644 --- a/htdocs/download.html +++ b/htdocs/download.html @@ -1,25 +1,26 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!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.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> +| <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;"> +<br> +<br> +<span style="font-size: xx-small"> <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 @@ -33,4 +34,36 @@ ask if open-source music wouldn t also be a very good thing. <h2>Download</h2> +We are aiming to make this page the one stop for all of your pd downloads. + +<h3>Pure Data</h3> + +<h4><a href="http://sourceforge.net/project/showfiles.php?group_id%3D55736%26release_id%3D144081">pure-data</a></h4> +<p>Miller Puckette's distribution. You can also get it from <a href="http://crca.ucsd.edu/~msp" >his site</a>.</p> + +<h4><a href="http://sourceforge.net/project/showfiles.php?group_id%3D55736%26release_id%3D145993" >pd-extended</a></h4> +<p>The pd developers community have added a few extensions to the core of MSP, +like colored audio cords, GUI glitch prevention, and more. The pd-extended +distribtution includes these patches.</p> + +<h3>Externals</h3> + +<h4><a href="http://sourceforge.net/project/showfiles.php?group_id%3D55736%26release_id%3D146085" +>pd-externals</a></h4> +<p>The core package of pd externals. It includes all externals that +do not depend on other libraries.</p> + +<h4>pd-flext</h4> +<p>flext is a C++ layer for cross-platform development of Max/MSP and pd +externals. Package is coming soon... look <a href="http://www.parasitaere-kapazitaeten.net/Pd/ext/flext/" >here</a> in the meantime.</p> + +<h4><a href="http://sourceforge.net/project/showfiles.php?group_id%3D55736%26release_id%3D146087" >pd-gem</a></h4> +<p>GEM is an OpenGL and video extension for pd.</p> + +<h4>pd-osc</h4> +<p>This is <a href="http://cnmat.cnmat.berkeley.edu/OSC/" +target="osc">OpenSoundControl</a> for pd. Package is coming soon... look <a href="http://barely.a.live.fm/pd/OSC/" >here</a> in the meantime.</p> + +</div> + </BODY>
\ No newline at end of file |