diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-02-08 12:56:56 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-02-08 12:56:56 +0000 |
commit | b334d38aefbd8e0e159d7af6c20d63c5d2b64859 (patch) | |
tree | 2da2c2487d9b007681ff546f47a7e3b959e22916 /htdocs/download.php | |
parent | a8cefbe1bb8c54922f12ff9f007a5cb634276c65 (diff) |
reorganized
svn path=/trunk/; revision=9398
Diffstat (limited to 'htdocs/download.php')
-rw-r--r-- | htdocs/download.php | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/htdocs/download.php b/htdocs/download.php deleted file mode 100644 index 23ec79b4..00000000 --- a/htdocs/download.php +++ /dev/null @@ -1,68 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - -<!-- $Id: download.php,v 1.6 2004-10-19 11:55:43 ggeiger Exp $ --> - -<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>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=55736&release_id=144081">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=55736&release_id=145993" >pd-extended</a></h4> -<p>The Pd developer community have added some extensions to Pd, 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=55736&release_id=146085" ->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://gem.iem.at/" >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> - -<BR> -<BR> -<CENTER> -<?php include('webring.inc'); ?> -</CENTER> -<BR> -<?php include('lastmodified.inc'); ?> - -</div> - -</BODY>
\ No newline at end of file |