# This is the configuration file for example 1 Website { PageGroup { database_filename "ex9.db" source_dir "html" output_dir "docs" command "myparser.pl" options "<%i >%o" Page { web_page "index.html" # For this page we'll just use cat command "/bin/cat" options "<%i >%o" } Page { web_page "about.html" options "<%i >%o && echo \" \`--> Hi!\"" # Note, the backquote escape is not for wsmake, but for # echo. Only " can be escaped for wsmake. } Page { web_page "help.html" } Page { web_page "binary.file" parse "NO" command "/bin/cp" options "%i %o && md5sum %i && md5sum %s && md5sum %o" } } }