NOTE: After installing the widgets you must restart Firefox (close out ALL Firefox windows and then start Firefox) in order for the widgets to take effect.  The same applies for removal: the widgets will still display until you restart Firefox.

NOTE: Tilde characters ("~") are not parsed in this program.  So when entering your path do not use "~/" to refer to your home directory.


Graphic Installation and Removal
============
To access the graphic installer, run the "graphic_installer" script.  If you do not already have python-kiwi, the script will give you an option to install it.  You can use the same script for removal as well.


Command Line Installation
============

Use the installation script (named "install").  Run it and then select option 1.
Or you can just run the script with the "-i" or "--install" option.  For example:

./install -i
./install --install

 
Command Line Removal
============

Simply run the install script and select option 2.  Or run
script with the "-r" or "--remove" options:

./install -r
./install --remove


Command Line Options
============

To get information about the available command line options, run the
script with the "-h", "--help", or "--usage" options:

./install -h
./install --help
./install --usage


Notes For Installing on Other Firefox-like Browsers (for the Command Line Installer)
==============================

By default this script installs to the /usr/lib/firefox directory which is the
default location for firefox.  This script can also be used on firefox32, Iceweasel, and
very likely other firefox-based browsers such as flock.  If you wish to install to a different directory
you can use the "-p=" or the "--path=" option.

For example, if I wanted to install to /usr/local/firefox32 then I would start up the "install" script
with this command:

./install -p=/usr/local/firefox32

For Iceweasel32 you might use the command:

./install --path=/usr/local/Iceweasel32/


Note
====

You can use command line options in conjunction like this:

./install -p=/usr/local/firefox32 -i
./install -i -p=/usr/local/firefox32 
./install -r -p=/usr/local/firefox32 

It doesn't matter what order the command line options are in.  All command line options are parsed before the script takes any action.  However, only one main action will be taken (installation, removal, or reinstallation) regardless.  Because of the way the command line options are parsed, the last main action listed will be the one run.


Manual Installation And Removal
============


0. Find the "res" directory under your Firefox installation directory.  On a
default installation of Firefox this is located at /usr/lib/firefox/res.  

1. Append the contents of "forms-extra.css" to Firefox's "forms.css"
(located in the "res" directory).

2. Copy the directory "form-widgets" to your Firefox "res" directory.

3. (Re)start Firefox.

To uninstall just remove the appended contents of "forms-extra.css"
from "forms.css".  Then delete the "form-widgets" folder from your
Firefox "res" directory.
