diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
commit | 53e3f22a12b7c3b2d867fd40a070661a1aad9797 (patch) | |
tree | a830a5fc41fb261b0d8ad3321733885d97c5bbf4 /htdocs/index.html | |
parent | 7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (diff) |
switched site over to PHP; make menu, quote, webring, and lastmodified include files
svn path=/trunk/; revision=470
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 127 |
1 files changed, 0 insertions, 127 deletions
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> |