Files
weewx/docs
2013-11-10 00:47:33 +00:00
..
2013-11-04 23:09:59 +00:00
2013-11-10 00:47:33 +00:00
2013-09-25 12:45:59 +00:00
2013-11-10 00:47:33 +00:00
2013-11-10 00:47:33 +00:00
2013-10-12 22:12:36 +00:00
2013-11-10 00:47:33 +00:00
2013-11-10 00:47:33 +00:00
2013-11-10 00:47:33 +00:00

<!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" />
<link href="http://weewx.com/favicon.ico" rel="icon" type="image/x-icon" />
<link href="http://weewx.com/weewx.css" rel="stylesheet" type="text/css" />
<script src="http://weewx.com/weewx.js" type="text/javascript"></script>
</head>

<body onload="populate_header('docs',1); populate_screenshots(3,1,1);">

  <!-- Begin Container -->
  <div id="container">

    <!-- Begin Masthead -->
    <div id="masthead">
      <h1>
        <a href='http://weewx.com'>WeeWX</a>
      </h1>
      <p>Open source software for your weather station</p>
    </div>
    <!-- End Masthead -->

    <!-- Begin Navigation -->
    <div id="navigation"></div>
    <!-- End Navigation -->

    <div id='screenshots'></div>

    <!-- Begin Content -->
    <div id="content">
      <!-- #BeginEditable "content" -->

      <h2>Guides</h2>
      <p>
        <span class="code">weewx</span> comes with an extensive set of
        documentation. You should start with the User&#39;s Guide.
        Later, if you decide to customize your installation, check out
        the Customization Guide.
      </p>
      <dl>
        <dt>
          <a href="usersguide.htm">User&#39;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>
    <!-- End Content -->

    <div style='clear: both'>&nbsp;</div>

    <!-- Begin Footer -->
    <div id="footer">
      <p>Copyright &copy; Tom Keffer, all rights reserved</p>
    </div>
    <!-- End Footer -->

  </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>