-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Initial Extension
As I am using an unregistered initial extension, I feel that spec and validation codes are not entirely clear.
According to https://github.com/OCFL/extensions#optional-initial-extension the initial extension resides in the initial folder in the extensions subdirectory. This causes two problems
- Warning W013 or W016 is given for registered AND unregistered extensions.
- If the validator would accept
initialas a subdirectory, there would be no warning, even if a Local Extension is used.
Extension directory with registered extension name
If an extension directory is named after a registered extension, but config.json points to a local extension, no warning is given.
Possible solution
Replace
Extension subdirectories SHOULD be named after a registered extension name in the OCFL Extensions repository.
With something like
Extension subdirectories with exception of
initialSHOULD use the same name as the extension. Only registered extensions SHOULD be used.
Metadata
Metadata
Assignees
Labels
No labels