mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 17:16:56 -04:00
use color other than blue to highlight configuration parameters since blue is default link color for many browsers
This commit is contained in:
@@ -1221,8 +1221,8 @@ class MyFileGenerator(FileGenerator): # 1
|
||||
<p>It is worth noting that, like the main configuration file
|
||||
<span class="code">weewx.conf</span>, UTF-8 is used throughout. The most important
|
||||
options are up near the top of the file. The truly important ones, the
|
||||
ones you are likely to have to customize for your station, are shown in
|
||||
<span class="bold_n_blue"><strong>bold face and in blue</strong></span>. </p>
|
||||
ones you are likely to have to customize for your station, are
|
||||
<span class="config_important"><strong>highlighted</strong></span>. </p>
|
||||
<h2 id="[Extras]" class="config_section">[Extras]</h2>
|
||||
<p>This section is available to you to add any static tags that you might want
|
||||
to be available in the templates. As an example, the stock
|
||||
|
||||
@@ -45,10 +45,8 @@ img {
|
||||
<img src='logo-fedora.png'/>
|
||||
</p>
|
||||
<p>
|
||||
This is a guide to install weewx on Linux systems from source.
|
||||
</p>
|
||||
<p>
|
||||
Installing from source will result in the following:
|
||||
This is a guide to install weewx on Linux systems. The installation will
|
||||
place weewx in the /home/weewx directory with the following:
|
||||
<table class='locations'>
|
||||
<tr>
|
||||
<td align='right'>configuration file: </td>
|
||||
@@ -202,9 +200,6 @@ img {
|
||||
</ul>
|
||||
Also set any parameters specific to the station, such as the <span class='code'>port</span> for stations connected via serial port.
|
||||
</p>
|
||||
<p>
|
||||
weewx must be restarted for changes to the configuration file to take effect.
|
||||
</p>
|
||||
<p>
|
||||
If you have a weather station from the Davis Vantage series, many of the configuration data will be downloaded from your hardware, including altitude, archive interval, and the start of your rain year. If you have not set these, you can either do so by following the instructions in the manual that came with your weather station, or by using the configuration utility config_vp.py, which is included with weewx. To see how to run config_vp.py:
|
||||
</p>
|
||||
@@ -265,7 +260,7 @@ cd /home/weewx<br/>
|
||||
|
||||
<h3>Verify</h3>
|
||||
<p>
|
||||
After 5 minutes, open the station web page in a web browser. You should see the default weewx page with generic station information and data.
|
||||
After 5 minutes, open the station web page in a web browser. You should see the default weewx page with your station information and data.
|
||||
</p>
|
||||
<p class='tty'>
|
||||
file:///usr/lib/weewx/html/index.html
|
||||
|
||||
@@ -662,7 +662,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local
|
||||
<p>Most of the important options are up near the top of the file. They are all
|
||||
documented in this section, although you can safely ignore most of them. The
|
||||
truly important ones, the ones you are likely to have to customize for your
|
||||
station, are shown in <span class="bold_n_blue"><strong>bold face and in blue</strong></span>.
|
||||
station, are <span class="config_important"><strong>highlighted</strong></span>.
|
||||
</p>
|
||||
<p>Default values are provided for many of them, meaning that if they are not
|
||||
listed in the configuration file <em>at all</em>, <span class="code">weewx</span>
|
||||
@@ -831,7 +831,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local
|
||||
<p class="config_option">start</p>
|
||||
<p>The start time for the generator in the format <span class="code">YYYY-MM-DD
|
||||
hh:mm</span>. Optional. Default is the present time.</p>
|
||||
<p> </p>
|
||||
|
||||
<h3 class="config_section">[StdRESTful]</h3>
|
||||
<p>This section is for configuring the <span class="code">StdRESTful</span>
|
||||
service, which uploads to simple
|
||||
|
||||
@@ -102,10 +102,6 @@ td {
|
||||
color: #bb9900;
|
||||
margin-bottom: -12px;
|
||||
}
|
||||
.bold_n_blue {
|
||||
color: #0000FF;
|
||||
font-weight:bold;
|
||||
}
|
||||
.xxsmall {
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user