diff options
Diffstat (limited to 'htdocs/download.php')
-rw-r--r-- | htdocs/download.php | 49 |
1 files changed, 44 insertions, 5 deletions
diff --git a/htdocs/download.php b/htdocs/download.php index 4bd4a726..27df0488 100644 --- a/htdocs/download.php +++ b/htdocs/download.php @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- $Id: download.php,v 1.4 2003-03-14 23:28:54 eighthave Exp $ --> +<!-- $Id: download.php,v 1.5 2004-10-19 11:44:52 ggeiger Exp $ --> <HTML> @@ -15,10 +15,23 @@ <div id="Menu"> -<?php include('menu.inc'); ?> +| <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="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> + +<br> <br> +<span class="quote"> +<b>Tip of the month</b><br /> +When working on a patch, it's often best to stay in edit mode and use the CTRL key to modify any parameters. <br> -<?php include('quote.inc'); ?> +<a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a> +</span> </div> <div id="Content"> @@ -58,10 +71,36 @@ target="osc">OpenSoundControl</a> for Pd. Package is coming soon... look <a hre <BR> <BR> <CENTER> -<?php include('webring.inc'); ?> +<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> </CENTER> <BR> -<?php include('lastmodified.inc'); ?> + +<BR> +<P CLASS="small"> +Last Modified: October 04 2003 11:09:15 GMT</P> </div> |