From 539b279fdbb44ee67c6480f2dee8247ba57199f5 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 23 Mar 2021 08:32:05 -0400 Subject: * ccel: redirect to authors script --- ccel.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ccel.sh') diff --git a/ccel.sh b/ccel.sh index 474c337..2a9b2b2 100755 --- a/ccel.sh +++ b/ccel.sh @@ -5,6 +5,13 @@ then return fi +hasslash=$(echo "$QUERY_STRING"|grep '/') +if [ "$hasslash" = "" ] +then + printf "30 /cgi-bin/ccelauthor.sh?$QUERY_STRING\r\n" + exit 0 +fi printf "20 text/gemini\r\n" printf "=> %s This page was automatically generated from the following CCEL book (http)\n" https://ccel.org/ccel/"$QUERY_STRING" +printf "=> /thml2gmi/ and converted with thml2gmi\n" curl https://ccel.org/ccel/"$QUERY_STRING".xml | ./thml2gmi.py /dev/stdin -- cgit 1.4.1