Marc S. Brooks > Apache2-WebApp-Toolkit > Apache2::WebApp::Helper::Project

Download:
Apache2-WebApp-Toolkit-0.39.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.13   Source  

NAME ^

Apache2::WebApp::Helper::Project - Command-line helper script

SYNOPSIS ^

  use Apache2::WebApp::Helper::Project;

  my $obj = Apache2::WebApp::Helper::Project->new;

  $obj->process;

DESCRIPTION ^

Creates the necessary project files and directories.

COMMAND-LINE ^

  Usage: webapp-project [OPTION...]

  WebApp::Helper::Project - Creates the necessary project files and directories

    Options:

        --config (default)    Instead of passing arguments, import these values from a file

        --apache_doc_root     Absolute path to the project directory
        --apache_domain       Domain name for your project

        --project_title       Name of your project (example: Project)
        --project_author      Full name of the project owner
        --project_email       E-mail address of the project owner
        --project_version     Version number of your project

        --source              Specify a custom source directory (default: /usr/share/webapp-toolkit)

        --rewrite_uri         Remove the project name from the URI (requires mod_rewrite)

        --help                List available command line options (this page)
        --verbose             Print messages to STDOUT

SEE ALSO ^

Apache2::WebApp, Apache2::WebApp::Helper, Apache2::ServerRec, File::Path, Getopt::Long

AUTHOR ^

Marc S. Brooks, <mbrooks@cpan.org> - http://mbrooks.info

COPYRIGHT ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html

syntax highlighting: