Commit Graph

88 Commits

Author SHA1 Message Date
Matthew Wall
9328871cc6 sheeva.html has been removed 2013-11-10 15:18:35 +00:00
Tom Keffer
dabc9bde79 Minor nips and tucks, mostly to suppress warnings, or to bring messages closer to the weewx style. 2013-10-13 00:05:25 +00:00
Matthew Wall
82206211bd fix setup.py to deal with webpath -> station_url change, change to jquery from samaxes. remove samaxes toc from distribution. 2013-10-11 14:56:50 +00:00
Matthew Wall
74fc5cdf5c add Id to packaging files. isolate suse from lsb. explicit difference between suse rpm and redhat rpm. 2013-10-10 20:33:57 +00:00
Matthew Wall
c9e4baad13 make deb packaging rules more robust for commented weewx.conf parameters. add deb packaing rules for ws28xx. add wee_config_ws28xx. 2013-10-09 01:38:05 +00:00
Matthew Wall
f6024a7bc5 added conf merging to rpm package. simplify version handling in merge_config.py and setup.py. 2013-04-02 15:24:23 +00:00
Matthew Wall
b132764959 merging of weewx.conf works on debian upgrades, but not sure of setup.py and merge_config.py placement. 2013-04-02 10:57:50 +00:00
Tom Keffer
d39df01bc5 Put all of the device drivers in their own separate package. 2013-03-27 20:00:35 +00:00
Tom Keffer
aacb97a102 Broke out some of the logic that updates older versions into separate functions, so they can be accessed by external programs. 2013-03-25 23:09:01 +00:00
Tom Keffer
51abf1660a Changed the name of drivers. Made changes in setup.py to reflect them.
old                       new
	VantagePro.py (Vantage)   vantage.py (Vantage)
	WMR918.py (WMR-918)       wmr9x8.py (WMR9x8)
	wmrx.py (WMR-USB)         wmr100.py (WMR100)
2013-03-25 14:27:05 +00:00
Tom Keffer
8d5e4f8e0f Got rid of superfluous remove of old Almanac.py files. 2013-02-13 19:32:51 +00:00
Tom Keffer
a94c7662d7 setup.py now removes docs/CHANGES.txt.
V2.2.0b1
2013-02-10 15:35:41 +00:00
Tom Keffer
9170147a08 setup.py now creates a symbolic link from weewxd.py to weewxd 2013-02-09 17:30:25 +00:00
Tom Keffer
cfa3ba127b Renamed the executables yet again. This time, removed the ".py" suffix. 2013-02-09 17:06:55 +00:00
Tom Keffer
f99dcc7b8d setup.py now does a rename for the bin subdirectory and for weewx.conf, instead of copying them.
This avoids having to curate the contents of deleted, obsolete files.
v2.2.0a4
2013-02-09 01:17:39 +00:00
Tom Keffer
dd612dbeb0 Changed the names of the wee-config utilities to use underscores instead of hyphens. This is because module names with hyphens in them are not valid Python names. 2013-02-07 23:16:45 +00:00
Tom Keffer
1975b705ca Changed the name of the utilities:
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
2013-02-05 23:37:56 +00:00
Tom Keffer
7ccd0453f7 Removes no longer needed start_scripts subdirectory.
Removes docs/README.txt
Added the numerous new docs and util files to the list of data_files.
V2.2.0a3
2013-02-04 19:50:23 +00:00
Matthew Wall
069adb0075 rename BUILD to DEV_NOTES.txt to avoid name clash on case-insensitive file systems. put LICENSE back to LICENSE.txt 2013-02-01 20:12:35 +00:00
Matthew Wall
bba298cb18 adjust src tree start script path 2013-02-01 15:40:26 +00:00
Matthew Wall
9170a8fa98 merge packaging branch to trunk 2013-01-28 18:23:05 +00:00
Tom Keffer
a328300855 Included an install strategy for old-style schemas.
Prettied up the document tables.
V2.2.0a2
2013-01-20 01:50:17 +00:00
Tom Keffer
8a81da069a Updated docs.
V2.2.0a1
2013-01-19 21:46:17 +00:00
Tom Keffer
9b13c0d9be Finished generalizing the engine. 2013-01-19 15:22:13 +00:00
Tom Keffer
75fe727d1c Removing weather specific logic from the engine 2013-01-08 02:59:49 +00:00
Tom Keffer
b008af71e8 Added support for Rsynch, contributed by user William Page. 2012-12-31 19:35:13 +00:00
Tom Keffer
8effe530cd Fixed problem with installation of README.txt 2012-11-23 14:02:14 +00:00
Tom Keffer
902ea4f7f9 V2.0.0rc2 2012-11-04 01:48:56 +00:00
Tom Keffer
8e4b33f278 Moved record_generation option to section [StdArchive] in weewx.conf
Now the wxengine always tries hardware record generation then falls back to software if that doesn't work.
2012-10-23 23:41:27 +00:00
Tom Keffer
99ca93fa27 Got test_templates working. 2012-10-20 20:22:57 +00:00
Tom Keffer
36ffa28fa4 Simplified initializers for StatsDb and Archive.
Working on test suites for the two.
2012-10-18 01:40:30 +00:00
Tom Keffer
8a5ed01bf5 Updated documentation.
Updated examples.
V2.0.0a8
2012-10-01 22:53:47 +00:00
Tom Keffer
9b6bf82d8b Pushed logic for retrieving information from the station hardware to class station.StationInfo. 2012-10-01 17:33:11 +00:00
Tom Keffer
ee0a3f3936 Fixed problem merging a config file that uses interpolation. 2012-09-30 15:44:05 +00:00
Tom Keffer
e7a5f83046 Fixed problems where a sqlite thread got passed across a thread boundary.
v2.0.0a4
2012-09-30 14:51:58 +00:00
Tom Keffer
051fb2c0b8 Moved WEEWX_ROOT up to main section of the configuration file. 2012-09-28 18:46:37 +00:00
Tom Keffer
2c2c42e5c6 Reworked examples to reflect new engine architecture 2012-08-25 18:57:10 +00:00
Tom Keffer
24222a7d52 Section references changed from 'Reports' to 'StdReport' 2012-08-25 14:22:05 +00:00
Tom Keffer
88c1f9c8a7 Improved readability. 2012-08-24 20:30:49 +00:00
Tom Keffer
a9c7fdcc55 Started backport to the VantagePro 2012-08-20 21:29:45 +00:00
Tom Keffer
ced3934f05 Updated Change log.
Corrected package error in setup.py (for daemon.py).
Version 1.14.0
2012-06-18 23:42:24 +00:00
Tom Keffer
64373a147b Renamed subdirector 'mobile' to 'smartphone' 2012-06-18 23:05:29 +00:00
Tom Keffer
965158ade7 Moved daemon.py to weeutil. 2012-06-18 00:26:54 +00:00
Tom Keffer
2d6044e389 Version 1.14.0b1. Includes smartphone formatted webpage, contributed by user Torbjörn Einarsson. 2012-06-17 22:53:44 +00:00
Tom Keffer
dc2add92f2 Version 1.12.3 release 2012-02-10 00:26:53 +00:00
Tom Keffer
f4a776f9c0 Moved the change log to the docs subdirectory 2011-10-28 13:37:34 +00:00
Tom Keffer
044e8e76a7 Reorganized docs.
Upgraded TOC to v1.4
2011-10-27 14:00:39 +00:00
Tom Keffer
379cbe941c Added patch from user Marijn Vriens, which allows a fallback to the version of pysqlite that comes with many versions of Python. 2011-07-04 01:15:46 +00:00
Tom Keffer
b2ae69759d setup.py now removes the no longer used weeutil/Almanac.py. 2011-03-29 21:40:14 +00:00
Tom Keffer
449d63b9c0 Fixed a collation problem when comparing 'v1.9' to 'v1.10' in setup.py 2011-03-29 19:23:18 +00:00