| i'd like to generate a surfable index of archives for a site i'm archiving once
a week. i have a cronjob set up to hit a shell script that creates a
date-named folder containing an httrack archive. is there a built in method to
create an archive index for archives over time, much like the waybackmachine?
i was thinking i could have my shell script write the index file, then run
httrack, but thought i might be reinventing the wheel.
also, i saw #! Execute a shell command (-#! "echo hello") in the docs. when is
this option run?
thanks | |