diff --git a/http/src/microlog.upphtml b/http/src/microlog.upphtml new file mode 100644 index 0000000..a1da471 --- /dev/null +++ b/http/src/microlog.upphtml @@ -0,0 +1,84 @@ +#! +PAGE="$1" +SITE_URL="$2" +export TITLE="Joe Carstairs" +export DESCRIPTION="Joe Carstairs' personal website" + +POSTS="$(ls --reverse "${SRC}/microlog/" | grep "^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}\(\.[0-9]\+\)\?\.microlog.upphtml$")" +set -- +for post in $POSTS +do + this_year="$( echo "$post" | cut -c1-4 )" + has_this_year=0 + for year in $@ + do + if [ "$this_year" = "$year" ] + then + has_this_year=1 + break + fi + done + if [ $has_this_year -eq 0 ] + then + set -- $@ "$this_year" + fi +done +YEARS="$@" + +pp "${SHARE}"/components/meta.upphtml +#! + +
+ +
+ +

My microlog

+ + + +
+

How to subscribe to my logs

+
+ +#! +for year in $YEARS; do +#! +

${year}

+ + + +#! +done +#! + +