- export catalog
- add books.rec
- switch from makefile to justfile
main
Christopher P. Brown 2022-01-07 12:49:47 -07:00
parent 44bf8fabbd
commit 23d6d84d43
4 changed files with 22121 additions and 339 deletions

392
books.csv

File diff suppressed because one or more lines are too long

21409
books.rec 100644

File diff suppressed because one or more lines are too long

648
feed.xml

File diff suppressed because one or more lines are too long

11
justfile 100644
View File

@ -0,0 +1,11 @@
# show all commands
default:
just --list
# generate rss
rss:
./genfeed.py < books.csv > feed.xml
# make rec
rec:
csvformat books.csv | csv2rec > books.rec