- This version adds a script to make MARC record files. - PGMarc.py from https://github.com/schwartzray/Project-Gutenberg-MARC/ - runner scripts and tests - MARC.md has library-specific details and background information https://github.com/gutenbergtools/ebookconverter/blob/v10/MARC.md - sync changes to conversion_summary.sh script
0.9.11
- utf8 txt files were disfavored sources for generated txt files. Now they are favored. (fix 57) - synced jekyll and rebuild files cron scripts
0.9.10
- fixed typo in autorebuild
0.9.9
- fixed autorebuild range construction
0.9.8
- added scripts to setup.py - autorebuild also triggers on author adds and author deletions - ebookmaker 0.13.1 - removed html.noimages and pdf.noimages from the 'all' build
0.9.7
- adds BlueskyWriter - expunges twitter - adds '.utf8' to deprecated file cleanup. fixes 50 - added AutoRebuild. Checks the database changelog to see if a title has been changed or an author has bees switched in the previous hour. If so, the book is rebuilt. Designed to be run by the cron-dopush script. Fixes 49