From b334d38aefbd8e0e159d7af6c20d63c5d2b64859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 8 Feb 2008 12:56:56 +0000 Subject: reorganized svn path=/trunk/; revision=9398 --- htdocs/bug-report.php | 108 -------------------- htdocs/contact.php | 44 -------- htdocs/developer.php | 165 ------------------------------ htdocs/documentation.php | 254 ----------------------------------------------- htdocs/download.php | 68 ------------- htdocs/index.php | 93 ----------------- htdocs/lastmodified.inc | 10 -- htdocs/lists.php | 90 ----------------- htdocs/menu.inc | 10 -- htdocs/pd.css | 115 --------------------- htdocs/quote.inc | 6 -- htdocs/subprojects.php | 31 ------ htdocs/trackers.php | 108 -------------------- htdocs/upload | 14 --- htdocs/webring.inc | 24 ----- 15 files changed, 1140 deletions(-) delete mode 100644 htdocs/bug-report.php delete mode 100644 htdocs/contact.php delete mode 100644 htdocs/developer.php delete mode 100644 htdocs/documentation.php delete mode 100644 htdocs/download.php delete mode 100644 htdocs/index.php delete mode 100644 htdocs/lastmodified.inc delete mode 100644 htdocs/lists.php delete mode 100644 htdocs/menu.inc delete mode 100644 htdocs/pd.css delete mode 100644 htdocs/quote.inc delete mode 100644 htdocs/subprojects.php delete mode 100644 htdocs/trackers.php delete mode 100755 htdocs/upload delete mode 100644 htdocs/webring.inc 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 @@ - - - - - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - -Bugs, Patches and Requested Features can be submitted via the Sourceforge -tracker system. Please read through the sections below. - -

Bug reporting

- -

-Click on Submit Bug to submit a bug against one of the subprojects. -

-

-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 open bug reports page. -

-Please, before reporting a bug, try out the latest version of the software. - -

Patches

- -

-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 downloadable file on Miller Puckettes site or in the HEAD branch of the CVS. -

-
-

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

-
-

-If your patch is a bug fix, please choose the group "bugfix" in order -to mark it clearly. -

-
-

-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 Submit a patch. -

-
-

-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.
-
-e.g. from a CVS directory: -
-
-cvs diff -uBw > cool_feature.patch -
-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. -Check out the patches. - -

Feature Requests

- -

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

-Click Add Feature Request to add a new feature request. -
-Take a look at the feature requests" that are already registered. -
-
-
- -
-
- - -
- - 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 @@ - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - -

Contact

- -

All questions, suggestions should go to the PD Developer -mailing list. (Except if you want to ask to be added to the developer list on sourceforge).

- -http://www.iem.at/mailinglists/pd-list/ - -

Contributors

- -.. this will be filled with people working on this ... - - - - -
- - -
- - - \ 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 @@ - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - - -

Accessing the Externals via CVS

- -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 from the net. Then, if you have cvs -installed (this example is assuming the commandline version) use the following -line to login into the CVS server: -
-% cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data login 
-
-

- -Hit return when you are asked for a password. In order to get the source: -

-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co externals
-
-

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

-% cvs update -d
-
-

- -Without the -d only existing directories on your local copy get updated. -Depending on your configuration you might have -d as default anyways. - -

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

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

-For example check out the abstractions with: -

-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co abstractions
-
-

-or Pd with - -

-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co pd
-
-

-To check out the current developers' branch, which is tagged with "devel_0_37", use -

-% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co -r devel_0_37 pd
-
-

-You can find out the available branches in the pulldown menu on the project's -CVS-page -(or use "cvs -T ..."). -Browsing CVS -is a good way to see what else is in the repository anyway. -

- - -

Putting Your Externals in the Repository

- -This description is mainly about Linux, if you are working with Windows, you -might try the procedure described in this tutorial. Let -us know if it works. -

- -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 send an email with the user you -created and Guenter will add you to the pure-data developer list. -

- -At the project page 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. -

- -Make sure you are in this directory and issue the command: -

-

-% export CVS_RSH=ssh
-% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
-  import externals/dirname developername source-dist
-
-

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

- -If all of this went well, move away your external directory (keep it as a -backup) and checkout the code with: -

-% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
-  co externals
-
-

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

-% cvs commit
-
-

- -or -

-% cvs update
-
-

- -to take a look at what you have changed. -

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

- -If you are still unsure about the workings, take a look at this introduction about using -CVS. - - - - -

- - - 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 @@ - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- -

Projects at the Pure Data Ext. Repository

-

The following projects already have put their sources inside the Pure Data -External Repository: -

-	externals
-	|-- OSCx
-	|-- aenv~
-	|-- ann
-	|-- arraysize
-	|-- chaos
-	|-- creb
-	|-- cxc
-	|-- debian
-	|-- ext13
-	|-- footils
-	|-- ggee
-	|-- grill
-	|   |-- deljoin  
-	|   |-- delsplit  
-	|   |-- flext
-	|   |-- pguitest  
-	|   |-- idelay  
-	|   |-- namedobjs 
-	|   |-- pool
-	|   |-- prepend
-	|   |-- py
-	|   |-- vasp 
-	|   `-- xsample
-	|-- maxlib
-	|-- pdogg
-	|-- plugin~
-	|-- rhythm_estimator
-	|-- sprinkler
-	|-- susloop~
-	|-- svf~
-	|-- vbap
-	|-- vst
-	|-- zexy
-	`-- zhzxh~
-
-

-You also can browse the Repository contents at the projects CVS-Page. -

Missing externals

-

There are externals missing, I know. Please mail your descriptions to -fbar@footils.org. Thank you for your attention. - - -

OSCx

-OSC, OpenSoundControl for pd -
by jdl at xdv.org -

aenv~

-aenv~: asymptotic ADSR envelope generator; The output value approaches the -target values as asymptotes. -
(c) Ben Saylor -

ann

-/* ...this is an externals for comouting Aritficial Neural Networks... -
thikn aboiut this -
-
0201:forum::für::umläute:2001 -
*/ - -

arraysize

-

arraysize -- report the size of an array - -

chaos

-"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. -
Copyright Ben Bogart 2002 -

creb

-This is a collection of pd externals. No fancy stuff, just my -personal bag of (ahem) tricks... -
(c)Tom Schouten -

cxc

-

--------------------------- -
cxc pd eternals library -
powered by zt0ln d4ta -
-------------------------- -
many useful externals. -

debian

-From the README.Debian: -
<possible notes regarding this package - if none, delete this file> ;) -

Debian users can check out all externals and build a Debian package of -most in one command. -

ext13

-

this ist ext13, another highly useful collection of externals for pd - -

footils

-

-externals for classic synthesis techniques like fm, granular, soundfont, ... -
flext-iiwu | rx7 | shabby | syncgrain -

ggee

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

grill

-Various externals, libraries and development tools by Thomas Grill (xovo@gmx.net). Synched to -www.parasitaere-kapazitaeten.net/ext. -Please see the following descriptions: - -

deljoin

-

join a list with delimiter - -

delsplit

-

split a delimited list-in-a-symbol -

flext

-

-flext - C++ layer for Max/MSP and pd (pure data) externals -
-This package seeks to encourage the development of open source software -for the pd and Max/MSP platforms. - - -

guitest

-

Experimental wrapper for writing GUI externals. - -

idelay

-

Interpolating delay line - -

namedobjs

-

retrieve named objects in a patcher -

pool

-pool - a hierarchical storage object for PD and Max/MSP - - -

prepend

-

prepend - just like in MaxMSP -

py

-py/pyext - python script objects for PD (and MaxMSP... once, under MacOSX and Windows) - -

vasp

-

VASP modular - vector assembling signal processor -

GOALS/FEATURES -
=============== -

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

xsample

-xsample - extended sample objects for Max/MSP and pd (pure data) - - -

maxlib

-

-maxlib - music analysis extensions library -

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 -http://www.akustische-kunst.org/puredata/maxlib/ -
(c) 2002 by Olaf Matthes -

pdogg

-

-Superior open source audio compression with OGG Vorbis has come to Pd. -
(c) 2002 by Olaf Matthes -

plugin~

-

LADSPA and VST plug-in hosting for Pd -

-This is a Pd tilde object for hosting LADSPA and VST audio plug-ins on Linux -and Windows systems, respectively. The LADSPA 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. -
Jarno Seppänen, jams@cs.tut.fi -

rhythm_estimator

-

This is a collection of Pd objects for doing rhythm (quantum) -estimation. -
Jarno Seppänen jams@cs.tut.fi and Piotr Majdak p.majdak@bigfoot.com - -

sprinkler

-

-'sprinkler' objects do dynamic control-message dissemination. -
-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. -
Bryan Jurish <moocow@ling.uni-potsdam.de> - -

susloop~

-

sample player with various loop methods (ping-pong, ... ) think tracker. - -

svf~

-

This is a signal-controlled port of Steve Harris' state variable filter LADSPA plugin
By Ben Saylor, http://www.macalester.edu/~bsaylor - -

vbap

-

Vector Based Amplitude Panning. Use, if you need to control sound locations -in space. - -

vst

-

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

zexy

-

the zexy external -

-general::
the zexy external is a collection of externals. Including matrix -operations. -

zhzxh~

-

by Ben Saylor http://www.macalester.edu/~bsaylor -Turns the input signal into a staticky, distorted mess. Comes with tone -control. - -
-
-

- -
- - -SourceForge Logo - -

- - -
- - 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 @@ - - - - - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - -

Download

- -We are aiming to make this page the one stop for all of your Pd downloads. - -

Pure Data

- -

pure-data

-

Miller Puckette's distribution. You can also get it from his site.

- -

pd-extended

-

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.

- -

Externals

- -

pd-externals

-

The core package of pd externals. It includes all externals that -do not depend on other libraries.

- -

pd-flext

-

flext is a C++ layer for cross-platform development of Max/MSP and Pd -externals. Package is coming soon... look here in the meantime.

- -

pd-gem

-

GEM is an OpenGL and video extension for Pd.

- -

pd-osc

-

This is OpenSoundControl for Pd. Package is coming soon... look here in the meantime.

- -
-
-
- -
-
- - -
- - \ 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 @@ - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - -

Introduction

- -

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 Pure Data -website.

- - -

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.

- - -

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 send an email with the information how to -download your code.

- -

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

- -
-
-
- -
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -SourceForge Logo - - - -
- - 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 @@ - -
-

- -

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 @@ - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - -

Mailing Lists

- -

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.

- -
-

-Mailing -Lists Archive -

-
- -

Subscribing

-

pd-list

-

pd-dev

-

off-topic

-

pd-announce

- - - - -
- -
- - - \ 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 @@ -| Introduction
-| Download
-| Documentation
-| Developers
-| Bugs, Patches,
Feature Requests

-| Mailing Lists
-| Contact
-| Project Page
-| Community Site
- 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 @@ - -Tip of the month
-We've got to undo the MIDI revolution! -
-Miller S. Puckette -
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 @@ - - - -Pure Data External Repository - - - - - - - - - \ 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 @@ - - - - - - - -Pure Data External Repository - - - - - -

Pure Data External Repository

- - -
- - - -Bugs, Patches and Requested Features can be submitted via the Sourceforge -tracker system. Please read through the sections below. - -

Bug reporting

- -

-Click on Submit Bug to submit a bug against one of the subprojects. -

-

-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 open bug reports page. -

-Please, before reporting a bug, try out the latest version of the software. - -

Patches

- -

-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 downloadable file on Miller Puckettes site or in the HEAD branch of the CVS. -

-
-

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

-
-

-If your patch is a bug fix, please choose the group "bugfix" in order -to mark it clearly. -

-
-

-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 Submit a patch. -

-
-

-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.
-
-e.g. from a CVS directory: -
-
-cvs diff -uBw > cool_feature.patch -
-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. -Check out the patches. - -

Feature Requests

- -

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

-Click Add Feature Request to add a new feature request. -
-Take a look at the feature requests" that are already registered. -
-
-
- -
-
- - -
- - 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 @@ -
- - - - - - - - - - - - - -
- - - -
- - pd webring -
-
-- cgit v1.2.1