Author: natan 'whatah' zohar Co-Conspirator: rajesh menon Generates a webpage that has a screenshot as well as a modular interface for displaying information. Quick Start: make a new directory, copy a template and css file into it. $ whatahshot -t template -c cssfile -o index.html $ cd .. $ tar -cvzf screenshot.tar.gz new_dir now you have a tarball with a nice screenshot directory in it, just upload it to your webserver and unpack. for more usage information see whatahshot --help --------------------------------------------- Installation: make make install [or optionally 'make user_install' to install into $HOME/bin] --------------------------------------------- Option Syntax: [OPTION] = {value} Command Syntax: COMMAND(args) OPTIONS: ------- SS_COMMAND - screenshot command. ARCHIVE_DIR - directory to save screenshots to. SPECS_DIR - directory to store output files to SS_PREFIX - prefix for screenshots FILE_FORMAT - suffix for files (png, jpg - do not put in an extra .) TITLE - title of the webpage CSS_FILE - stylesheet to use COMMANDS: -------- BOLD(text) - makes text boldened HEADER(text) - makes text a header URL(link, text) - creates a url to link, with text. COMMAND(command, args, text) - runs command with args, puts it into command.out and makes a link to it with with text as link text OUTPUT(command) - returns the output of command COPYFILE(file_name, new_file, text) - copies old file to new file and returns a link to it with text