Apache::SWIT::Maker - creates various skeleton files for your SWIT project.


Apache-SWIT documentation  | view source Contained in the Apache-SWIT distribution.

Index


NAME

Top

Apache::SWIT::Maker - creates various skeleton files for your SWIT project.

METHODS

Top

add_page(page)

Adds page and related files. Page should be the name of the module, e.g. 'Index'. See add_ht_page for adding HTML::Tested enabled page.

add_ht_page(page)

Adds HTML::Tested enabled page and related files. Page should be the name of the module, e.g. 'Index'.

remove_page(page)

Removes page and related files. Page is relative to the root location


Apache-SWIT documentation  | view source Contained in the Apache-SWIT distribution.