- 02 Jun, 2014 3 commits
-
-
thorsten.vitt authored
Now we're in top-down aggregation order with our export again.
-
thorsten.vitt authored
-
thorsten.vitt authored
Removes some redundancy and helps separating the collection and the serialization phases.
-
- 26 May, 2014 1 commit
-
-
thorsten.vitt authored
-
- 24 May, 2014 2 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
-
- 23 May, 2014 1 commit
-
-
thorsten.vitt authored
-
- 22 May, 2014 1 commit
-
-
thorsten.vitt authored
-
- 14 Mar, 2014 3 commits
-
-
thorsten.vitt authored
-
thorsten.vitt authored
If given, render only the part of the document that has been identified by the given `xml:id` to html.
-
thorsten.vitt authored
-
- 19 Feb, 2014 3 commits
-
-
thorsten.vitt authored
code.
-
thorsten.vitt authored
-
thorsten.vitt authored
When preparing the TEI header of an exported corpus, the TEIHeaderStack implementation asks TG-search for the root object's ancestor path(s) and retrieves metadata for all of them. If we don't have read permission for any of these objects, an AuthFaultException would have been thrown, causing a 403. This fix causes these ancestors to be simply skipped (which will be logged but not be noted in the corpus document itself).
-
- 18 Feb, 2014 5 commits
-
-
thorsten.vitt authored
It now asks for a document that I actually have access to.
-
thorsten.vitt authored
-
thorsten.vitt authored
-
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
-