Commit graph

20 commits

Author SHA1 Message Date
5c366d64b0 esv.1: revise 2025-05-01 20:00:24 +12:00
e8da3e35cf esv.1, esvsearch.1: add website URL 2025-05-01 14:00:10 +12:00
aba8532be4 esv.1: document hyphens in book names 2024-08-08 17:56:09 +12:00
ec8be68b49 esvsearch: split esv search code into separate program
Requires rewiring the build system to accommodate for two executables.

Fixes: https://todo.sr.ht/~jeremy/esv/4
2024-08-08 17:56:09 +12:00
de71043ef1 esv.1: rename argument for -c
In the synopsis it is named config.
2024-08-08 17:56:09 +12:00
8f699c3212 esv: rename -C flag to -c
The capital C flag is often associated with changing directories. The tar
and make programs use it this way.
2024-08-08 17:56:09 +12:00
77c2c4825a esvapi: fetch all pages of search results
Fixes: https://todo.sr.ht/~jeremy/esv/1
2024-08-08 17:56:09 +12:00
3391c982b4 esv.1: revise examples 2024-08-08 17:56:09 +12:00
4bcda73b7d esv.1: update bug reporting section 2024-08-08 17:56:09 +12:00
ceaa193210 esv.1: update author address 2024-08-08 17:56:09 +12:00
b5399bc8fa esv.1: document passage line length detection 2024-08-08 17:56:09 +12:00
82ce0f86d7 esv.1: bump Mdocdate 2024-06-26 13:47:48 +12:00
ed6813f2ef esv.1: add documentation for underscores in book names 2024-06-26 13:47:48 +12:00
47b09314f7 esv.1: use semantic newlines
See the section "Use semantic newlines" of man-pages(7)
for some reasoning on this.
2024-06-26 13:47:48 +12:00
a1d6a3e84c esv.1: add unmatched .El 2024-06-26 13:47:48 +12:00
de08bf5c70 esv.1: revise manual
Reword much of the manual, add the -s option, and add AUTHORS and BUGS
sections among other small changes.
2024-06-26 13:47:48 +12:00
9311b19f6d update manual 2024-06-26 13:47:48 +12:00
1c9bb056e8 Remove automatic pager functionality 2024-06-26 13:47:48 +12:00
0147fe1c60 Add support for changing the MP3 audio player through the ESV_PLAYER environment variable 2023-03-27 13:32:18 +13:00
a0341e72d7 Add source code
Added:
 - esv.d: reusable D interface to the ESV web API
 - main.d: the main program
 - Makefile
 - README.md
 - modified version of dini (dependency)
 - man pages
 - licenses
2023-03-23 15:59:09 +13:00