From a1528e4ff26a09f85cde37884e1d9794aad5222d Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 24 Mar 2021 09:08:18 -0400 Subject: webp: make script by copying from oeb --- index.gmi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 index.gmi (limited to 'index.gmi') diff --git a/index.gmi b/index.gmi new file mode 100755 index 0000000..66b694b --- /dev/null +++ b/index.gmi @@ -0,0 +1,19 @@ +#!/bin/sh + +printf '20 text/gemini \r\n + +#All Services +## Experimental bible reading scripts +=> /cgi-bin/esv.sh Wrapper for the English Standard Version API. +=> /cgi-bin/net.sh Wrapper for New English Translation API. +=> /cgi-bin/oeb.sh Open English Bible (WIP) rough script for reading. +=> /cgi-bin/lsv.py Literal Standard Version script for reading. +=> /cgi-bin/webp.sh World English Bible rough script for reading. + +## misc +=> /cgi-bin/ccel.sh ccel.org frontend +=> /cgi-bin/gcc.sh gccsatx.com/hymns frontend (with mp3s!) + +# source code for all this +=> https://git.sr.ht/~earboxer/cgi-bin +' -- cgit 1.4.1