From: <vb...@us...> - 2002-09-26 22:03:51
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv12315 Modified Files: forums.php side_menu.php Added Files: irc.php Log Message: Added IRC page. --- NEW FILE: irc.php --- <?php include('header.php') ?> <span class="page_title">IRC</span> <hr size=1 noshade width="100%"> <p>You can find us on IRC in #webnoteshelp on the <a href="http://www.openprojects.net/irc_servers.shtml">Open Projects Network (OPN)</a>. Click on the links to find a list of servers.</p> <p>Keep in mind that we are probably not going to be around all the time. You can chat in #webnotes to just talk, ask about phpWebNotes, discuss development, etc.</p> <?php include('footer.php') ?> Index: forums.php =================================================================== RCS file: /cvsroot/webnotes/web/forums.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- forums.php 8 Sep 2002 06:12:53 -0000 1.3 +++ forums.php 26 Sep 2002 22:03:48 -0000 1.4 @@ -7,5 +7,5 @@ <li>Open Discussion <li>Help </ul> -<p><a href="http://sourceforge.net/forum/?group_id=15381">SourceForge Forum</a><br></p> +<p><a href="http://sourceforge.net/forum/?group_id=15381">SourceForge Forum</a><br /></p> <?php include('footer.php') ?> Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- side_menu.php 9 Sep 2002 09:35:11 -0000 1.11 +++ side_menu.php 26 Sep 2002 22:03:48 -0000 1.12 @@ -29,7 +29,7 @@ </tr> <tr> <td class="menu_items"> - <!-- IRC<br /> --> + <a href="irc.php">IRC</a><br /> <a href="bugtracker.php">Bugtracker</a><br /> <a href="forums.php">Forums</a><br /> <a href="mailinglists.php">Mailing Lists</a><br /> |