From dd75b4a341925e4ba3408b018941241d4317dd9f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 7 Jun 2021 21:47:07 -0400 Subject: updated with cgi scripts to create on-the-fly rss and index --- cgi-bin/index.sh | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100755 cgi-bin/index.sh (limited to 'cgi-bin/index.sh') diff --git a/cgi-bin/index.sh b/cgi-bin/index.sh new file mode 100755 index 0000000..3fea5c9 --- /dev/null +++ b/cgi-bin/index.sh @@ -0,0 +1,82 @@ +#!/bin/sh + +# Generates a site index from posts and pages. + +cat << EOH +content-type: text/html + + + + + + + + + + + + + + 53hornet ➙ Home + + + + + +
+ +
+ +
+

+ The World Wide Web pages of Adam Carpenter (53hornet) +

+
' -- cgit v1.2.3