NAME

ttsite - Chisel's site templater

SYNOPSIS

ttsite [options]

Options:
  --site=X        process site labelled X

  --rsync         after templating, perform an rsync to the remote server
  --rsync-only    rsync existing site to the remote server

  --fsync         after templating, perform an ftp-sync to the remote server
  --fsync-only    ftp-sync existing site to the remote server

  --ftp           after templating, use ftp to sync files on the
                  remote server [DEPRECATED, use --fsync]
  --ftp-only      skip templating, use ftp to sync files on the
                  remote server [DEPRECATED, use --fsync-only]
  --dryrun        show FTP commands but don't perform action

  --force         force templates to be regenerated regardless of
                  modification times
  --showpath      when templating files, show relative path
                  from <source_dir>
  --showdest      when templating or copying files, show where
                  the file was written to

  --help          show brief help message
  --verbose       increase the verbosity of the script

AUTHOR

Chisel Wright <chisel@herlpacker.co.uk> Jason Tang <jason@dragor.net> Modification/Refactoring