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

VERSION

version 0.0.21

SYNOPSIS

  zucchini [options]

    --site=LABEL    process the site called LABEL
    --config=FILE   use an alternative configuration file
                    [you may also use -f FILE]

    --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

    --fsync         transfer generated site to server using fsync
    --fsync-only    transfer generated site to server using fsync
                    [do not regenerate site first]
    --ftp-debug     show FTP debugging information

    --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

DESCRIPTION

TODO

SEE ALSO

Zucchini

AUTHOR

Chisel <chisel@chizography.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Chisel Wright.

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