NAME
zucchini - script to generate and upload template based websites
DESCRIPTION
TODO
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
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>