diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2004-10-19 11:44:52 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2004-10-19 11:44:52 +0000 |
commit | f6e997f1a58ded352900fb3dcf2db32c4597e56e (patch) | |
tree | dac2c152485a94819d24ec499592a941a7f24089 /htdocs/index.php | |
parent | 6aceb9dd3df5f5de295f46fae878144713d44312 (diff) |
Checking in the version from the web
svn path=/trunk/; revision=2125
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 49 |
1 files changed, 44 insertions, 5 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index d4a23dc0..56cfee95 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -11,10 +11,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"> @@ -25,7 +38,7 @@ <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 +information about PD, look at the <A HREF="http://puredata.info">Pure Data website</A>.</p> @@ -54,7 +67,30 @@ have is, that your code has an Open Source license. <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> @@ -86,7 +122,10 @@ have is, that your code has an Open Source license. 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'); ?> + +<BR> +<P CLASS="small"> +Last Modified: June 25 2004 22:31:14 GMT</P> </div> |