diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index e7e72a12..b77931ee 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -21,8 +21,6 @@ Offer "cumulative" as an aggregation type. Allow rain-to-date to be added to a partial rainyear. -Debian packaging. - ET appears only at the top of the hour in an archive record. So, it's effective archive interval is 60 minutes. Does this carry through? diff --git a/TODO.txt b/TODO.txt index 1294a205..b42c3a74 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,10 +7,10 @@ In particular, see Paul G's note about softWx. consider changing these: -config-vp.py -> wee-config-vantage.py - -config-database.py -> wee-config-database.py - runreports.py -> wee-reports.py +config_database.py -> wee-config-database.py +config_vp.py -> wee-config-vantage.py +config_fousb.py -> wee-config-fousb.py -config-fousb.py -> wee-config-fousb.py +VantagePro.py -> vantage.py +WMR918.py -> wmr9x8.py diff --git a/docs/customizing.htm b/docs/customizing.htm index b885d619..ca2d74db 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -1444,10 +1444,10 @@ outTemp = Outside Temperature
encoding
This option controls which encoding is to be used for the generated output. There are 3 possible choices:
-| Encoding | -ComComments | +Comments | ||
| html_entities | @@ -2175,7 +2175,7 @@ mv weewx.sdb_new weewx.sdb showing a plot of each day's consumption for the past month.
| Tag | Meaning | @@ -2272,7 +2272,7 @@ mv weewx.sdb_new weewx.sdb function that yields loop packets, one after another. Don't worry about stopping it: the engine will do this when an archive record is due. A loop packet is a dictionary. At the very minimum it must contain keys -
| dateTime | The time of the observation in unix epoch time. |