From 3eacec6d64192f8bb3beaf27ee33729c5ea7b67c Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 1 Feb 2013 06:18:53 +0000 Subject: [PATCH] use color other than blue to highlight configuration parameters since blue is default link color for many browsers --- docs/customizing.htm | 4 ++-- docs/linux.htm | 11 +++-------- docs/usersguide.htm | 4 ++-- docs/weewx_docs.css | 4 ---- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/customizing.htm b/docs/customizing.htm index 3e4b8329..16bd572a 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -1221,8 +1221,8 @@ class MyFileGenerator(FileGenerator): # 1

It is worth noting that, like the main configuration file weewx.conf, 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 - bold face and in blue.

+ ones you are likely to have to customize for your station, are + highlighted.

[Extras]

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 diff --git a/docs/linux.htm b/docs/linux.htm index 02a6d304..f396badb 100644 --- a/docs/linux.htm +++ b/docs/linux.htm @@ -45,10 +45,8 @@ img {

- This is a guide to install weewx on Linux systems from source. -

-

- 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: @@ -202,9 +200,6 @@ img { Also set any parameters specific to the station, such as the port for stations connected via serial port.

-

- weewx must be restarted for changes to the configuration file to take effect. -

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:

@@ -265,7 +260,7 @@ cd /home/weewx

Verify

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

file:///usr/lib/weewx/html/index.html diff --git a/docs/usersguide.htm b/docs/usersguide.htm index a9921c76..ad4007b3 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -662,7 +662,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local

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 bold face and in blue. + station, are highlighted.

Default values are provided for many of them, meaning that if they are not listed in the configuration file at all, weewx @@ -831,7 +831,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local

start

The start time for the generator in the format YYYY-MM-DD hh:mm. Optional. Default is the present time.

-

 

+

[StdRESTful]

This section is for configuring the StdRESTful service, which uploads to simple diff --git a/docs/weewx_docs.css b/docs/weewx_docs.css index 40050005..81d9c983 100644 --- a/docs/weewx_docs.css +++ b/docs/weewx_docs.css @@ -102,10 +102,6 @@ td { color: #bb9900; margin-bottom: -12px; } -.bold_n_blue { - color: #0000FF; - font-weight:bold; -} .xxsmall { font-size: xx-small; }

configuration file: