Flesh out OPDS generation backend to be more robust and to support generic Atom feeds

This commit is contained in:
Alex Cabal 2022-06-20 21:55:34 -05:00
parent 35188195f1
commit f6df03cfca
23 changed files with 1549 additions and 267 deletions

View file

@ -1,5 +1,6 @@
<?
use function Safe\apcu_fetch;
use function Safe\ksort;
use function Safe\natsort;
use function Safe\preg_replace;
use function Safe\sleep;