Add subjects OPDS feeds, and switch to a more object-oriented approach to generating the OPDS feeds

This commit is contained in:
Alex Cabal 2020-06-25 12:56:14 -05:00
parent a42de8ef4d
commit 133f93cdce
11 changed files with 187 additions and 51 deletions

View file

@ -229,8 +229,8 @@ fi
php "${scriptsDir}/generate-opds.php" --webroot "${webRoot}" --weburl "${webUrl}"
sudo chown se:committers /standardebooks.org/web/www/opds/*.xml
sudo chmod 664 /standardebooks.org/web/www/opds/*.xml
sudo chown --recursive se:committers /standardebooks.org/web/www/opds/*
sudo chmod --recursive 664 /standardebooks.org/web/www/opds/*
if [ "${verbose}" = "true" ]; then
printf "Done.\n"