Boris Lehečka
Boris Lehečka
The sample annotations are very short, but when working with long documents (divided into parts), only the first part is displayed on the page and it is not possible to...
I used latest [docker image](https://github.com/eeditiones/tei-publisher-app/pkgs/container/tei-publisher-app%2Fteipublisher/185507575?tag=master) of TEI Publisher 9.0.0. I logged in as `tei-demo` user and tried add annotation to available texts in the [Annotation Samples](http://localhost:8080/exist/apps/tei-publisher/index.html?collection=annotate&query=&sort=category&field=text&start=1) section. After saving the...
The application generated by TEI Publisher relies on the fact that its owner or (logged) user is a member of the `tei` security group (in eXist.db). This can be a...
This fix adds double brackets to variables in the template for generated `build.xml` file. Without this fix generated `build.xml` file contains steps like ```xml ``` instead of ```xml ```.
Variables in single brackets (like ``) will be omitted from the generated `build.xml` code and the build process will not be possible. Variables should be in double brackets: for example...
TEI Publisher 9.0.0 on eXist-db 6.2.0 (DOcker existdb/existdb:6.2.0) + clean installation from the eXist-db repository. Landing page  Annotations Tooltips are translated in Crowdin. Header (_Annotation Details_) doesn't have an...
When the `\templates\basic\modules\config.xqm` file is uploaded on the server with CRLF end of lines (on Windows) the TEI Publisher is unabled to generate an application. The generation ends with the...
There are "ukraina-*.xql" generated modules in the "[transform](https://github.com/eeditiones/tei-publisher-app/tree/master/transform)" directory, but no "ukraina.odd" file in the "[odd](https://github.com/eeditiones/tei-publisher-app/tree/master/odd)" directory.
I tried put link inside generated `documents.html` template with code like this ```html ... Search ``` but the output in HTML doesn't contain the right value of `@href` attribute, the...
Text value entered in the searchbox is submitted even if the text doesn't e match the suggested item. If no value is not selected from suggested ones, empty value is...