Update of /cvsroot/phpweather/phpweather/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv5788/html
Modified Files:
db_dba.html locale_common.html locale_hu.html
metar_parser.html phpdoc_elementlist.html phpweather.html
Log Message:
Update.
Index: db_dba.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/db_dba.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Index: locale_common.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/locale_common.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- locale_common.html 2001/07/12 20:07:59 1.1
+++ locale_common.html 2001/07/14 19:44:21 1.2
@@ -367,7 +367,8 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">mark used before numbers and other data elements, for
example '<font color="red">'</td>
+ <td colspan="2"
+align="left" valign="top">mark used before numbers and other data elements,<br />
+for example '<font color="red">'</td>
</tr>
</table>
</td>
@@ -442,9 +443,9 @@
<tr>
<td align="left" valign="top">Returns</td>
<td>array <p>The first element is the string
that's inserted<br />
-before any number, and the second element is the string inserted<br />
-after. The first element is also known as 'mark_begin' and the<br />
-second as 'mark_end'.</td>
+before any number, and the second element is the<br />
+string inserted after. The first element is also<br />
+known as 'mark_begin' and the second as 'mark_end'.</td>
</tr>
@@ -479,14 +480,19 @@
Specifies which kind of units to
display.
<br>
$new_pref_units can be one of the
following strings:<br />
-- 'both_metric' if one wants to produce output like this:<br />
+<br />
+--- 'both_metric' if one wants to produce output like this:<br />
'10 kilometers (16.1 miles)'<br />
-- 'both_imperial' if one wants to produce output like this:<br />
+<br />
+--- 'both_imperial' if one wants to produce output like this:<br />
'16.1 miles (10 kilometers)'<br />
-- 'only_metric' if one wants to produce output like this:<br />
+<br />
+--- 'only_metric' if one wants to produce output like this:<br />
'10 kilometers'<br />
-- 'only_imperial' if one wants to produce output like this:<br />
+<br />
+--- 'only_imperial' if one wants to produce output like this:<br />
'16.1 miles'<br />
+<br />
If $new_pref_units isn't recognized, 'both_imperial' will be used.
<p>
@@ -562,7 +568,8 @@
<tr>
<td align="left" valign="top">Returns</td>
<td>string <p>The preferred kind of units.
This will be one of<br />
-'both_metric', 'both_imperial', 'only_metric' or 'only_imperial'.</td>
+'both_metric', 'both_imperial', 'only_metric' or<br />
+'only_imperial'.</td>
</tr>
@@ -619,8 +626,9 @@
<tr>
<td></td>
<td colspan="2"
align="left" valign="top">array should contain the names of the sections<br />
-one doesn't want to be displayed, like 'wind' or 'time' if one wants<br />
-to skip the wind or time parts of the pretty-print.</td>
+one doesn't want to be displayed, like 'wind' or<br />
+'time' if one wants to skip the wind or time parts<br />
+of the pretty-print.</td>
</tr>
</table>
</td>
@@ -751,6 +759,11 @@
+ <tr>
+ <td align="left" valign="top">See Also</td>
+ <td align="left" valign="top"><a
+href="#function_parse_weather_group()">parse_weather_group()</a>, <a
+href="#function_parse_runway_group()">parse_runway_group()</a>, <a
+href="#function_parse_cloud_group()">parse_cloud_group()</a>, <a
+href="#function_parse_visibility_group()">parse_visibility_group()</a>, <a
+href="#function_set_exclude()">set_exclude()</a></td>
+ </tr>
+
<tr>
@@ -927,7 +940,9 @@
arguments are controlled by these variables:<br />
<br />
- $strings['list_sentences_and']<br />
+<br />
- $strings['list_sentences_comma']<br />
+<br />
- $strings['list_sentences_final_and']<br />
<br />
Only non-empty arguments are used, so it's safe to call this<br />
@@ -1130,7 +1145,10 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">weather-group to be parsed.</td>
+ <td colspan="2"
+align="left" valign="top">weather-group to be parsed. The keys of the<br />
+weather-group tells you which kind of weather<br />
+you're dealing with. The value of the array is<br />
+the unparsed codes, like 'RA' for 'rain' etc.</td>
</tr>
</table>
</td>
@@ -1190,7 +1208,12 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">tendency</td>
+ <td colspan="2"
+align="left" valign="top">tendency. Should be one of the characters<br />
+'U', 'D', or 'N' for an upward, downward, or no<br />
+distinct tendency, respectively.<br />
+<br />
+If the tendency isn't recognized, an error will<br />
+be raised.</td>
</tr>
</table>
</td>
@@ -1271,6 +1294,11 @@
+
+ <tr>
+ <td align="left" valign="top">See Also</td>
+ <td align="left" valign="top"><a
+href="#function_runway_tendency()">runway_tendency()</a></td>
+ </tr>
Index: locale_hu.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/locale_hu.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Index: metar_parser.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/metar_parser.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- metar_parser.html 2001/07/12 20:07:59 1.1
+++ metar_parser.html 2001/07/14 19:44:21 1.2
@@ -119,7 +119,8 @@
<tr>
<td align="right" valign="top">void</td>
- <td align="left" valign="top" width="100%"><a
href="#function_metar_parser()"><h4>metar_parser(array $input)</h4></a>This
constructor does nothing besides passing the input down the hierarchy.</td>
+ <td align="left" valign="top" width="100%"><a
+href="#function_metar_parser()"><h4>metar_parser(array $input)</h4></a>This
+constructor does nothing besides passing the input down the<br />
+hierarchy.</td>
</tr>
<tr>
@@ -263,7 +264,8 @@
<tr>
<td width="10" align="left"
valign="top"> </td>
<td align="left" valign="top">
- This constructor does nothing besides
passing the input down the hierarchy.
+ This constructor does nothing besides
+passing the input down the<br />
+hierarchy.
<br>
<p>
@@ -325,7 +327,10 @@
<td align="left" valign="top">
Decodes a raw METAR.
<br>
- This function loops over the various
parts of the raw METAR, and stores the different bits in $decoded_metar. It uses
get_metar() to retrieve the METAR, so it is not necessary to connect to the database
before you call this function.
+ This function loops over the various
+parts of the raw METAR, and<br />
+stores the different bits in $decoded_metar. It uses get_metar() to<br />
+retrieve the METAR, so it is not necessary to connect to the database<br />
+before you call this function.
<p>
</td>
@@ -380,7 +385,7 @@
<br>
Given a numerical temperature $temp in
Celsius, coded to tenth of<br />
degree, store in $temp_c, convert to Fahrenheit and store in<br />
-$temp_f
+$temp_f.
<p>
</td>
@@ -401,7 +406,8 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">temperature to convert, coded to tenth of degree, like
1015</td>
+ <td colspan="2"
+align="left" valign="top">to convert, coded to tenth of<br />
+degree, like 1015</td>
</tr>
</table>
</td>
@@ -418,7 +424,7 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">temperature measured in degrees Celsius</td>
+ <td colspan="2"
+align="left" valign="top">measured in degrees Celsius</td>
</tr>
</table>
</td>
@@ -435,7 +441,7 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">temperature measured in degrees Fahrenheit</td>
+ <td colspan="2"
+align="left" valign="top">measured in degrees Fahrenheit</td>
</tr>
</table>
</td>
@@ -529,7 +535,8 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">After $value has been converted into knots, it will be
stored in this variable.</td>
+ <td colspan="2"
+align="left" valign="top">After $value has been converted into knots,<br />
+it will be stored in this variable.</td>
</tr>
</table>
</td>
@@ -546,7 +553,9 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">After $value has been converted into meters per second, it
will be stored in this variable.</td>
+ <td colspan="2"
+align="left" valign="top">After $value has been converted into<br />
+meters per second, it will be stored<br />
+in this variable.</td>
</tr>
</table>
</td>
@@ -563,7 +572,9 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">After $value has been converted into miles per hour, it will
be stored in this variable.</td>
+ <td colspan="2"
+align="left" valign="top">After $value has been converted into<br />
+miles per hour, it will be stored<br />
+in this variable.</td>
</tr>
</table>
</td>
@@ -611,7 +622,9 @@
<p>
The decoded METAR is stored here.
<br>
- $decoded_metar is an array of arrays.
Each sub-array corresponds to a group of related weather-info. We have cloud-groups,
visibility-groups and so on.
+ $decoded_metar is an array of arrays.
+Each sub-array corresponds<br />
+to a group of related weather-info. We have cloud-groups,<br />
+visibility-groups and so on.
</td>
</tr>
Index: phpdoc_elementlist.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/phpdoc_elementlist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- phpdoc_elementlist.html 2001/07/12 20:07:59 1.1
+++ phpdoc_elementlist.html 2001/07/14 19:44:21 1.2
@@ -935,7 +935,8 @@
<td>metar_parser</td>
<td width="100%" align="left" valign="top">
Function in class <a
href="metar_parser.html">metar_parser</a><br>
- This constructor does nothing besides passing the input down
the hierarchy.
+ This constructor does nothing besides passing the input down
+the
+hierarchy.
</td>
</tr>
Index: phpweather.html
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/html/phpweather.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- phpweather.html 2001/07/12 20:07:59 1.1
+++ phpweather.html 2001/07/14 19:44:21 1.2
@@ -367,8 +367,8 @@
</tr>
<tr>
<td></td>
- <td colspan="2"
align="left" valign="top">langauge-code for the language, like 'en' for<br />
-English, 'fr' for French and so on.</td>
+ <td colspan="2"
+align="left" valign="top">language-code for the language, like 'en' for<br />
+English, 'hu' for Hungarian and so on.</td>
</tr>
</table>
</td>
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins