diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-10-22 09:17:34 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-10-22 09:17:34 -0400 |
| commit | a8308bd49dff5781e307309b1b9797b4fdbb6f83 (patch) | |
| tree | 9bd95e295d05015d879a09058f29d66df5139848 /oebindex.awk | |
| parent | 3fd01042c537554dee6f540052df3e84ed4c8790 (diff) | |
| download | cgi-bin-a8308bd49dff5781e307309b1b9797b4fdbb6f83.tar.gz | |
improve bible scripts
Diffstat (limited to 'oebindex.awk')
| -rwxr-xr-x | oebindex.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oebindex.awk b/oebindex.awk index a3a1884..007d178 100755 --- a/oebindex.awk +++ b/oebindex.awk @@ -1,6 +1,6 @@ ($1 == "\\h"){ print "=> oeb.py?" startref"-"chapter"%3A"verse section; - book = substr($0, 4); print "# " book; gsub(/ /, "%20", book); + book = substr($0, 4); print "## " book; gsub(/ /, "%20", book); verse = 1; chapter = 1; section = ""; startref = book"%20"chapter"%3A"verse } |
