Installing TMDA Tools
=====================

1) Start with untaring the file into the plugins directory.  Here is an example 
for version 1.00 of TMDA Tools.

 $ cd plugins
 $ tar -zxvf tmdatools-1.00-1.4.2.tar.gz

2) Change into the tmdatools directory, copy tmdatools_config.php.sample to 
tmdatools_config.php and edit tmdatools_config.php, making adjustments as you 
deem necessary.  For more detailed explanations about each of these parameters, 
consult the README file.

 $ cd tmdatools
 $ cp tmdatools_config.php.sample tmdatools_config.php
 $ vi tmdatools_config.php


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 TMDA Tools
====================

1) Start with untaring the file into the plugins directory.  Here is a example 
for the version 1.00 of TMDA Tools.

 $ cd plugins
 $ tar -zxvf tmdatools-1.00-1.4.2.tar.gz


2) Change into the tmdatools directory, check your tmdatools_config.php file 
against the new version, to see if there are any new settings that you must add 
to your tmdatools_config.php file.
 
 $ cd tmdatools
 $ diff -Nau tmdatools_config.php tmdatools_config.php.sample

