diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-03-24 09:08:18 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-03-24 09:08:18 -0400 |
| commit | a1528e4ff26a09f85cde37884e1d9794aad5222d (patch) | |
| tree | 49f456368697c129fd16931ba4562c63b971a380 /index.gmi | |
| parent | 11651a67149dbb038d7492364a234c35d90449e7 (diff) | |
| download | cgi-bin-a1528e4ff26a09f85cde37884e1d9794aad5222d.tar.gz | |
webp: make script by copying from oeb
Diffstat (limited to 'index.gmi')
| -rwxr-xr-x | index.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
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 +' |
