
WE_Frontend::Installer - handle servicepack creation and handling

use WE_Frontend::Installer;
WE_Frontend::Installer->create_servicepack($tarfile);

This module handles servicepack creation and handling.
Return a new WE_Frontend::Installer object.
Return a new WE_Frontend::Installer object, if it does not already exist in $self. Should be called as a static method.
Create a HTML page for uploading and installing a service pack. This calls either upload_form or handle_tar.
Create a HTML page for uploading a service pack.
Create a HTML page for installing a previously uploaded service pack.
Install the contents of directory $dir to the rootdir of the system.
Create a service pack file. Ignores all WEsiteinfo*.pm files.
The %args hash may contain the following key-value pairs:
If -wesiteinfo is specified, then use this file as the WEsiteinfo.pm file for the target site. Most times there is a WEsiteinfo.pm file for local development and a WEsiteinfo_customer.pm file for the customer site.
Only include files newer than date. Date::Parse is used for parsing the date string.
Set to 1 to generate verbose messages.

Olaf Maetner - maetzner@onlineoffice.de Slaven Rezic - slaven@rezic.de
