From c14aabfd17c85632bd68db60867edb3fb662c7e7 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Thu, 11 Dec 2025 06:49:19 +0100 Subject: initial commit --- bin/make_html_index.sh | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 bin/make_html_index.sh (limited to 'bin/make_html_index.sh') diff --git a/bin/make_html_index.sh b/bin/make_html_index.sh new file mode 100755 index 0000000..cba5479 --- /dev/null +++ b/bin/make_html_index.sh @@ -0,0 +1,34 @@ +#/bin/sh + +DIR="$(dirname "$0")" +OUTDIR="$DIR/../public" + +exec >"$OUTDIR/index.html" + +cat <<'EOF' + + + + + Liber Dolorum + + + + + +

Liber Dolorum

+

"Another trick in the book"

+ +EOF + +"$DIR/make_html_table.sh" +"$DIR/make_html_archives.sh" + +cat <<'EOF' + +

alpha 0.1

+ + + + +EOF -- cgit v1.2.3