Peter Stadler

Results 80 comments of Peter Stadler

Many thanks for the heads up! I understand that the frontend functionality has to be checked thoroughly after the proposed changes to the backend.

Hi @CrazyCrud , I can't reproduce this on my machine. I tested with ```shell docker run --rm -v /Users/pstadler/repos/Stylesheets:/Stylesheets -v /my/data/dir:/data -w /data teic/teidev-docker /Stylesheets/bin/teitohtml --lang=de input.xml output.html ``` That...

I was looking for an Openapi swagger.json file for facilitating adoption, but only found that there was such a file but it got removed in https://github.com/distributed-text-services/specifications/commit/2d8dd21789765916f212a3f6c4a20518f37e6083. The commit message doesn't...

Help wanted here – please see the PR #301 for additional comments

I just realized that there are some hard coded values in `bibl:biblScope#2` for "Jg." and "Nr.2", see e.g. https://github.com/Edirom/WeGA-WebApp/blob/2313c1762762e6c150351191ab4366ece0271a80/modules/bibl.xqm#L199 Shouldn't we use localized strings here?

That's a known issue, see https://github.com/ProjectMirador/mirador/issues/4071 Since there's no workaround mentioned we'd probably need to invent our own, like providing a function that will dynamically update the Mirador *after* initialization.

AFAIK, the Makefile is not needed (any more) for most operations (as is the dependency on oXygen). For all supported transformations you will find a folder (under Stylesheets-root) with a...

Just my 2c: That sounds like a very reasonable approach and to speed things up one could execute that script (e.g. in a Github action or Jenkins job) with an...