2e93c891fd
migrate to initial.d over dini
...
initial.d is my very own INI parser, see
<https://git.sr.ht/~jeremy/initial >
2024-06-26 13:47:48 +12:00
de9e18f06e
update copyright year to 2024
2024-06-26 13:47:48 +12:00
aecbdfec4f
Add call to pledge() on OpenBSD
2024-06-26 13:47:48 +12:00
1c9bb056e8
Remove automatic pager functionality
2024-06-26 13:47:48 +12:00
97c9c427ff
Add @safe and final where possible, remove unnecessary documentation and fix incorrect indentation
2024-06-26 13:47:48 +12:00
472261e15a
Document everything and fix out-of-bounds memory error
2024-06-26 13:47:48 +12:00
12d5d9dcea
Add search functionality and make other improvements
2024-06-26 13:47:48 +12:00
ca36b7fb90
OpenBSD code style
2024-06-26 13:47:48 +12:00
c21ab033ee
Add module statement to esv.d
2024-06-26 13:47:48 +12:00
7ebc0d7b66
Rename main.d -> esv.d
2024-06-26 13:47:48 +12:00
5dc2a12f1e
Refactor config parsing code in main.d, rename esv.d -> esvapi.d, rename class EsvAPI to ESVApi, makefile changes
2024-06-26 13:47:48 +12:00
7f61d7bfa6
Rename ESVAPI_BIBLE_BOOKS to BIBLE_BOOKS and make it use spaces for book names, instead of underscores.
2024-06-26 13:47:48 +12:00
7d96227dc2
Remove 'this' in front of every member variable in the EsvAPI class, and correct function parameter definitions
2024-06-26 13:47:48 +12:00
dddf0db33f
Add in
, @nogc and @safe attributes to functions and parameters
2023-05-11 13:25:08 +12:00
f2e056bf06
License everything under the GPL version 2
2023-03-28 10:44:58 +13:00
04aea47d80
Rename BIBLE_BOOKS array to ESVAPI_BIBLE_BOOKS
2023-03-27 12:03:32 +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