@eickot Yes, that's part of my plan and TODO, but nothing is done yet: I need to script it part of my update routine for the backend ( framagit.org/peppercarrot/tools/-/blob/master/update-all.sh?ref_type=heads ) , the challenge being to trigger the process only once monthly, version the ebooks with a YYYYMM pattern, and also find a way to split them into sub-books for the weight. There is also research for the format, compression. Then, the appearance, and page on the website to serve them. A big task!
@davidrevoy@eickot To trigger the process only once monthly, maybe you could use a cron job? For the date, this is something you can get with date +%Y%m (which should be installed in any Linux system, it's part of the coreutils)