CVS: phpweather/doc/src phpweather.texi,1.3,1.4
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-12-28 14:13:58
|
Update of /cvsroot/phpweather/phpweather/doc/src In directory sc8-pr-cvs1:/tmp/cvs-serv23043/src Modified Files: phpweather.texi Log Message: Fixed bad reference and regenerated documentation. The generated documentation should probably not be in CVS at all, but we'll deal with that later. Index: phpweather.texi =================================================================== RCS file: /cvsroot/phpweather/phpweather/doc/src/phpweather.texi,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- phpweather.texi 28 Dec 2002 13:40:05 -0000 1.3 +++ phpweather.texi 28 Dec 2002 14:13:53 -0000 1.4 @@ -67,6 +67,7 @@ * The defaults.php file:: Your local defaults * Database Backends:: Using a database +* Required Functions in a Backend:: Using PHP Weather @@ -229,6 +230,7 @@ @menu * The defaults.php file:: Your local defaults * Database Backends:: Using a database +* Required Functions in a Backend:: @end menu @node The defaults.php file @@ -327,9 +329,10 @@ PHP Weather works by retrieving weather reports called METARs. It takes some time to get the METARs, so you'll be interested in using a local database as a cache. All database backends support the same -features (see @ref{Required Backend Functions} for details) but differ -in speed. Your version of PHP might also lack support for some of the -backends. PHP Weather supports the following databases backends: +features (see @ref{Required Functions in a Backend} for details) but +differ in speed. Your version of PHP might also lack support for some +of the backends. PHP Weather supports the following databases +backends: @table @code |