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

printf '20 text/gemini \r\n

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

## misc
=> /cgi-bin/oebindex.sh Index for Open English Bible current completed books

=> /cgi-bin/bookmark.sh I use this script to edit bookmarks.gmi

# source code for all this
=> https://git.sr.ht/~earboxer/cgi-bin
'