Install
-------

- Unpack the distribution

    tar zxf epub-0.1.tgz

- Change to the unpacked directory and run as yourself (not root)

  ./configure
  make
  make install-plugin

- Restart firefox

- If you load local URLS file:///... you may need to add this line
  to /etc/mime.types:

    application/epub+zip epub

  This MIME type has been applied for to IANA and is used by epub 
  publishers, but may not be in the mime.types file yet.