Tom Keffer
a88ee5dd64
Update customization guide to reflect new languages.
2021-08-11 11:04:09 -07:00
Tom Keffer
55158d61d7
Merge remote-tracking branch 'origin/development' into development
2021-08-07 16:43:44 -07:00
Tom Keffer
11b795ba45
Davis documentation for LOOP2 10-minute wind gusts is wrong. The Vantage
...
actually emits mph, not tenths of mph. Changed driver so it now decodes the
field correctly. Fixes issue #686 .
2021-08-07 16:43:24 -07:00
gjr80
0ade510ea7
update web server integration instructions for local web servers to refer to the wiki article on configuring web servers
2021-08-05 11:09:13 +10:00
Tom Keffer
57a4eee26d
Fixed problem where a bad clocket packet could crash the WMR100 driver.
2021-06-28 16:18:12 -07:00
Tom Keffer
00d62bf15c
More info about registering your station.
2021-06-02 11:20:25 -07:00
Tom Keffer
0e4720559e
More Czech translations.
2021-05-29 04:18:00 -07:00
Tom Keffer
13b884eba9
Changed from option "units" to "unit_system".
2021-05-27 10:31:17 -07:00
Tom Keffer
ea41b1dfb5
Fixed typo.
2021-05-24 13:26:59 -07:00
Tom Keffer
583aa562de
Comments on elapsed time contexts.
2021-05-24 12:11:50 -07:00
Tom Keffer
30b16de848
Simplified PR #673 . Documented it in change log.
2021-05-24 09:58:26 -07:00
Tom Keffer
4f42b2ffe1
Added Cheetah tag $filename, the relative path of the generated file.
...
Useful for setting canonical URLs. PR #671 .
2021-05-24 07:50:40 -07:00
roe-dl
821091396b
Support for canonical URL <link rel="canonical" … /> ( #671 )
...
* tag $filename for <link rel="canonical" href="$station.station_url/$filename" />
* added in doc
* added canonical url to Seasons skin
* added canonical url to Standard skin
2021-05-24 07:36:18 -07:00
gjr80
877e8793e8
added historical change log entry re wee_import null bytes issue (refer issue #607 )
2021-05-23 09:53:14 +10:00
Tom Keffer
2ec4bf1325
Install now sets option 'units'.
...
The unit system is no longer intuited by settings in [[Defaults]].
V4.6.0a2
2021-05-22 14:08:09 -07:00
gjr80
2b4c165d4b
refer issue #648 , added note to wee_database --calc-missing re linkage to StdWXCalculate binding
2021-05-22 17:05:59 +10:00
gjr80
727275d459
review/proof read lang changes
2021-05-22 11:50:31 +10:00
gjr80
91c1c30e00
- log StdWXCalculate data binding and warn in the log if it differs from the StdArchive data_binding
...
- document the StdWXCalculate data_binding config options
2021-05-22 10:49:30 +10:00
Tom Keffer
2be86fd020
Added change log entry for PR #672 .
2021-05-18 09:34:49 -07:00
Tom Keffer
ac4464399c
Added almanac attribute visible_change. Documented. Tested.
...
Special recognition of 24hours
2021-05-18 09:19:16 -07:00
Tom Keffer
d0d4f3faaf
Refactored, so AlmanacBinder now holds a reference to Almanac.
...
Added attribute "visible".
2021-05-17 17:41:50 -07:00
Tom Keffer
2c379b4ad9
Details on time
2021-05-15 06:06:53 -07:00
Tom Keffer
563197675c
First cut at revamping documentation on localization.
2021-05-14 18:56:20 -07:00
Tom Keffer
44a566cf71
Deleted no longer needed labels in skin.conf.
...
Alphabetized the labels.
2021-05-08 17:13:04 -07:00
roe-dl
4cb53f097b
docs changed to $gettext[] instead of $gettext()
2021-05-05 04:44:59 -07:00
Tom Keffer
8670d2ada4
Fixed some problems under Python 2.
...
Fixed problems when 'lang' is not present.
Changed weewx.conf option from 'units_base' to 'units'.
Simplified.
2021-05-02 14:17:26 -07:00
Tom Keffer
3d0f162ca9
Merge branch 'master' of https://github.com/roe-dl/weewx into i18n
2021-05-02 10:51:59 -07:00
roe-dl
041e252847
changes according to review
2021-04-27 17:38:38 +02:00
Tom Keffer
12380ebe7e
Missing <p> tags.
2021-04-25 15:46:16 -07:00
vinceskahan
868d38d7c1
minor doc updates for debian installation instructions ( #668 )
...
* make wget more explicit for debian
* add systemd init commands for debian
* make systemd preferred
* have uninstall match ordering of install above
Co-authored-by: vince <vince@air.local >
2021-04-25 15:35:02 -07:00
roe-dl
44e2f14dc5
target_unit removed; only unit_system remains; reviewed gettext.py (not complete)
2021-04-25 15:54:47 +02:00
roe-dl
5ea72bbf26
minor fixes to the user's guide
2021-04-24 20:58:58 +02:00
roe-dl
476caf6a6b
more changes to the customization guide (to be continued)
2021-04-24 19:17:01 +02:00
roe-dl
f4f2ecc57e
further changes to the customization guide (to be continued)
2021-04-24 14:59:04 +02:00
roe-dl
71bc1b09cd
first changes to the customization guide (to be continued)
2021-04-24 13:21:36 +02:00
roe-dl
d069a5be67
updated [Defaults] --> [StdReport][[Defaults]] in user's guide
2021-04-24 09:07:40 +02:00
Tom Keffer
96f7220949
Merge branch 'master' into development
2021-04-23 17:26:31 -07:00
roe-dl
4cd7a7ce13
changed user's guide to reflect the new features
2021-04-23 20:58:13 +02:00
Tom Keffer
4cd125f9c7
Document PR #664 .
2021-04-19 04:43:51 -07:00
Tom Keffer
a65244ec73
v4.6.0a1
2021-04-16 09:54:07 -07:00
Tom Keffer
c254be56c2
Added conversions for unix_epoch_ms and unix_epoch_ns.
...
Calculations in celestial.inc now explicitly use unix_epoch.
2021-04-16 09:45:29 -07:00
Tom Keffer
a825f702a7
Merge branch 'master' into development
2021-04-16 08:59:57 -07:00
Tom Keffer
b3fc83fcec
Added and documented Cheetah helper functions $jsonize(), $rnd() and $to_int().
2021-04-10 05:47:59 -07:00
Tom Keffer
e51b2a63a5
Fixed problem where unit labels would not render correctly under Python 2.7 if
...
they were set by a 3rd party extension. Fixes issue #662 .
2021-04-08 07:37:48 -07:00
Tom Keffer
397c59376e
Merge branch 'master' into development
2021-04-05 07:54:56 -07:00
Tom Keffer
1b045ac498
Changed message in change log to something more useful.
2021-04-05 07:54:28 -07:00
Tom Keffer
2f13784fe7
Do not replace the OS environment when running wee_config as a subprocess.
...
There's something in the environment that Python needs to encode Unicode using UTF-8.
2021-04-05 07:51:17 -07:00
Tom Keffer
f96d020f90
Allow options --date, --from, and --to to be used with wee_database --reweight.
...
PR #659 .
2021-04-03 06:00:01 -07:00
Tom Keffer
d4ae3cebef
Reverted the wview schema back to the V3 style.
2021-04-02 13:13:08 -07:00
Tom Keffer
575524d47a
Version 4.5.0
2021-04-02 08:01:41 -07:00