diff options
Diffstat (limited to 'htdocs/developer.php')
-rw-r--r-- | htdocs/developer.php | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/htdocs/developer.php b/htdocs/developer.php index 39806f02..25adf5b9 100644 --- a/htdocs/developer.php +++ b/htdocs/developer.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"> @@ -157,7 +170,10 @@ href="http://www.cvshome.org/docs/blandy.html">introduction</A> about using CVS. -<?php include('lastmodified.inc'); ?> + +<BR> +<P CLASS="small"> +Last Modified: June 01 2004 15:41:07 GMT</P> </div> |