diff options
-rw-r--r-- | htdocs/contact.html | 43 | ||||
-rw-r--r-- | htdocs/contact.php | 44 | ||||
-rw-r--r-- | htdocs/developer.php (renamed from htdocs/developer.html) | 24 | ||||
-rw-r--r-- | htdocs/documentation.php (renamed from htdocs/documentation.html) | 49 | ||||
-rw-r--r-- | htdocs/download.php (renamed from htdocs/download.html) | 36 | ||||
-rw-r--r-- | htdocs/index.html | 127 | ||||
-rw-r--r-- | htdocs/index.php | 92 | ||||
-rw-r--r-- | htdocs/lastmodified.inc | 10 | ||||
-rw-r--r-- | htdocs/lists.php | 90 | ||||
-rw-r--r-- | htdocs/menu.inc | 7 | ||||
-rw-r--r-- | htdocs/pd.css | 3 | ||||
-rw-r--r-- | htdocs/quote.inc | 7 | ||||
-rw-r--r-- | htdocs/subprojects.html | 10 | ||||
-rw-r--r-- | htdocs/subprojects.php | 31 | ||||
-rwxr-xr-x | htdocs/upload | 2 | ||||
-rw-r--r-- | htdocs/webring.inc | 24 |
16 files changed, 346 insertions, 253 deletions
diff --git a/htdocs/contact.html b/htdocs/contact.html deleted file mode 100644 index a29f2ed3..00000000 --- a/htdocs/contact.html +++ /dev/null @@ -1,43 +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"> - -| <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;"> -<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> -<div id="Content"> -<!-- Quote of the day --> - - -<h2>Contact</h2> - -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). - -<h2> Contributors </h2> - -.. this will be filled with people working on this ... - diff --git a/htdocs/contact.php b/htdocs/contact.php new file mode 100644 index 00000000..c6e21b4f --- /dev/null +++ b/htdocs/contact.php @@ -0,0 +1,44 @@ +<!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.html b/htdocs/developer.php index 97643741..c84648a1 100644 --- a/htdocs/developer.html +++ b/htdocs/developer.php @@ -1,4 +1,4 @@ -<!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> @@ -11,21 +11,10 @@ <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: 0.8em;"> -<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> +<?php include('menu.inc'); ?> +<br> +<br> +<?php include('quote.inc'); ?> </div> <div id="Content"> @@ -164,6 +153,9 @@ 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.html b/htdocs/documentation.php index 97cea239..b6666217 100644 --- a/htdocs/documentation.html +++ b/htdocs/documentation.php @@ -1,4 +1,4 @@ -<!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> @@ -11,21 +11,11 @@ <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> +<?php include('menu.inc'); ?> +<br> +<br> +<?php include('quote.inc'); ?> -<br /> -<br /> -<span style="font-size: 0.8em;"> -<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> <div id="Content"> @@ -249,30 +239,10 @@ operations. Turns the input signal into a staticky, distorted mess. Comes with tone control. +<BR> +<BR> <center> -<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 height=75 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF"> - <tr> - <td width=55 height=25 align="middle"> - <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" border=0 width=55 height=25 align="middle"></td> - <td width=62 height=25 align="middle"> - <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" border=0 width=62 height=25 align="middle"></td> - <td width=63 height=25 align="middle"> - <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" border=0 width=63 height=25 align="middle"></td> - <td width=80 height=25 align="middle"> - <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" border=0 width=80 height=25 align="middle"></td> - </tr> - <tr> - <td colspan=4 width=260 height=50 align="middle"> - <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"></a> - </td> - </tr> -</table> -</form> +<?php include('webring.inc'); ?> <br clear="all"> <!-- REMOVE CMNTS AT PUBLISHING: --> @@ -282,5 +252,8 @@ control. </center> </td></tr></table> +<?php include('lastmodified.inc'); ?> + +</div> </BODY></HTML> diff --git a/htdocs/download.html b/htdocs/download.php index d3cb8b56..a888521c 100644 --- a/htdocs/download.html +++ b/htdocs/download.php @@ -1,4 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<!-- $Id: download.php,v 1.1 2003-03-14 21:55:18 eighthave Exp $ --> + <HTML> <HEAD> @@ -12,21 +15,10 @@ <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> - +<?php include('menu.inc'); ?> <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> +<?php include('quote.inc'); ?> </div> <div id="Content"> @@ -34,7 +26,7 @@ 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. +We are aiming to make this page the one stop for all of your Pd downloads. <h3>Pure Data</h3> @@ -42,7 +34,7 @@ We are aiming to make this page the one stop for all of your pd downloads. <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, +<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> @@ -54,15 +46,23 @@ distribtution includes these patches.</p> 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 +<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> +<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> +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> diff --git a/htdocs/index.html b/htdocs/index.html deleted file mode 100644 index 75e3cd2c..00000000 --- a/htdocs/index.html +++ /dev/null @@ -1,127 +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"> - -| <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;"> -<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> -<div id="Content"> -<!-- Quote of the day --> - - -<h2>Introduction</h2> - -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://www.pure-data.org">Pure Data -website</A>. -<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> - -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> - -Another drawback is that your code has to be GPL'd. If this is a problem for -you, let <a href="mailto:pd-dev@iem.kug.ac.at">us</a> know. - -<br> -<br> -<center> -<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 height=75 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF"> - <tr> - <td width=55 height=25 align="middle"> - <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" border=0 width=55 height=25 align="middle"></td> - <td width=62 height=25 align="middle"> - <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" border=0 width=62 height=25 align="middle"></td> - <td width=63 height=25 align="middle"> - <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" border=0 width=63 height=25 align="middle"></td> - <td width=80 height=25 align="middle"> - <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" border=0 width=80 height=25 align="middle"></td> - </tr> - <tr> - <td colspan=4 width=260 height=50 align="middle"> - <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"></a> - </td> - </tr> -</table> -</form> -<br clear="all"> - -</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&type=5" - width="110" height="32" border="0" alt="SourceForge Logo"></A> - - -</div> - -</BODY></HTML> diff --git a/htdocs/index.php b/htdocs/index.php new file mode 100644 index 00000000..90a923b6 --- /dev/null +++ b/htdocs/index.php @@ -0,0 +1,92 @@ +<!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://www.pure-data.org">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>Another drawback is that your code has to be GPL'd. If this is a problem for +you, let <a href="mailto:pd-dev@iem.kug.ac.at">us</a> know.</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&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 new file mode 100644 index 00000000..5ee33cb5 --- /dev/null +++ b/htdocs/lastmodified.inc @@ -0,0 +1,10 @@ + +<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 new file mode 100644 index 00000000..20762053 --- /dev/null +++ b/htdocs/lists.php @@ -0,0 +1,90 @@ +<!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 new file mode 100644 index 00000000..525eb75d --- /dev/null +++ b/htdocs/menu.inc @@ -0,0 +1,7 @@ +| <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="lists.php" title=""><b>Mailing Lists</b></a><br> +| <a href="contact.php" title=""><b>Contact</b></a><br> + diff --git a/htdocs/pd.css b/htdocs/pd.css index e21fbe77..8f54d466 100644 --- a/htdocs/pd.css +++ b/htdocs/pd.css @@ -86,6 +86,9 @@ P.small { padding: 5px; } +UL { + list-style-type: circle; +} #Content>p {margin:0px;} #Content>p+p {text-indent:30px;} diff --git a/htdocs/quote.inc b/htdocs/quote.inc new file mode 100644 index 00000000..14145ae8 --- /dev/null +++ b/htdocs/quote.inc @@ -0,0 +1,7 @@ +<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> diff --git a/htdocs/subprojects.html b/htdocs/subprojects.html deleted file mode 100644 index d221f0db..00000000 --- a/htdocs/subprojects.html +++ /dev/null @@ -1,10 +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" > - - diff --git a/htdocs/subprojects.php b/htdocs/subprojects.php new file mode 100644 index 00000000..2886c7c5 --- /dev/null +++ b/htdocs/subprojects.php @@ -0,0 +1,31 @@ +<!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/upload b/htdocs/upload index d7a14bb7..fdd25845 100755 --- a/htdocs/upload +++ b/htdocs/upload @@ -1,7 +1,7 @@ #!/bin/sh -FILES="*.html *.css" +FILES="*.css *.php *.inc" NAME=`cat CVS/Root | sed y/:/" "/ | sed y/@/" "/ | awk '{print $2}'` diff --git a/htdocs/webring.inc b/htdocs/webring.inc new file mode 100644 index 00000000..53222cc0 --- /dev/null +++ b/htdocs/webring.inc @@ -0,0 +1,24 @@ +<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"></td> + <td width=62 height=25 align="center"> + <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle"></td> + <td width=63 height=25 align="center"> + <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle"></td> + <td width=80 height=25 align="center"> + <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle"></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> |