# ------------------------------------------------------------- # The 'BUILD' part, each of these is a command line to be run # ------------------------------------------------------------- do: perl make-page myproto index do: perl make-page myproto about-us do: perl make-page myproto contact-us do: copy blank.html template # -------------------------------------------------------- # The FTP setup part. Only used if 'publish' specified. # -------------------------------------------------------- host: www.yourdomain.com user: yourid password: yourpassword homedir: / # --------------------------------------------------------- # The 'PUBLISH' part, ignored unless 'publish' specified. # --------------------------------------------------------- put: index.html put: about-us.html put: contact-us.html ascii: template changedir: images binary: Logo-250.png binary: Logo.jpg changedir: changedir: docs binary: Documentation.doc binary: Documentation.rtf