From 3b6fa7d72a3b7987c06348c985da9123a45c10ff Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Feb 2010 06:55:13 +0100 Subject: Temporary auto-refresh of ~/public_html/index.html --- htgen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htgen.sh b/htgen.sh index 7fd878f..e94e714 100755 --- a/htgen.sh +++ b/htgen.sh @@ -80,6 +80,8 @@ Cache-Control: public EOF ;; /|/index.html) + # XXX this is a hack: + make -C ~/public_html index.html >&2 # TODO 304 Not Modified # TODO better max-age(?) # TODO may we use more than one Cache-Control? -- cgit v1.2.3