Changes from 1.0 -> 1.1:
~~~~~~~~~~~~~~~~~~~~~~~~
   - Added support for multiple configuration files
   - Modified the format of the configuration file to be more flexible,
     use convertConfig.pl to change old configuration files to the
     the new format
   - Allows command to be a non-absolute pathname
   - Added support for file name to be substituted for %s, if %s is not
     in the command, the file name is used as the last argument
   - Changed kill to use SIGTERM instead of SIGINT 
   - Added some error handling
   - Seperated mimeplugin.c into mimeplugin.h
   - Modified Makefile to include all local machine definitions
      - CONF_FILE - name of configuration file
      - NETSCAPE_DIR - location of netscape startup info, like plugins directory
      - STDOUT_FILE - file name to log stdout messages
      - STDERR_FILE - file name to log stderr messages
   - Modified code to use linked list instead of arrays (more flexible)
   - Modularized the functions to make it easier to maintain (the OO in me)
   - Added debug and trace messages
   - Added lots o' comments
