- 18 Feb, 2014 2 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
Define the system property textgrid.sid to run.
-
- 17 Feb, 2014 1 commit
-
-
thorsten.vitt authored
-
- 12 Feb, 2014 1 commit
-
-
thorsten.vitt authored
When the service is set up, it will try to load configuration files: 1. internal file 2. /etc/textgrid/aggregator/aggregator.properties 3. ~/.aggregator.properties The last one wins. The internal file will be filled with default values according to the profiles selected at build time. A copy of the default config will be generated at target/aggregator.properties; you can generate it manually using the resources goal, e.g.: mvn -Pesx1 resources:resources
-
- 11 Feb, 2014 1 commit
-
-
thorsten.vitt authored
-
- 05 Feb, 2014 4 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
Switched to version 7.9 of the TEI xslt stylesheets, pulled in via a git submodule. Major overhaul of the EPUB export.
-
- 01 Feb, 2014 2 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 31 Jan, 2014 8 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
While our customized transformation works fine for single-text TEI files, it generates invalid EPUB documents for corpus documents – appearently the TOC generation that forms the base for OPF and NCX metadata does not work correctly in these cases, and it is to complex to fix just now. The alternate approach for sourceTypes != XML now converts the corpus to a single TEI document with a <tei:group> for every original TEI or teiCorpus document, and runs a mostly unmodified original EPUB transformation on this document. This leads to surplus headings, a suboptimal TOC and some additional content, but at least these EPUBs validate with epubcheck now.
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 30 Jan, 2014 1 commit
-
-
thorsten.vitt authored
-
- 27 Jan, 2014 1 commit
-
-
thorsten.vitt authored
-
- 25 Jan, 2014 2 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 24 Jan, 2014 4 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
Item level EPUBs are OK, corpus level EPUBs seem to contain errors.
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 23 Jan, 2014 3 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 22 Jan, 2014 6 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
Es müssen hauptsächlich die Links im Inhaltsverzeichnis angepasst werden (template mit mode=generateLink). Leider werden momentan einige Html-Dateien (von solchen Seiten, die nur Zwischenüberschriften enthalten) nicht generiert, obwohl sie in der content.opf korrekt eingetragen sind.
-
thorsten.vitt authored
-
thorsten.vitt authored
Observed a strange non-reproducable bug that introduced '?sessionId=Optional.absent()` (literally) into that pattern.
-
- 21 Jan, 2014 4 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
-
thorsten.vitt authored
Largely refactored the code: the individual services are now based on a common superclass for common tasks, the REST API has moved to a single class, everything uses the same code for stylesheet caching, cache control, response headers etc.
-