forked from weewx/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
145 lines (122 loc) · 5.53 KB
/
docs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<title>weeWX: Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="initial-scale=1"/>
<link href="favicon.ico" rel="icon" type="image/x-icon"/>
<link href="weewx.css" rel="stylesheet" type="text/css"/>
<script src="weewx.js" type="text/javascript"></script>
</head>
<body onload="populate_header('docs'); populate_screenshots(3,1);">
<!-- Begin Container -->
<div id="container">
<div id="masthead">
<h1><a href='.'>weeWX</a></h1>
<p>Open source software for your weather station</p>
</div>
<div id="navigation"></div>
<div id='screenshots'></div>
<!-- Begin Content -->
<div id="content">
<h2>Guides</h2>
<p>
WeeWX comes with an extensive set of
documentation. You should start with the User's Guide.
Later, if you decide to customize your installation, check out
the Customization Guide.
</p>
<p> </p>
<dl>
<dt>Quick-Start</td>
<dd>
Follow the installation instructions for a basic
install, which you can then refine. For detailed instructions,
see the User's Guide.
<p>
<a href="docs/debian.htm">Instructions for Debian, Ubuntu, Mint, Raspbian</a><br/>
<a href="docs/redhat.htm">Instructions for Redhat, Centos, Fedora</a><br/>
<a href="docs/suse.htm">Instructions for SUSE, OpenSUSE</a><br/>
<a href="docs/macos.htm">Instructions for MacOS</a><br/>
</p>
</dd>
<dt><a href="docs/usersguide.htm">User's Guide</a></dt>
<dd>
Contains complete details about how to install, configure, and
run weeWX. Includes instructions for migrating from wview,
integrating with a web server, uploading to various weather
services, and troubleshooting. This is the definitive guide
to using weeWX.
</dd>
<dt><a href="docs/customizing.htm">Customization Guide</a></dt>
<dd>
Describes how to modify reports through configuration
options and templates. Explains how to create and
customize skins. Also includes more advanced topics such as
creating custom generators and services, adding new template
tags, and creating drivers for new weather station hardware.
</dd>
<dt><a href="docs/hardware.htm">Hardware Guide</a></dt>
<dd>
Includes capabilities and quirks of hardware that is directly
supported by weeWX. This guide describes how to configure
each type of hardware using the
<span class="code">wee_device</span> utility. The driver
compatibility table shows which drivers work with
what hardware, and the capability level of each driver.
</dd>
<dt><a href="docs/utilities.htm">Utilities Guide</a></dt>
<dd>
Reference for the various utilities that are included with
weeWX. This guide contains details
about the options for each utility, as well of examples of how
to use the utilities. The programs include an import utility,
a database utility, a tool to configure weather station
hardware, and a tool to upload missing data to
Weather Underground.
</dd>
<dt><a href="docs/upgrading.htm">Upgrade Guide</a></dt>
<dd>
Instructions for upgrading from previous versions of weeWX.
</dd>
<dt><a href="docs/devnotes.htm">Notes for Developers</a></dt>
<dd>Goals and strategies for those who would like to contribute
code to weeWX. Includes guidelines for units and unit
systems, internationalization, coding style, exception
handling, and other topics that should warm the heart of
any developer.
</dd>
<dt><a href="docs/changes.txt">Change Log</a></dt>
<dd>List of the changes in each release.</dd>
<dt><a href="hwcmp.html">Hardware Comparison</a></dt>
<dd>Are you looking for a weather station? Would you like to
build your own station? This table lists the sensors,
configurations, and specifications for various
types of weather-related hardware.
</dd>
</dl>
</div>
<!-- End Content -->
<div style='clear: both'> </div>
<div id="footer">
<p>Copyright © Tom Keffer, all rights reserved</p>
</div>
</div>
<!-- End Container -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='"
+ gaJsHost
+ "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11386156-1");
pageTracker._trackPageview();
} catch (err) {
}
</script>
</body>
</html>