|
From: <joe...@us...> - 2002-11-10 16:56:21
|
Update of /cvsroot/nmock/website In directory usw-pr-cvs1:/tmp/cvs-serv11226 Modified Files: team.html Added Files: source.html Log Message: Added page on sourcecode access. Switched h3 tags to h4 --- NEW FILE: source.html --- <title>Source Code</title> <p>The latest source code resides in CVS.</p> <p>It is recommended to use <a href="http://www.tortoisecvs.org/">Tortoise CVS</a> to access. <h4>Anonymous Read-Only Access</h4> <table> <tr> <td><b>Server</b></td> <td>cvs.sf.net</td> </tr> <tr> <td><b>Method</b></td> <td>pserver</td> </tr> <tr> <td><b>Username</b></td> <td>anonymous</td> </tr> <tr> <td><b>Repository</b></td> <td>/cvsroot/nmock</td> </tr> <tr> <td><b>Module</b></td> <td>nmock</td> </tr> </table> <h4>Web-based Access</h4> <p>To quickly browse the source without downloading, visit the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nmock/nmock">CVS web-interface</a>.</p> <h4>Developer Read/Write Access</h4> <p>Please see details on <a href="http://sourceforge.net/cvs/?group_id=66591">SourceForge</a> for developer access.</p> Index: team.html =================================================================== RCS file: /cvsroot/nmock/website/team.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** team.html 10 Nov 2002 13:20:48 -0000 1.1.1.1 --- team.html 10 Nov 2002 16:56:18 -0000 1.2 *************** *** 1,5 **** <title>Project Team</title> ! <h3>Developers</h3> <table cellpadding="3" cellspacing="2" border="1" width="100%"> --- 1,5 ---- <title>Project Team</title> ! <h4>Developers</h4> <table cellpadding="3" cellspacing="2" border="1" width="100%"> *************** *** 26,30 **** </table> ! <h3>Contributors</h3> <table cellpadding="3" cellspacing="2" border="1" width="100%"> --- 26,30 ---- </table> ! <h4>Contributors</h4> <table cellpadding="3" cellspacing="2" border="1" width="100%"> |