Installing the True-A-Day Plugin
================================

1) Start with untaring the file into the plugins directory.

$ cd plugins
$ tar -zxvf /path/to/where/you/saved/trueaday-1.1.tar.gz

2) Change into the trueaday directory, copy config.php.sample
to config.php. If you want, you can edit config.php, making
adjustments as you deem necessary.

$ cd trueaday
$ cp config.php.sample config.php
$ vi config.php

Editing the file is entirely optional; the plugin will work fine
"out of the box", as long as you copy the file (as above). This
file is where you set the width and/or the background colors used
to suit your personal tastes, or to integrate with your theme.

3) Then go to your config directory and run conf.pl. Choose
option 8 and move the plugin from the "Available Plugins"
category to the "Installed Plugins" category. Save and exit.

$ cd ../../config/
$ ./conf.pl

Upgrading the True-A-Day Plugin
===============================

1) Start with untaring the file into the plugins directory.

$ cd plugins
$ tar -zxvf /path/to/where/you/saved/trueaday-1.1.tar.gz

2) Change into the trueaday directory, check your config.php
file against the new version; you'll see the new names for the
three variables that the plugin uses:

$ diff -Nau config.php config.php.sample

Perhaps the easiest thing to do is to edit config.php.sample to
incorporate the values from your existing config.php file, then
copy the sample over your old config.php file.

Or simply replace your config.php file with the provided sample
and reconfigure the plugin from scratch (see step 2 under the
installation procedure above).
