-
Notifications
You must be signed in to change notification settings - Fork 300
/
readme.htm
75 lines (65 loc) · 2.49 KB
/
readme.htm
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
<!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">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>weewx: Documentation</title>
<link href="css/weewx_docs.css" rel="stylesheet"/>
<link rel="icon" type="image/png" href="/docs/images/favicon.png">
</head>
<body>
<div class="header">
<div class="logoref">
<a href='http://weewx.com'>
<img src='images/logo-weewx.png' class='logo' align='right' alt="weewx logo"/>
</a><br/>
<span class='version'>
Version: 3.5.0
</span>
</div>
<div class="title"><span class="code">weewx</span> Documentation</div>
</div>
<div class="content">
<dl>
<dt>
<a href="debian.htm">Quick start guide for Debian (Ubuntu, Mint)</a>
</dt>
<dd>If you use a Debian-based system, such as Ubuntu or Mint, then you
may want to follow the Quick Start guide. This will do a basic install
to get you started, which you can then refine. Otherwise, follow
the directions in the User's Guide.
</dd>
<dt><a href="usersguide.htm">User's Guide</a></dt>
<dd>
Contains complete details about how to install, configure, and
run <span class="code">weewx</span>. Includes instructions for
migrating from <span class="code">wview</span>, integrating
<span class="code">weewx</span> with a web server, uploading to
various weather services, and troubleshooting. This is the
definitive guide to using <span class="code">weewx</span>.
</dd>
<dt><a href="customizing.htm">Customization Guide</a></dt>
<dd>
Describes how to modify reports through configuration
options as well and templates. Explains how to create and
customize skins. Also includes more advanced topics such as
creating custom generators and services, customizing the
internal engine, and creating drivers for new weather station
types.
</dd>
<dt><a href="upgrading.htm">Upgrade Guide</a></dt>
<dd>Instructions for upgrading from previous versions of
<span class="code">weewx</span>. </dd>
<dt><a href="changes.txt">Change Log</a></dt>
<dd>List of the changes in each release.</dd>
</dl>
</div>
<div class="footer">
<p class='copyright'>
© <a href='copyright.htm'>Copyright</a> Tom Keffer
</p>
</div>
</body>
</html>