Identifiers no longer prefixed with url:

This commit is contained in:
Brendan Fattig 2025-05-20 14:09:02 -05:00 committed by Alex Cabal
parent 9c15cd2c1f
commit 718648e514
8 changed files with 56 additions and 56 deletions

View file

@ -35,7 +35,7 @@ const MANUAL_PATH = WEB_ROOT . '/manual';
const EBOOKS_DIST_PATH = WEB_ROOT . '/ebooks/';
const COVER_ART_UPLOAD_PATH = '/images/cover-uploads/';
const EBOOKS_IDENTIFIER_ROOT = 'url:https://standardebooks.org';
const EBOOKS_IDENTIFIER_ROOT = 'https://standardebooks.org';
const EBOOKS_IDENTIFIER_PREFIX = EBOOKS_IDENTIFIER_ROOT . '/ebooks/';
const DATABASE_DEFAULT_DATABASE = 'se';