Add collections and authors RSS/Atom/OPDS feeds

This commit is contained in:
Alex Cabal 2022-07-11 16:54:53 -05:00
parent e19847adac
commit 05e0f77b45
19 changed files with 280 additions and 142 deletions

View file

@ -8,7 +8,7 @@ $canDownload = false;
$name = HttpInput::Str(GET, 'name', false) ?? '';
if($name != 'authors' && $name != 'collections' && $name != 'subjects' && $name != 'months'){
$name = 'subjects';
Template::Emit404();
}
if($GLOBALS['User'] !== null && $GLOBALS['User']->Benefits->CanBulkDownload){