Benjamin W. Bohl
Benjamin W. Bohl
let’s see, what happens ;-)
If no edition is installed in the database the Edirom Online fails ungently with: ```xml /db/apps/Edirom-Online/index.xql err:FODC0005 exerr:ERROR Error. [at line 95, column 5] In function: edition:getPreferencesURI(xs:string) [9:38:/db/apps/Edirom-Online/data/xqm/edition.xqm] ``` This...
As pointed out in #349 we sometimes have absolute db paths, which of course could be problematic, as it depends on the install location. *good first issue* This is a...
Since reintegrating several forks the repo has tags from those forks. Theses probably should be deleted?
There used to be a metadata view for both MEI and TEI files that would parse the header to a human-readable HTML page. Currently, this view is deactivated (commented out)...
https://github.com/Edirom/Edirom-Online/blob/600f11b225c0d3463696df5798669b47e42623f6/add/data/xqm/source.xqm#L36-L51 This function was created in the belief that `@meiversion` would stick to the three-digit server pattern, but it didn’t. Consequently, the test will fail for any `5.0` MEI files.