aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-08 12:56:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-08 12:56:56 +0000
commitb334d38aefbd8e0e159d7af6c20d63c5d2b64859 (patch)
tree2da2c2487d9b007681ff546f47a7e3b959e22916 /htdocs
parenta8cefbe1bb8c54922f12ff9f007a5cb634276c65 (diff)
reorganized
svn path=/trunk/; revision=9398
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/bug-report.php108
-rw-r--r--htdocs/contact.php44
-rw-r--r--htdocs/developer.php165
-rw-r--r--htdocs/documentation.php254
-rw-r--r--htdocs/download.php68
-rw-r--r--htdocs/index.php93
-rw-r--r--htdocs/lastmodified.inc10
-rw-r--r--htdocs/lists.php90
-rw-r--r--htdocs/menu.inc10
-rw-r--r--htdocs/pd.css115
-rw-r--r--htdocs/quote.inc6
-rw-r--r--htdocs/subprojects.php31
-rw-r--r--htdocs/trackers.php108
-rwxr-xr-xhtdocs/upload14
-rw-r--r--htdocs/webring.inc24
15 files changed, 0 insertions, 1140 deletions
diff --git a/htdocs/bug-report.php b/htdocs/bug-report.php
deleted file mode 100644
index 895e2642..00000000
--- a/htdocs/bug-report.php
+++ /dev/null
@@ -1,108 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<!-- $Id: bug-report.php,v 1.6 2004-11-15 15:07:53 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 -->
-
-
-Bugs, Patches and Requested Features can be submitted via the Sourceforge
-tracker system. Please read through the sections below.
-
-<h2>Bug reporting</h2>
-
-<p>
-Click on <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070">Submit Bug</a> to submit a bug against one of the subprojects.
-</p>
-<p>
-It is important that you assign the bug to the correct subproject. This
-is done by selecting the appropriate Category from the category tab. Before
-submitting a bug report, you might check if the bug you encountered hasn't been
-reported already by looking at the <a href=http://sourceforge.net/tracker/?group_id=55736&atid=478070>open bug reports</a> page.
-</p>
-Please, before reporting a bug, try out the latest version of the software.
-
-<h2>Patches</h2>
-
-<p>
-This tracker is a collection of up to date patches (patches that apply
-cleanly against the latest version of Pd. The latest version can either be
-found as a <a href="http://crca.ucsd.edu/~msp/Software/">downloadable file on Miller Puckettes site</a> or in the <a href="http://cvs.sourceforge.net/viewcvs.py/pure-data/pd/">HEAD branch of the CVS</a>.
-</p>
-<br>
-<p>
-The main purpose of the patches tracker is to make it easier to incorporate
-new features and bug fixes into the Pd core. Including new stuff may take some
-time, and the inclusion of some features might not get accepted. The final
-decision if your patch gets accepted is in the hands of Miller. If you
-think your patch has been forgotten, please communicate it on the pd
-developers list or to Miller directly.
-</p>
-<br>
-<p>
-If your patch is a bug fix, please choose the group "bugfix" in order
-to mark it clearly.
-</p>
-<br>
-<p>
-All patches need to have a detailed description. This can later be used
-to decide if the patch can go into the main Pd distribution or not, and
-should also minimize the work that has to be done in order to adapt new
-ideas. Click to <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478072">Submit a patch</a>.
-</p>
-<br>
-<p>
-If you submit a patch, take care that you only send the parts that have to
-be changed. Formatting changes and changes in whitespace will only make the
-patch less readable. Send the patch in unified diff format.<br>
-<br>
-e.g. from a CVS directory:
-<br>
-<br>
-cvs diff -uBw > cool_feature.patch
-<br>
-The patches collection might also be useful for users, as it makes it possible
-to get the freshest bugfixes and new features that didn't make it into the
-main distribution yet.
-<a href="http://sourceforge.net/tracker/?group_id=55736&atid=478072">Check out the patches</a>.
-
-<h2>Feature Requests</h2>
-
-<p>
-There is also a tracker for feature requests. A feature request can be sent if
-you are missing a functionality, but you don't know how to code it. This could
-be an additional external or functionality of the Pd core.
-</p>
-Click <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478073">Add Feature Request</a> to add a new feature request.
-<br>
-<a href="http://sourceforge.net/tracker/?group_id=55736&atid=478073">Take a look at the feature requests"</a> that are already registered.
-<BR>
-<BR>
-<CENTER>
-<?php include('webring.inc'); ?>
-</CENTER>
-<BR>
-<?php include('lastmodified.inc'); ?>
-
-</div>
-
-</BODY>
diff --git a/htdocs/contact.php b/htdocs/contact.php
deleted file mode 100644
index c6e21b4f..00000000
--- a/htdocs/contact.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<!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">
-
-<?php include('menu.inc'); ?>
-<br>
-<br>
-<?php include('quote.inc'); ?>
-
-</div>
-<div id="Content">
-<!-- Quote of the day -->
-
-
-<h2>Contact</h2>
-
-<P>All questions, suggestions should go to the <a href="mailto:pd-dev@iem.kug.ac.at">PD Developer
-mailing list</a>. (Except if you want to ask to be added to the developer list on sourceforge).</P>
-
-<a href="http://www.iem.at/mailinglists/pd-list/" TARGET="pd-list">http://www.iem.at/mailinglists/pd-list/</a>
-
-<h2> Contributors </h2>
-
-.. this will be filled with people working on this ...
-
-
-
-
-<BR>
-<?php include('lastmodified.inc'); ?>
-
-</DIV>
-
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/htdocs/developer.php b/htdocs/developer.php
deleted file mode 100644
index 100cfb06..00000000
--- a/htdocs/developer.php
+++ /dev/null
@@ -1,165 +0,0 @@
-<!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>Accessing the Externals via CVS</h2>
-
-You have to install cvs. On most Linux systems this is already installed, on
-Windows or Mac OS/X you will have to download it <A
-HREF="http://cvsgui.sourceforge.net/">from the net</A>. Then, if you have cvs
-installed (this example is assuming the commandline version) use the following
-line to login into the CVS server:
-<pre>
-% cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data login
-</pre>
-<p>
-
-Hit return when you are asked for a password. In order to get the source:
-<pre>
-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co externals
-</pre>
-<p>
-
-This will give you a local copy of the externals-directory in the repository.
-Other modules are for example called "abstractions" (see below) or you could
-also use "." to check out everything. After some time, if you want to get all
-the latest additions and updates, type (in the externals directory):
-
-<pre>
-% cvs update -d
-</pre>
-<p>
-
-Without the -d only existing directories on your local copy get updated.
-Depending on your configuration you might have -d as default anyways.
-
-<p>
-
-Currently building the externals works to same way it did before, just cd into
-the external directory (e.g. cd vst) and read through the compilation
-instructions. Later this process will be automated and you can build al the
-externals in one go, or even download a precompiled archive for your system.
-<p>
-Some other modules in the repository include Pd abstractions or the developers
-version of Pd. You can check these out by replacing the modulename with the
-respective modulename.
-<p>
-For example check out the abstractions with:
-<pre>
-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co abstractions
-</pre>
-<p>
-or Pd with
-
-<pre>
-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co pd
-</pre>
-<p>
-To check out the current developers' branch, which is tagged with &quot;devel_0_37&quot;, use
-<pre>
-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co -r devel_0_37 pd
-</pre>
-<p>
-You can find out the available branches in the pulldown menu on the project's
-<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pure-data/pd/">CVS-page</a>
-(or use "cvs -T ...").
-<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pure-data/">Browsing CVS</a>
-is a good way to see what else is in the repository anyway.
-<p>
-
-
-<h2>Putting Your Externals in the Repository</h2>
-
-This description is mainly about Linux, if you are working with Windows, you
-might try the procedure described in this <a
-href="http://sfsetup.sourceforge.net/tutorial_cvsaccess.html">tutorial</a>. Let
-us know if it works.
-<p>
-
-To contribute your pd externals to the repository you'll first have to register
-yourself at sourceforge (making you an official developer of the project). Go
-to sourceforge.net and click on the "new user" link on the upper left corner.
-Then <A HREF="mailto:geiger@xdv.org">send an email </A> with the user you
-created and Guenter will add you to the pure-data developer list.
-<p>
-
-At the <A HREF="HTTP://sourceforge.net/projects/pure-data">project page</A> you
-can see if you are already listed as a developer. The next step is to "import"
-your source code. First make sure that your code is in a directory, and remove
-everything from that directory that you don't want to put under CVS. Compiled
-code, for example, is not normally put into CVS.
-<p>
-
-Make sure you are in this directory and issue the command:
-<p>
-<pre>
-% export CVS_RSH=ssh
-% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
- import externals/dirname developername source-dist
-</pre>
-<p>
-
-Exchange "developername" with your sourceforge accountname and "dirname" with
-the name of your externals directory. You have to import the source only
-once for your external(s).
-<p>
-
-If all of this went well, move away your external directory (keep it as a
-backup) and checkout the code with:
-<pre>
-% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
- co externals
-</pre>
-<p>
-
-From this point on, if you are working in your externals directory, and want to
-commit your changes to the server you just have to do
-<pre>
-% cvs commit
-</pre>
-<p>
-
-or
-<pre>
-% cvs update
-</pre>
-<p>
-
-to take a look at what you have changed.
-<p>
-
-All the information about where the repository is, the loginname etc, is in the
-"CVS" directory, that should be part of your external directory now.
-<p>
-
-If you are still unsure about the workings, take a look at this <a
-href="http://www.cvshome.org/docs/blandy.html">introduction</A> about using
-CVS.
-
-
-<?php include('lastmodified.inc'); ?>
-
-</div>
-
-</BODY></HTML>
-
diff --git a/htdocs/documentation.php b/htdocs/documentation.php
deleted file mode 100644
index e94b1f3f..00000000
--- a/htdocs/documentation.php
+++ /dev/null
@@ -1,254 +0,0 @@
-<!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>
-<!-- Quote of the day -->
-<?php include('quote.inc'); ?>
-
-</div>
-<div id="Content">
-
-<h2>Projects at the Pure Data Ext. Repository</h2>
-<p>The following projects already have put their sources inside the Pure Data
-External Repository:
-<pre>
- externals
- |-- <a href="#OSCx">OSCx</a>
- |-- <a href="#aenv~">aenv~</a>
- |-- <a href="#ann">ann</a>
- |-- <a href="#arraysize">arraysize</a>
- |-- <a href="#chaos">chaos</a>
- |-- <a href="#creb">creb</a>
- |-- <a href="#cxc">cxc</a>
- |-- <a href="#debian">debian</a>
- |-- <a href="#ext13">ext13</a>
- |-- <a href="#footils">footils</a>
- |-- <a href="#ggee">ggee</a>
- |-- <a href="#grill">grill</a>
- | |-- <a href="#deljoin">deljoin</a>
- | |-- <a href="#delsplit">delsplit</a>
- | |-- <a href="#flext">flext</a>
- | |-- <a href="#pguitest">pguitest</a>
- | |-- <a href="#idelay">idelay</a>
- | |-- <a href="#namedobjs">namedobjs</a>
- | |-- <a href="#pool">pool</a>
- | |-- <a href="#prepend">prepend</a>
- | |-- <a href="#py">py</a>
- | |-- <a href="#vasp">vasp</a>
- | `-- <a href="#xsample">xsample</a>
- |-- <a href="#maxlib">maxlib</a>
- |-- <a href="#pdogg">pdogg</a>
- |-- <a href="#plugin~">plugin~</a>
- |-- <a href="#rhythm_estimator">rhythm_estimator</a>
- |-- <a href="#sprinkler">sprinkler</a>
- |-- <a href="#susloop~">susloop~</a>
- |-- <a href="#svf~">svf~</a>
- |-- <a href="#vbap">vbap</a>
- |-- <a href="#vst">vst</a>
- |-- <a href="#zexy">zexy</a>
- `-- <a href="#zhzxh~">zhzxh~</a>
-</pre>
-<p>
-You also can browse the Repository contents at the projects <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pure-data/">CVS-Page</a>.
-<h2>Missing externals</h2>
-<p>There are externals missing, I know. Please mail your descriptions to
-<a href="mailto:fbar@footils.org">fbar@footils.org</a>. Thank you for your attention.
-
-
-<a name="OSCx"></a> <h3>OSCx</h3><p>
-OSC, OpenSoundControl for pd
-<br>by jdl at xdv.org
-<a name="aenv~"></a> <h3>aenv~</h3><p>
-aenv~: asymptotic ADSR envelope generator; The output value approaches the
-target values as asymptotes.
-<br> (c) Ben Saylor
-<a name="ann"></a> <h3>ann</h3><p>
-/* ...this is an externals for comouting Aritficial Neural Networks...
-<br> thikn aboiut this
-<br>
-<br> 0201:forum::für::umläute:2001
-<br>*/
-
-<a name="arraysize"></a> <h3>arraysize</h3>
-<p> arraysize -- report the size of an array
-
-<a name="chaos"></a> <h3>chaos</h3><p>
-"Chaos PD Externals" a set of objects for PD which
-calculate various "Chaotic Attractors"; including, Lorenz, Rossler, Henon
-and Ikeda. Hopefully more will be on their way.
-<br>Copyright Ben Bogart 2002
-<a name="creb"></a> <h3>creb</h3><p>
-This is a collection of pd externals. No fancy stuff, just my
-personal bag of (ahem) tricks...
-<br>(c)Tom Schouten
-<a name="cxc"></a> <h3>cxc</h3>
-<p>
---------------------------
-<br> cxc pd eternals library
-<br> powered by zt0ln d4ta
-<br>--------------------------
-<br> many useful externals.
-<a name="debian"></a> <h3>debian</h3><p>
-From the README.Debian:
-<br>&lt;possible notes regarding this package - if none, delete this file&gt; ;)
-<p> Debian users can check out all externals and build a Debian package of
-most in one command.
-<a name="ext13"></a> <h3>ext13</h3>
-<p>this ist ext13, another highly useful collection of externals for pd
-
-<a name="footils"></a> <h3>footils</h3>
-<p>
-externals for classic synthesis techniques like fm, granular, soundfont, ...
-<br>flext-iiwu | rx7 | shabby | syncgrain
-<a name="ggee"></a> <h3>ggee</h3><p>
-Your host's Guenther Geiger's ggee externals collection. They serve different
-purposes, ranging from objects for building a simple User interface for pd
-patches, to objects interfacing Perry Cooks STK, streaming audio over the LAN,
-Filter implementations and other.
-<a name="grill"></a> <h3>grill</h3><p>
-Various externals, libraries and development tools by Thomas Grill (xovo@gmx.net). Synched to
-<a
-href="http://www.parasitaere-kapazitaeten.net/ext">www.parasitaere-kapazitaeten.net/ext</a>.
-Please see the following descriptions:
-<a name="deljoin"></a>
-<h4>deljoin</h4>
-<p>join a list with delimiter
-<a name="delsplit"></a>
-<h4>delsplit</h4>
-<p> split a delimited list-in-a-symbol
-<h4><a name="flext"></a>flext</h4>
-<p>
-flext - C++ layer for Max/MSP and pd (pure data) externals
-<br>
-This package seeks to encourage the development of open source software
-for the pd and Max/MSP platforms.
-
-<a name="guitest"></a>
-<h4>guitest</h4>
-<p> Experimental wrapper for writing GUI externals.
-<a name="idelay"></a>
-<h4>idelay</h4>
-<p> Interpolating delay line
-<a name="namedobjs"></a>
-<h4>namedobjs</h4>
-<p>retrieve named objects in a patcher
-<h4><a name="pool"></a>pool</h4><p>
-pool - a hierarchical storage object for PD and Max/MSP
-
-<a name="prepend"></a>
-<h4>prepend</h4>
-<p> prepend - just like in MaxMSP
-<h4><a name="py"></a>py</h4><p>
-py/pyext - python script objects for PD (and MaxMSP... once, under MacOSX and Windows)
-<a name="vasp"></a>
-<h4>vasp</h4>
-<p>VASP modular - vector assembling signal processor
-<p>GOALS/FEATURES
-<br>===============
-<p>
-VASP is a package for PD or MaxMSP consisting of a number of externals extending
-these systems with functions for non-realtime array-based audio data processing.
-VASP is capable of working in the background, therefore not influencing eventual
-dsp signal processing.
-
-
-<h4><a name="xsample"></a>xsample</h4><p>
-xsample - extended sample objects for Max/MSP and pd (pure data)
-
-
-<a name="maxlib"></a> <h3>maxlib</h3>
-<p>
-maxlib - music analysis extensions library
-<p> The objects can be very useful to analyse any musical performance. Some
-of the objects are 'borrowed' from Max (they are not ported but
-rewritten for Pd - cheap immitations).
-maxib has recently been extended by objects of more general use and some
-which can be use for composition purposes. See
-<a href="http://www.akustische-kunst.org/puredata/maxlib/">http://www.akustische-kunst.org/puredata/maxlib/</a>
-<br> (c) 2002 by Olaf Matthes
-<a name="pdogg"></a> <h3>pdogg</h3>
-<p>
-Superior open source audio compression with OGG Vorbis has come to Pd.
-<br> (c) 2002 by Olaf Matthes
-<a name="plugin~"></a> <h3>plugin~</h3>
-<p>LADSPA and VST plug-in hosting for Pd
-<p></p>
-This is a Pd tilde object for hosting LADSPA and VST audio plug-ins on Linux
-and Windows systems, respectively. The <a
-href="http://www.ladspa.org">LADSPA</a> plug-in interface is supported
-completely on Linux, while the VST 1.0 audio processing plug-in interface
-(without plug-in graphics) is supported on Windows.
-<br>Jarno Seppänen, jams@cs.tut.fi
-<a name="rhythm_estimator"></a> <h3>rhythm_estimator</h3>
-<p>This is a collection of Pd objects for doing rhythm (quantum)
-estimation.
-<br>Jarno Seppänen jams@cs.tut.fi and Piotr Majdak p.majdak@bigfoot.com
-
-<a name="sprinkler"></a> <h3>sprinkler</h3>
-<p>
-'sprinkler' objects do dynamic control-message dissemination.
-<br>
-Given a list as input, a 'sprinkler' object interprets the initial
-list element as the name of a 'receive' object, and [send]s the
-rest of the list to that object.
-<br>Bryan Jurish &lt;moocow@ling.uni-potsdam.de&gt;
-
-<a name="susloop~"></a> <h3>susloop~</h3>
-<p>sample player with various loop methods (ping-pong, ... ) think tracker.
-
-<a name="svf~"></a> <h3>svf~</h3>
-<p>This is a signal-controlled port of Steve Harris' state variable filter <a
-href="http://plugin.org.uk">LADSPA plugin</a> <br>By Ben Saylor, <a
-href="http://www.macalester.edu/~bsaylor">http://www.macalester.edu/~bsaylor</a>
-
-<a name="vbap"></a> <h3>vbap</h3>
-<p> Vector Based Amplitude Panning. Use, if you need to control sound locations
-in space.
-
-<a name="vst"></a> <h3>vst</h3>
-<p></p>VST 2.0 support external. It supports the "string" interface for
-parameters as well as providing access to the graphical interface supplied by
-the plugin's creator. VSTi's can have midi information supplied to them and
-export automation data. All in all it provides a very flexable mechanism to use
-VST plugins outside of the Cubase environment. This download is the compiled
-external DLL and PDF help file.
-
-<a name="zexy"></a> <h3>zexy</h3>
-<p>the zexy external
-<p>
-general::<br> the zexy external is a collection of externals. Including matrix
-operations.
-<a name="zhzxh~"></a> <h3>zhzxh~</h3>
-<p> by Ben Saylor <a href="http://www.macalester.edu/~bsaylor">http://www.macalester.edu/~bsaylor</a>
-Turns the input signal into a staticky, distorted mess. Comes with tone
-control.
-
-<BR>
-<BR>
-<p align="center">
-<?php include('webring.inc'); ?>
-<br clear="all">
-
-<!-- REMOVE CMNTS AT PUBLISHING: -->
-<A href="http://sourceforge.net"><IMG
- src="http://sourceforge.net/sflogo.php?group_id=55736&amp;type=5"
- width="210" height="62" border="0" alt="SourceForge Logo"></A>
-
-</p>
-<?php include('lastmodified.inc'); ?>
-
-</div>
-
-</BODY></HTML>
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
diff --git a/htdocs/index.php b/htdocs/index.php
deleted file mode 100644
index 25e3c70c..00000000
--- a/htdocs/index.php
+++ /dev/null
@@ -1,93 +0,0 @@
-<!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>
diff --git a/htdocs/lastmodified.inc b/htdocs/lastmodified.inc
deleted file mode 100644
index 5ee33cb5..00000000
--- a/htdocs/lastmodified.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<BR>
-<P CLASS="small">
-<?php
-putenv("TZ=GMT");
-echo "Last Modified: ";
-echo date( "F d Y H:i:s", getlastmod() );
-echo " GMT";
-?>
-</P>
diff --git a/htdocs/lists.php b/htdocs/lists.php
deleted file mode 100644
index 20762053..00000000
--- a/htdocs/lists.php
+++ /dev/null
@@ -1,90 +0,0 @@
-<!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">
-
-<?php include('menu.inc'); ?>
-<br>
-<br>
-<?php include('quote.inc'); ?>
-
-</div>
-<div id="Content">
-<!-- Quote of the day -->
-
-
-<h2>Mailing Lists</h2>
-
-<P>There are a few active lists for dicussing Pd. Before posting to any of the lists, you should search the
-archives. Many questions have been covered in depth there, plus you get an
-immediate answer.</P>
-
-<BR>
-<p>
-<a href="http://www.iem.at/mailinglists/pd-list/" TARGET="pd-list">Mailing
-Lists Archive</a>
-</p>
-<BR>
-
-<h3>Subscribing</h3>
- <h4>pd-list</h4><ul>
- <li>This is the official mailinglist for the Pd-community.</li>
- <li>Most of the things regarding pure-data are discussed on this list.
- However, for pure off-topic items, announcements or developers' talk,
- the appropriate mailing-lists (see below) should be used.</li>
- <li>For subscription/unsubscription and delivery options, please visit the web-interface at
- <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list">
-
- http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list</a></li>
- </ul>
- <h4>pd-dev</h4><ul>
- <li>There is a <b>developer</b>-list for discussion of hacking pure-data and externals and similar.
- Since Pd is still beta software (this is: needs some testing), it is a good idea to subscribe
- to this list too.</li>
- <li>It is probably a good idea, to subscribe to this list too,
- since developers threads on the main list will eventually be moved to this list
- (by users, not by the administrator)</li>
- <li>For subscription/unsubscription and delivery options, please visit the web-interface at
- <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev">
-
- http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev</a></li>
- </ul>
- <h4>off-topic</h4><ul>
- <li>This list is intended to be a forum for the Pd-community that allows
- the discussion of things apart from pure-data.</li>
- <li>It is probably a good idea, to subscribe to this list too,
- since off-topic threads on the main list will eventually be moved to this list
- (by users, not by the administrator)</li>
- <li>For subscription/unsubscription and delivery options, please visit the web-interface at
- <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-ot">
-
- http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-ot</a></li>
- </ul>
- <h4>pd-announce</h4><ul>
- <li>There is an <b>announce</b>-list for announcements regarding Pd-releases,
- software releases (like externals), upcoming events, concerts, ...</li>
- <li>This list might prove most interesting for people not having the time and intention
- to keep-up with the main-lists but still want to stay up-to-date.</li>
- <li>For subscription/unsubscription and delivery options, please visit the web-interface at
- <a href="http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-announce">
-
- http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-announce</a></li>
- </ul>
-
-
-
-
-<BR>
-<?php include('lastmodified.inc'); ?>
-</DIV>
-
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/htdocs/menu.inc b/htdocs/menu.inc
deleted file mode 100644
index a91bd35c..00000000
--- a/htdocs/menu.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-| <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="trackers.php" title=""><b>Bugs, Patches,<br>Feature Requests</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>
-
diff --git a/htdocs/pd.css b/htdocs/pd.css
deleted file mode 100644
index dbb53544..00000000
--- a/htdocs/pd.css
+++ /dev/null
@@ -1,115 +0,0 @@
-
-HTML {
- background: #ffffff;
- color: #000;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-BODY{
- padding: 5px;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-.footer {
- background:#EEEEEE;
- width: 650px;
-}
-
-.bordered {
- padding: 5px;
-}
-
-
-H1 {
- color: #600;
- border: solid 1px;
- font-family: monospace;
- padding: 5px;
- background:#EEEEEE;
-}
-
-H2 {
- font-family: Courier, monospace;
- border: solid 1px;
- color: #000;
- padding: 4px;
-}
-
-H3 {
- font-family: Courier, monospace;
- border: solid 1px;
- color: #000;
- padding: 4px;
-}
-
-pre {
- color: #333333;
- padding: 3px;
- background:#EEEEEE;
-}
-
-A {
- text-decoration: none;
-/* background: #FFFFFF; */
- color: #b00;
-}
-
-A:hover {
- text-decoration: underline;
- /* background: #FFFFFF; */
- color: #003300 ;
-}
-
-
-HR {
- height:1px;
- width: 75%;
- /* background:#eeaa00; */
- background:#eee;
- color:#000;
-}
-
-P.small {
- font-size: xx-small;
- background:#fff;
- text-align: right;
- /*border: dotted 1px;*/
- padding: 5px;
-}
-
-span.quote {
- margin:0px;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-UL {
- list-style-type: circle;
-}
-
-#Content>p {margin:0px;}
-#Content>p+p {text-indent:30px;}
-
-#Content {
- margin:0px 50px 50px 160px;
- padding:10px;
- }
-
-#Menu {
- position:absolute;
- top:120px;
- left:10px;
- width:150px;
- padding:10px;
- line-height:17px;
-/* Again, the ugly brilliant hack. */
- voice-family: "\"}\"";
- voice-family:inherit;
- width:140px;
- }
-/* Again, "be nice to Opera 5". */
-body>#Menu {width:140px;}
-
-
diff --git a/htdocs/quote.inc b/htdocs/quote.inc
deleted file mode 100644
index 6ba30b42..00000000
--- a/htdocs/quote.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-<span class="quote">
-<b>Tip of the month</b><br />
-We've got to undo the MIDI revolution!
-<br>
-<em>Miller S. Puckette</em>
-</span>
diff --git a/htdocs/subprojects.php b/htdocs/subprojects.php
deleted file mode 100644
index 2886c7c5..00000000
--- a/htdocs/subprojects.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<!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" >
-
-<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: 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
-ask if open-source music wouldn t also be a very good thing.
-</span>
-<br><em>MSP</em>
-
-</div>
-
-
-</BODY> \ No newline at end of file
diff --git a/htdocs/trackers.php b/htdocs/trackers.php
deleted file mode 100644
index ba46cc39..00000000
--- a/htdocs/trackers.php
+++ /dev/null
@@ -1,108 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<!-- $Id: trackers.php,v 1.2 2004-11-15 15:07:53 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 -->
-
-
-Bugs, Patches and Requested Features can be submitted via the Sourceforge
-tracker system. Please read through the sections below.
-
-<h2>Bug reporting</h2>
-
-<p>
-Click on <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070">Submit Bug</a> to submit a bug against one of the subprojects.
-</p>
-<p>
-It is important that you assign the bug to the correct subproject. This
-is done by selecting the appropriate Category from the category tab. Before
-submitting a bug report, you might check if the bug you encountered hasn't been
-reported already by looking at the <a href=http://sourceforge.net/tracker/?group_id=55736&atid=478070>open bug reports</a> page.
-</p>
-Please, before reporting a bug, try out the latest version of the software.
-
-<h2>Patches</h2>
-
-<p>
-This tracker is a collection of up to date patches (patches that apply
-cleanly against the latest version of Pd. The latest version can either be
-found as a <a href="http://crca.ucsd.edu/~msp/Software/">downloadable file on Miller Puckettes site</a> or in the <a href="http://cvs.sourceforge.net/viewcvs.py/pure-data/pd/">HEAD branch of the CVS</a>.
-</p>
-<br>
-<p>
-The main purpose of the patches tracker is to make it easier to incorporate
-new features and bug fixes into the Pd core. Including new stuff may take some
-time, and the inclusion of some features might not get accepted. The final
-decision if your patch gets accepted is in the hands of Miller. If you
-think your patch has been forgotten, please communicate it on the pd
-developers list or to Miller directly.
-</p>
-<br>
-<p>
-If your patch is a bug fix, please choose the group "bugfix" in order
-to mark it clearly.
-</p>
-<br>
-<p>
-All patches need to have a detailed description. This can later be used
-to decide if the patch can go into the main Pd distribution or not, and
-should also minimize the work that has to be done in order to adapt new
-ideas. Click to <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478072">Submit a patch</a>.
-</p>
-<br>
-<p>
-If you submit a patch, take care that you only send the parts that have to
-be changed. Formatting changes and changes in whitespace will only make the
-patch less readable. Send the patch in unified diff format.<br>
-<br>
-e.g. from a CVS directory:
-<br>
-<br>
-cvs diff -uBw > cool_feature.patch
-<br>
-The patches collection might also be useful for users, as it makes it possible
-to get the freshest bugfixes and new features that didn't make it into the
-main distribution yet.
-<a href="http://sourceforge.net/tracker/?group_id=55736&atid=478072">Check out the patches</a>.
-
-<h2>Feature Requests</h2>
-
-<p>
-There is also a tracker for feature requests. A feature request can be sent if
-you are missing a functionality, but you don't know how to code it. This could
-be an additional external or functionality of the Pd core.
-</p>
-Click <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478073">Add Feature Request</a> to add a new feature request.
-<br>
-<a href="http://sourceforge.net/tracker/?group_id=55736&atid=478073">Take a look at the feature requests"</a> that are already registered.
-<BR>
-<BR>
-<CENTER>
-<?php include('webring.inc'); ?>
-</CENTER>
-<BR>
-<?php include('lastmodified.inc'); ?>
-
-</div>
-
-</BODY>
diff --git a/htdocs/upload b/htdocs/upload
deleted file mode 100755
index c513fc0a..00000000
--- a/htdocs/upload
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-
-FILES="*.css *.php *.inc"
-
-
-NAME=`cat CVS/Root | sed y/:/" "/ | sed y/@/" "/ | awk '{print $2}'`
-
-
-scp $FILES $NAME@pure-data.sf.net:/home/groups/p/pu/pure-data/htdocs
-# make writeable to pd-group:
-ssh chmod g+w $NAME@pure-data.sf.net:/home/groups/p/pu/pure-data/htdocs/*
-
-
diff --git a/htdocs/webring.inc b/htdocs/webring.inc
deleted file mode 100644
index 49af328c..00000000
--- a/htdocs/webring.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>