Commit Graph

784 Commits

Author SHA1 Message Date
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
cf5ac5dd30 the install section of usersguide is now links to separate pages. added generic 'installing.htm' instructions that are not specific to any os. added javascript tabbing in linux.htm for platform-specific instructions. 2013-02-01 19:50:24 +00:00
Matthew Wall
bba298cb18 adjust src tree start script path 2013-02-01 15:40:26 +00:00
Matthew Wall
c8684ad05c clean up table layouts. make command prompts consistent. more warning blocks. 2013-02-01 15:11:55 +00:00
Matthew Wall
c9afaaafc3 added copyright footer to each html page 2013-02-01 14:20:18 +00:00
Tom Keffer
6a42bd0db9 Changed path to setup.py 2013-02-01 14:14:25 +00:00
Tom Keffer
71218461a1 Added the ability to do a dump from a Vantage station, using command 'DMP'.
New option for config_vp to do so.
Version 2.2.0a3
2013-02-01 13:42:59 +00:00
Matthew Wall
91e0b88825 consistent use of 'warning' in style and content 2013-02-01 13:29:53 +00:00
Matthew Wall
6b3ae5278f consistent use of quotes and code. consolidate testing status for hardware into the supported hardware table. 2013-02-01 13:25:48 +00:00
Matthew Wall
3eacec6d64 use color other than blue to highlight configuration parameters since blue is default link color for many browsers 2013-02-01 06:18:53 +00:00
Matthew Wall
f04fd0a736 added note about rain rate calculation for fousb 2013-02-01 05:50:22 +00:00
Matthew Wall
c2dd1256c5 added BUILD with build/release notes. adjusted css colors, spacing. pushed install instructions into quick-start guides, streamlined usersguide. 2013-02-01 05:43:56 +00:00
Matthew Wall
77977cb040 added BUILD file with build/release instructions and notes 2013-02-01 05:10:16 +00:00
Matthew Wall
ac70577c4a apparently sed -i behaves differently on macosx than debian6, so stick with a conservative approach 2013-02-01 00:03:03 +00:00
Matthew Wall
02c797c03d make all html files have dos line endings 2013-01-31 23:39:59 +00:00
Matthew Wall
afbab2dc79 attempt to make doc releases a bit easier with a 'version' target in the makefile 2013-01-31 23:37:04 +00:00
Matthew Wall
8c25e281ca set props on doc files. add instructions for dealing with missing dependencies on debian install. 2013-01-30 03:45:13 +00:00
Matthew Wall
f10678c976 added rain rate calculation to fousb driver 2013-01-30 03:01:17 +00:00
Matthew Wall
99d904c8a1 reformat fousb code to facilitate synchronizing with pywws 2013-01-30 02:57:58 +00:00
Matthew Wall
2697ac0458 added os-icons. fixed some typos in the install guides. added copyright page as part of docs. minor doc cleanup to make doc names and titles a bit more consistent. 2013-01-30 02:57:10 +00:00
Matthew Wall
8ac8419f4e 3 quick-start guides - linux (source), debian, redhat. minor html cleanup - change all files to unix line endings, fixed some html tag errors, made indents consistent in preformatted blocks, minor adjustments to css for better readability. 2013-01-29 02:49:20 +00:00
Matthew Wall
23def3f44b reformat changelog to 80 columns. rename to changes.txt from README.txt. 2013-01-29 02:46:15 +00:00
Matthew Wall
7ad55d4e96 fix changelog formatter 2013-01-29 02:45:07 +00:00
Matthew Wall
1d87d8d3c5 added targets to lint the deb and rpm packages 2013-01-28 19:34:13 +00:00
Matthew Wall
4162593226 added targets for package changelogs. comment in weewx.conf about version. 2013-01-28 19:27:48 +00:00
Matthew Wall
9170a8fa98 merge packaging branch to trunk 2013-01-28 18:23:05 +00:00
Tom Keffer
750f18de6a Updated "New Features" list. 2013-01-24 14:47:46 +00:00
Tom Keffer
24d5adc51a Added clarifying comments. 2013-01-22 15:11:08 +00:00
Tom Keffer
478e139f09 Fixed problem that caused rain totals to be misreported to RESTful stations when using a metric database. 2013-01-22 13:28:27 +00:00
Tom Keffer
1f2d3d3072 Removed superfluous comments. 2013-01-22 00:07:01 +00:00
Compenguy
4e0b1762b2 Fixing rainfaill measurements. Station units are mm and mm/hr while the internal metric units are cm and cm/hr.
Fixing century calculation for station datestamps.  Nobody will be able to tell the difference for another 55 years, but now it's right.
2013-01-20 13:03:14 +00:00
Tom Keffer
a95b56d39f Updated README.txt 2013-01-20 02:00:24 +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
444f33d0d1 Reintegrated with the 'generalize' branch. 2013-01-19 16:05:49 +00:00
Tom Keffer
9b13c0d9be Finished generalizing the engine. 2013-01-19 15:22:13 +00:00
Tom Keffer
6633756dcd snapshot. 2013-01-19 03:50:37 +00:00
Tom Keffer
38404ef856 Fiddled with the color scheme. 2013-01-18 21:52:37 +00:00
Tom Keffer
4d5b3526bb Fixed bug for when sunset is after 24h UTC. 2013-01-18 20:23:00 +00:00
Tom Keffer
16c0d225f4 Use attribute self.stn_info for lat/lon information.
Changed function parameter ordering to lat/lon.
Added doctests for function tobool(). Moved it to weeutil.weeutil
Presently crashes if sunset is after midnight UTC.
2013-01-18 19:27:04 +00:00
Tom Keffer
912f20760f Applied day-night patch from Matthew Wall. Images show a different color for nighttime. 2013-01-18 18:16:16 +00:00
Tom Keffer
61ec809b2e Added the ability to specify color using the notations #RRGGBB or an English descriptor (eg, 'yellow'). 2013-01-18 04:21:29 +00:00
Tom Keffer
d5d55e9562 Fixed bug in weedb.sqlite3.Cursor.execute(). Value was not being returned. 2013-01-17 16:08:49 +00:00
Tom Keffer
847f83167b Added tests for a SELECT on a bad column name. 2013-01-17 15:49:51 +00:00
Tom Keffer
3c947655c0 Added details about other Fine Offset models. 2013-01-17 15:35:09 +00:00
Tom Keffer
8308b366e2 Added 'windGustDir' to the list of types retrieved from the database for Ambient-like protocols. 2013-01-16 14:21:54 +00:00
Tom Keffer
f45bc628f1 Now bad SELECT statements raise weedb.OperationalError 2013-01-15 18:00:36 +00:00
Tom Keffer
8bc7f2c11c weeutil.weeutil._get_object now just returns the object type and does not instantiate it. 2013-01-14 22:41:30 +00:00
Tom Keffer
599772687b The accumulator factory for BaseStatsDb now returns a BaseAccum. 2013-01-14 20:50:32 +00:00
Tom Keffer
03bcfc4e1c Catch up with main trunk 2013-01-12 15:34:35 +00:00