From: <vb...@us...> - 2002-10-01 13:45:55
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv11169 Modified Files: index.php irc.php links.php Log Message: Some minor fixes. Index: index.php =================================================================== RCS file: /cvsroot/webnotes/web/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index.php 12 Sep 2002 22:10:09 -0000 1.6 +++ index.php 1 Oct 2002 13:45:51 -0000 1.7 @@ -16,10 +16,10 @@ <p>Following are the required software modules to be able to install phpWebNotes:</p> <ul> <li><a href="http://www.php.net/">PHP</a> 4.0.6 and higher</li> -<li><a href="http://www.mysql.com/">MySQL database</a> (more support is planned).</li> -<li>Web server (eg: <a href="http://www.apache.org/">apache</a>, IIS, etc.)</li> +<li><a href="http://www.mysql.com/">MySQL 3.22 and higher</a> (more databases support is planned).</li> +<li>Web server (eg: <a href="http://httpd.apache.org/">apache</a>, IIS, etc.)</li> </ul> -<p>Additionally you will need to know basic administration of MySQL (login, create new database, run a SQL query). We strongly recommend using <a href="http://phpMyAdmin.sf.net">phpMyAdmin</a> to accomplish the database administration task. The webserver needs to be configured to handle php files at a minimum.</p> +<p>Additionally you will need to know basic administration of MySQL (login, create new database, run a SQL query). We strongly recommend using <a href="http://www.phpmyadmin.net">phpMyAdmin</a> to accomplish the database administration task. The webserver needs to be configured to handle php files at a minimum.</p> <p>It also helps a great deal to at least be able to tinker with php scripts (when there's a little bug or you want to tweak something). Of course, knowing HTML is essential to do any custom formatting. Along the lines of appearance, we attempt to use our best judgement in colors, layout, and feel. Eventually we aim to be able to customize the look and feel from a single CSS file.</p> <span class="section">Features and Benefits</span> Index: irc.php =================================================================== RCS file: /cvsroot/webnotes/web/irc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- irc.php 26 Sep 2002 22:03:48 -0000 1.1 +++ irc.php 1 Oct 2002 13:45:51 -0000 1.2 @@ -2,7 +2,7 @@ <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> +<p>You can find us on IRC in <strong>#webnoteshelp</strong> 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 <strong>#webnoteshelp</strong> to just talk, ask about phpWebNotes, discuss development, etc.</p> <?php include('footer.php') ?> Index: links.php =================================================================== RCS file: /cvsroot/webnotes/web/links.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- links.php 26 Sep 2002 04:13:00 -0000 1.4 +++ links.php 1 Oct 2002 13:45:51 -0000 1.5 @@ -7,8 +7,8 @@ <ul> <li><a href="http://www.php.net">http://www.php.net</a> - PHP website</li> <li><a href="http://www.mysql.com">http://www.mysql.com</a> - MySQL Server</li> -<li><a href="http://phpMyAdmin.sf.net">http://phpMyAdmin.sf.net</a> - phpMyAdmin administration tool for MySQL.</li> -<li><a href="http://www.apache.org">http://www.apache.org</a> - Apache Webserver</li> +<li><a href="http://www.phpmyadmin.net">http://www.phpmyadmin.net</a> - phpMyAdmin administration tool for MySQL.</li> +<li><a href="http://httpd.apache.org">http://httpd.apache.org</a> - Apache Webserver</li> <li><a href="http://www.ultimatezip.com">http://www.ultimatezip.com</a> - UltimateZip for extracting phpWebNotes releases (needed for Windows users). Other tools like WinZip and StuffIt can also be used.</li> </ul> |