This package includes the following installable components and modules:
 
 - component file (mandatory, try to install com_bwpostman.1.0.8.2.zip first, read below if you have problems installing)
 
 - mod_bwpostman.$version.zip (optional, run the registrationform as module)
 
 
 
 If you have timemout errors on installation of the component (maybe also a white screen) then it is likely that you don't have native zip support installed and/or activated with your php installation.
 
 If you encounter this you can ease your life by enabling it in your php.ini or if you are admin, install it if is not already installed.
 
 e.g. for Windows machines using XAMPP it would be removing the ";" in the php.ini
 
 ;extension=php_zip.dll
 
 If you do not activate this, Joomla! uses an alternative way of unzipping which is a lot slower and may cause an infinite loop.
 
 For alternative installation method, if you cannot somehow change the php.ini, see the instructions below. 
 
 ############### Alternative installation (w/o the zip) #######
 
 - unzip the com_bwpostman.1.0.8.2.zip and upload the directory within via ftp where joomla is installed (best would be JOOMLAROOT/tmp/ folder)
 
 - then in the install panel, instead of using the upload field, enter the FULL server path into the second field (JOOMLAROOT/tmp/com_bwpostman.$version)
 
 - then hit install.
 
 JOOMLAROOT = the full path to your joomla installation (for instance on windows based servers: c:/path/to/site).
