#!/bin/sh # Mirrors URLs given as arguments non-recursively but # including all items needed to display, replacing %20 in the name # with " " and appending ".html" to any items with no extension # # Use to mirror a small number of associated pages in one place /usr/bin/pavuk -singlepage -store_name index.html -norobots -auto_referer \ -fnrules F \ '*' \ '(sc (ts %b "%20" " ") (sc "." (sif (seq %e "") "html" %e)))' \ "$@"