CVS: phpweather/config index.php,1.6,1.7
Brought to you by:
iridium
|
From: Martin G. <gim...@us...> - 2002-05-20 15:53:21
|
Update of /cvsroot/phpweather/phpweather/config
In directory usw-pr-cvs1:/tmp/cvs-serv29334
Modified Files:
index.php
Log Message:
Added a link to speed_test.php.
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- index.php 15 May 2002 22:26:50 -0000 1.6
+++ index.php 20 May 2002 15:53:18 -0000 1.7
@@ -22,6 +22,8 @@
</head>
<body>
+ <img src="../icons/phpweather-long-white.gif" alt="PHP Weather" align="right">
+
<h1>Configuration of PHP Weather</h1>
<p>This is the place where you configurate PHP Weather. You'll need
@@ -41,13 +43,25 @@
<dt><a href="make_config.php">Configuration Builder</a></dt>
<dd><p>Use this page to build a custom configuration-file for PHP
- Weather.</p></dd>
+ Weather.</p></dd>
<dt><a href="make_db.php">Database Builder</a></dt>
<dd><p>After you've made a custom configuration using the link
- above, you'll need to use this page to create the database and fill
- it with data.</p></dd>
+ above, you'll need to use this page to create the database and fill
+ it with data.</p></dd>
+
+ <dt><a href="speed_test.php">Speed Test</a></dt>
+
+ <dd><p>If you've configured PHP Weather to use a database, then you
+ might be interested in knowing how long it takes to access the
+ data in the database. This is what this page is for, it will
+ meassure the time it takes for PHP Weather to retrieve and
+ display a large number of METARs.</p>
+
+ <p>If you have several different databases available to you, then
+ you can compare them using this page.</p>
+ </dd>
</dl>
|