minor html fixes and wordsmithing

This commit is contained in:
Matthew Wall
2013-11-10 15:37:42 +00:00
parent 9328871cc6
commit bbf4e7ec8a
4 changed files with 14 additions and 7 deletions

View File

@@ -94,8 +94,8 @@ sudo apt-get -f install</p>
To enable uploads such as Weather Underground or to customize reports, modify the configuration file <span class='code'>/etc/weewx.conf</span>. See the <a href="usersguide.htm">User Guide</a> and <a href="customizing.htm">Customization Guide</a> for details.
</p>
<p>
<span class='code'>weewx</span> must be restarted for changes in the configuration
files to take effect.
<span class='code'>weewx</span> must be restarted for configuration
file changes to take effect.
</p>
<h3>Start/Stop</h3>

View File

@@ -94,6 +94,7 @@
<h3>Configure</h3>
<p>
The default installation uses Simulator as the <span class='code'>station_type</span>. This should be changed to the actual weather station type. Edit the configuration file <span class='code'>/etc/weewx/weewx.conf</span>. Set at least the following:
</p>
<ul>
<li>location</li>
<li>latitude</li>
@@ -101,7 +102,9 @@
<li>altitude</li>
<li>station_type</li>
</ul>
<p>
Also set any parameters specific to the station, such as the <span class='code'>port</span> for stations connected via serial port.
</p>
<p>
<span class='code'>weewx</span> must be restarted for configuration file
changes to take effect.

View File

@@ -212,6 +212,7 @@ function showstartup(id) {
<h3>Configure</h3>
<p>
Edit the configuration file <span class='code'>/home/weewx/weewx.conf</span>. Set at least the following:
</p>
<ul>
<li>location</li>
<li>latitude</li>
@@ -219,8 +220,10 @@ function showstartup(id) {
<li>altitude</li>
<li>station_type</li>
</ul>
<p>
Also set any parameters specific to the station, such as the <span class='code'>port</span> for stations connected via serial port.
</p>
<h3>Run</h3>
<p>Run the main program from the command line:</p>
<p class="tty">cd /home/weewx

View File

@@ -571,10 +571,11 @@ Version: 2.5.0
<a href='debian.htm'>Installation on Debian Linux systems</a>.</p>
<h2><a href='redhat.htm'>Installing from RPM package</a></h2>
<p>For Redhat, CentOS, Fedora operating systems, follow the instructions in
<a href='redhat.htm'>Installation on Redhat Linux</a>. The Redhat
RPM will not work on SuSE operating systems. Instructions for SuSE
are similar to Redhat, but using SuSE tools such as zypper instead
of Redhat tools such as yum.</p>
<a href='redhat.htm'>Installation on Redhat Linux</a>.</p>
<p>For SuSE and OpenSUSE, follow the Redhat instructions, but use
SuSE tools such as zypper instead of Redhat tools such as yum.</p>
<p>There is one RPM for Redhat and a different RPM for SuSE; the Redhat
RPM will not work on SuSE operating systems.</p>
<h2><a href='setup.htm'>Installing using the Python tool setup.py</a></h2>
<p>For all operating systems, follow the instructions in
<a href='setup.htm'>Installation using