diff --git a/docs/debian.htm b/docs/debian.htm index 342e5921..da541f3f 100644 --- a/docs/debian.htm +++ b/docs/debian.htm @@ -11,7 +11,7 @@ -

weewx: Installation on Debian-based systems +

weeWX: Installation on Debian-based systems
@@ -21,7 +21,7 @@

-

This is a guide to installing weewx from a DEB package on Debian-based systems, including Ubuntu, Mint, and Raspbian. +

This is a guide to installing weeWX from a DEB package on Debian-based systems, including Ubuntu, Mint, and Raspbian.

Download

@@ -43,7 +43,7 @@ sudo apt-get -f install

Status

-

To make sure things are running properly look in the system log for messages from weewx. +

To make sure things are running properly look in the system log for messages from weeWX.

sudo tail -f /var/log/syslog
@@ -58,19 +58,19 @@ sudo apt-get -f install

To enable uploads such as Weather Underground or to customize reports, modify the configuration file /etc/weewx/weewx.conf. See the User Guide and Customization Guide for details.

-

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

WeeWX must be restarted for configuration file changes to take effect.

Start/Stop

-

To start/stop weewx:

+

To start/stop weeWX:

sudo /etc/init.d/weewx start
 sudo /etc/init.d/weewx stop

Uninstall

-

To uninstall weewx but retain configuration files and data: +

To uninstall weeWX but retain configuration files and data:

sudo dpkg -r weewx
-

To uninstall weewx, removing configuration files but retaining data: +

To uninstall weeWX, removing configuration files but retaining data:

sudo dpkg --purge weewx

To remove data:

diff --git a/docs/devnotes.htm b/docs/devnotes.htm index a0ae982f..3e3a722a 100644 --- a/docs/devnotes.htm +++ b/docs/devnotes.htm @@ -287,7 +287,7 @@ now = datetime.datetime() - config_dict + config_dict All configuration information used by weeWX is stored in the configuration file, usually with the name weewx.conf. By convention, when this file is read into the program, it is called config_dict, an instance of the class - skin_dict + skin_dict All configuration information used by a particular skin is stored in the skin configuration file, usually with the name skin.conf. By convention, when this file is read into the program, it is called skin_dict, an instance of the class diff --git a/docs/macos.htm b/docs/macos.htm index 5247b58f..ac55d0c9 100644 --- a/docs/macos.htm +++ b/docs/macos.htm @@ -11,14 +11,14 @@ -

weewx: Installation on macOS systems +

weeWX: Installation on macOS systems

-

This is a guide to installing weewx on macOS.

+

This is a guide to installing weeWX on macOS.

Download

@@ -43,7 +43,7 @@ sudo easy_install pyephem
xcode-select --install

then try the easy_install again.

-

Install weewx

+

Install weeWX

Expand the source archive:

tar xvfz weewx-X.Y.Z.tar.gz

Change directory:

@@ -66,7 +66,7 @@ sudo easy_install pyephem sudo launchctl load /Library/LaunchDaemons/com.weewx.weewxd.plist

Status

-

To make sure things are running properly, look in the system log for messages from weewx. Run the Console application and select All Messages. +

To make sure things are running properly, look in the system log for messages from weeWX. Run the Console application and select All Messages.

Verify

@@ -80,16 +80,16 @@ sudo launchctl load /Library/LaunchDaemons/com.weewx.weewxd.plist

To enable uploads such as Weather Underground or to customize reports, modify the configuration file /Users/Shared/weewx/weewx.conf. See the User Guide and Customization Guide for details.

-

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

WeeWX must be restarted for configuration file changes to take effect.

Start/Stop

-

To start/stop weewx:

+

To start/stop weeWX:

sudo launchctl load /Library/LaunchDaemons/com.weewx.weewxd.plist
 sudo launchctl unload /Library/LaunchDaemons/com.weewx.weewxd.plist

Uninstall

-

To uninstall, simply delete the directory /Users/Shared/weewx. This will delete weewx, configuration files, and data.

+

To uninstall, simply delete the directory /Users/Shared/weewx. This will delete weeWX, configuration files, and data.

rm -r /Users/Shared/weewx
 sudo rm /Library/LaunchDaemons/com.weewx.weewxd.plist
diff --git a/docs/redhat.htm b/docs/redhat.htm index 2758d721..10be6a10 100644 --- a/docs/redhat.htm +++ b/docs/redhat.htm @@ -11,7 +11,7 @@ -

weewx: Installation on Redhat-based systems +

weeWX: Installation on Redhat-based systems
@@ -21,7 +21,7 @@

- This is a guide to installing weewx from an RPM package on systems such as Redhat, CentOS or Fedora. + This is a guide to installing weeWX from an RPM package on systems such as Redhat, CentOS or Fedora.

Download

@@ -56,7 +56,7 @@ sudo easy_install pyusb

Status

- Look in the system log for messages from weewx. + Look in the system log for messages from weeWX.

sudo tail -f /var/log/messages
@@ -68,14 +68,14 @@ sudo easy_install pyusb

Configure

- The default installation uses Simulator as the station_type. To use real hardware, stop weewx, change to the actual station type and station parameters, delete the simulation data, then restart weewx:

+ The default installation uses Simulator as the station_type. To use real hardware, stop weeWX, change to the actual station type and station parameters, delete the simulation data, then restart weeWX:

sudo /etc/init.d/weewx stop
 sudo wee_config --reconfigure
 sudo rm /var/lib/weewx/weewx.sdb
 sudo /etc/init.d/weewx start

Start/Stop

-

To start/stop weewx:

+

To start/stop weeWX:

sudo /etc/init.d/weewx start
 sudo /etc/init.d/weewx stop
@@ -84,11 +84,11 @@ sudo /etc/init.d/weewx stop To enable uploads such as Weather Underground or to customize reports, modify the configuration file /etc/weewx/weewx.conf. See the User Guide and Customization Guide for details.

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

Uninstall

-

To uninstall weewx, removing configuration files but retaining data:

+

To uninstall weeWX, removing configuration files but retaining data:

sudo rpm -e weewx

To remove data:

sudo rm -r /var/lib/weewx
diff --git a/docs/setup.htm b/docs/setup.htm
index f24badd4..3ccaf4d8 100644
--- a/docs/setup.htm
+++ b/docs/setup.htm
@@ -12,7 +12,7 @@
 
 
 
-

weewx: Installation using setup.py +

weeWX: Installation using setup.py
@@ -27,8 +27,7 @@

-

These are generic instructions for installing - weewx using the Python utility +

These are generic instructions for installing weeWX using the Python utility setup.py.

@@ -135,7 +134,7 @@ sudo pip install pyusb -

Install weewx

+

Install weeWX

Expand the source archive:

tar xvfz weewx-X.Y.Z.tar.gz
@@ -192,7 +191,7 @@ sudo /etc/init.d/weewx start

Status

- Look in the system log for messages from weewx. + Look in the system log for messages from weeWX. For example, on Debian systems:

sudo tail -f /var/log/syslog
@@ -221,15 +220,14 @@ sudo /etc/init.d/weewx start

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

Uninstall

To uninstall, simply delete the directory - /home/weewx. This will delete weewx, + /home/weewx. This will delete weeWX, configuration files, and data.

sudo rm -r /home/weewx
@@ -237,7 +235,7 @@ sudo rm /etc/init.d/weewx

Layout

-

The installation will place weewx in the +

The installation will place weeWX in the /home/weewx directory with the following layout:

diff --git a/docs/suse.htm b/docs/suse.htm index 4ed3b8fe..2c1cc5dc 100644 --- a/docs/suse.htm +++ b/docs/suse.htm @@ -11,7 +11,7 @@ -

weewx: Installation on SuSE-based systems +

weeWX: Installation on SuSE-based systems
@@ -20,7 +20,7 @@

- This is a guide to installing weewx + This is a guide to installing weeWX from an RPM package on systems such as SuSE or OpenSUSE.

@@ -52,7 +52,7 @@ sudo zypper install python-usb

Status

- Look in the system log for messages from weewx. + Look in the system log for messages from weeWX.

sudo tail -f /var/log/messages
@@ -64,7 +64,7 @@ sudo zypper install python-usb

Configure

- The default installation uses Simulator as the station_type. To use real hardware, stop weewx, change to the actual station type and station parameters, delete the simulation data, then restart weewx: + The default installation uses Simulator as the station_type. To use real hardware, stop weeWX, change to the actual station type and station parameters, delete the simulation data, then restart weeWX:

sudo /etc/init.d/weewx stop
 sudo wee_config --reconfigure
@@ -72,7 +72,7 @@ sudo rm /var/lib/weewx/weewx.sdb
 sudo /etc/init.d/weewx start

Start/Stop

-

To start/stop weewx:

+

To start/stop weeWX:

sudo /etc/init.d/weewx start
 sudo /etc/init.d/weewx stop
@@ -81,11 +81,11 @@ sudo /etc/init.d/weewx stop To enable uploads such as Weather Underground or to customize reports, modify the configuration file /etc/weewx/weewx.conf. See the User Guide and Customization Guide for details.

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

Uninstall

-

To uninstall weewx, removing configuration files but retaining data:

+

To uninstall weeWX, removing configuration files but retaining data:

sudo rpm -e weewx

To remove data:

sudo rm -r /var/lib/weewx
diff --git a/docs/utilities.htm b/docs/utilities.htm
index dd5b5e15..a50c67e3 100644
--- a/docs/utilities.htm
+++ b/docs/utilities.htm
@@ -337,10 +337,10 @@ Usage: wee_database --help
        wee_database --transfer --dest-binding=BINDING_NAME [--dry-run]
        wee_database --check
        wee_database --update [--dry-run]
-       wee_database --check-strings
+       wee_database --check-strings [--dry-run]
        wee_database --fix-strings
        wee_database --drop-daily
-       wee_database --rebuild-daily
+       wee_database --rebuild-daily [--dry-run]
             [--date=YYYY-mm-dd | --from=YYYY-mm-dd --to=YYYY-mm-dd]
 
 Description: