[PD-cvs] htdocs contact.php,1.2,1.3 developer.php,1.3,1.4 documentation.php,1.3,1.4 download.php,1.5,1.6 index.php,1.4,1.5 menu.inc,1.2,1.3

Guenter Geiger ggeiger at users.sourceforge.net
Tue Oct 19 13:55:46 CEST 2004


Update of /cvsroot/pure-data/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303

Modified Files:
	contact.php developer.php documentation.php download.php 
	index.php menu.inc 
Log Message:
Again commiting the version from the web (commited the processed files the last time ..argh)

Index: developer.php
===================================================================
RCS file: /cvsroot/pure-data/htdocs/developer.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** developer.php	19 Oct 2004 11:44:52 -0000	1.3
--- developer.php	19 Oct 2004 11:55:43 -0000	1.4
***************
*** 12,32 ****
  <div id="Menu">
  
! | <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>
! <a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
! </span>
  
  </div>
--- 12,19 ----
  <div id="Menu">
  
! <?php include('menu.inc'); ?>
  <br>
  <br>
! <?php include('quote.inc'); ?>
  
  </div>
***************
*** 171,178 ****
  
  
! 
! <BR>
! <P CLASS="small">
! Last Modified: June 01 2004 15:41:07 GMT</P>
  
  </div>
--- 158,162 ----
  
  
! <?php include('lastmodified.inc'); ?>
  
  </div>

Index: menu.inc
===================================================================
RCS file: /cvsroot/pure-data/htdocs/menu.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** menu.inc	14 Mar 2003 22:40:29 -0000	1.2
--- menu.inc	19 Oct 2004 11:55:43 -0000	1.3
***************
*** 3,8 ****
  | <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>
  | <a href="http://sourceforge.net/projects/pure-data" title=""><b>Project Page</b></a><br>
  
--- 3,10 ----
  | <a href="documentation.php" title=""><b>Documentation</b></a><br>
  | <a href="developer.php" title=""><b>Developers</b></a><br>
! | <a href="bug-report.php" title=""><b>Bug reporting</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>
  

Index: contact.php
===================================================================
RCS file: /cvsroot/pure-data/htdocs/contact.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** contact.php	19 Oct 2004 11:44:52 -0000	1.2
--- contact.php	19 Oct 2004 11:55:43 -0000	1.3
***************
*** 12,32 ****
  <div id="Menu">
  
! | <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>
! <a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
! </span>
  
  </div>
--- 12,19 ----
  <div id="Menu">
  
! <?php include('menu.inc'); ?>
  <br>
  <br>
! <?php include('quote.inc'); ?>
  
  </div>
***************
*** 50,57 ****
  
  <BR>
! 
! <BR>
! <P CLASS="small">
! Last Modified: October 04 2003 11:09:13 GMT</P>
  
  </DIV>
--- 37,41 ----
  
  <BR>
! <?php include('lastmodified.inc'); ?>
  
  </DIV>

Index: index.php
===================================================================
RCS file: /cvsroot/pure-data/htdocs/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.php	19 Oct 2004 11:44:52 -0000	1.4
--- index.php	19 Oct 2004 11:55:43 -0000	1.5
***************
*** 12,32 ****
  <div id="Menu">
  
! | <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>
! <a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
! </span>
  
  </div>
--- 12,19 ----
  <div id="Menu">
  
! <?php include('menu.inc'); ?>
  <br>
  <br>
! <?php include('quote.inc'); ?>
  
  </div>
***************
*** 68,95 ****
  <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 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>
  
--- 55,59 ----
  <br>
  <CENTER>
! <?php include('webring.inc'); ?>
  </CENTER>
  
***************
*** 123,130 ****
   width="110" height="32" border="0" alt="SourceForge Logo"></A>
  
! 
! <BR>
! <P CLASS="small">
! Last Modified: June 25 2004 22:31:14 GMT</P>
  
  </div>
--- 87,91 ----
   width="110" height="32" border="0" alt="SourceForge Logo"></A>
  
! <?php include('lastmodified.inc'); ?>
  
  </div>

Index: documentation.php
===================================================================
RCS file: /cvsroot/pure-data/htdocs/documentation.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** documentation.php	19 Oct 2004 11:44:52 -0000	1.3
--- documentation.php	19 Oct 2004 11:55:43 -0000	1.4
***************
*** 12,33 ****
  <div id="Menu">
  
! | <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>
  <!-- Quote of the day -->
! <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>
! <a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
! </span>
  
  </div>
--- 12,20 ----
  <div id="Menu">
  
! <?php include('menu.inc'); ?>
  <br>
  <br>
  <!-- Quote of the day -->
! <?php include('quote.inc'); ?>
  
  </div>
***************
*** 252,279 ****
  <BR>
  <p align="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 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>
  <br clear="all">
  
--- 239,243 ----
  <BR>
  <p align="center">
! <?php include('webring.inc'); ?>
  <br clear="all">
  
***************
*** 284,291 ****
  
  </p>
! 
! <BR>
! <P CLASS="small">
! Last Modified: October 04 2003 11:09:15 GMT</P>
  
  </div>
--- 248,252 ----
  
  </p>
! <?php include('lastmodified.inc'); ?>
  
  </div>

Index: download.php
===================================================================
RCS file: /cvsroot/pure-data/htdocs/download.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** download.php	19 Oct 2004 11:44:52 -0000	1.5
--- download.php	19 Oct 2004 11:55:43 -0000	1.6
***************
*** 16,36 ****
  <div id="Menu">
  
! | <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>
! <a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
! </span>
  
  </div>
--- 16,23 ----
  <div id="Menu">
  
! <?php include('menu.inc'); ?>
  <br>
  <br>
! <?php include('quote.inc'); ?>
  
  </div>
***************
*** 72,105 ****
  <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 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>
! 
! <BR>
! <P CLASS="small">
! Last Modified: October 04 2003 11:09:15 GMT</P>
  
  </div>
--- 59,66 ----
  <BR>
  <CENTER>
! <?php include('webring.inc'); ?>
  </CENTER>
  <BR>
! <?php include('lastmodified.inc'); ?>
  
  </div>





More information about the Pd-cvs mailing list