mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Add subjects OPDS feeds, and switch to a more object-oriented approach to generating the OPDS feeds
This commit is contained in:
parent
a42de8ef4d
commit
133f93cdce
11 changed files with 187 additions and 51 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue