The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

zucchini - script to generate and upload template based websites

DESCRIPTION

TODO

SYNOPSIS

  zucchini [options]

    --site=LABEL    process the site called LABEL

    --force         force all templates to be regenerated
    --showpath      show paths relative from site's <source_dir>
    --showdest      show full path to files written to site's <output_dir>

    --rsync         transfer generated site to server using rsync
    --rsync-only    transfer generated site to server using rsync
                    [do not regenerate site first]

    --dry-run       perform a dry-run of the rsync - do not transfer any files

    --create-config write a new (sample) config file as ~/.zucchini

    --verbose       increase the verbosity of the script
                    can be used multiple times to increase further
    --version       output the version string
    --help          display this help information

SEE ALSO

Zucchini

AUTHOR

Chisel Wright <chiselwright@users.berlios.de>

LICENSE

Copyright 2008 by Chisel Wright

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

See <http://www.perl.com/perl/misc/Artistic.html>