scripts for my gemini capsule
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

printf '20 text/gemini \r\n

#All Services
## Experimental bible reading scripts
=> /cgi-bin/net.sh Wrapper for New English Translation API.
=> /cgi-bin/oeb.py Open English Bible (WIP) rough-ish script for reading.
=> /cgi-bin/lsv.py Literal Standard Version script for reading.
=> /cgi-bin/webp.py World English Bible nicer 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
'