-
- Downloads
Merge branch 'feature/basket' into develop
Basket functionality is now available for all output methods: Instead of a single TextGrid URI (referring to a TEI document or aggregation), you can also specify a number of URIs, separated by commas. The result will contain all referenced objects, and everything aggregated recursively from them, as well. Known Limitations ----------------- The metadata for the overall root object is rather minimalistic. For ZIP export, this only affects the generated filename (which will be <First_title>_etc.zip), for the other content types, this is true, as well. There has not been much caching optimization for the basket case yet.
No related branches found
No related tags found
Showing
- pom.xml 1 addition, 1 deletionpom.xml
- src/main/java/info/textgrid/services/aggregator/ArgUtils.java 68 additions, 0 deletions...main/java/info/textgrid/services/aggregator/ArgUtils.java
- src/main/java/info/textgrid/services/aggregator/GenericExceptionMapper.java 12 additions, 2 deletions.../textgrid/services/aggregator/GenericExceptionMapper.java
- src/main/java/info/textgrid/services/aggregator/epub/EPUB.java 13 additions, 24 deletions...ain/java/info/textgrid/services/aggregator/epub/EPUB.java
- src/main/java/info/textgrid/services/aggregator/html/HTML.java 5 additions, 5 deletions...ain/java/info/textgrid/services/aggregator/html/HTML.java
- src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java 52 additions, 29 deletions...va/info/textgrid/services/aggregator/html/HTMLWriter.java
- src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpus.java 15 additions, 26 deletions...nfo/textgrid/services/aggregator/teicorpus/TEICorpus.java
- src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java 63 additions, 15 deletions...id/services/aggregator/teicorpus/TEICorpusSerializer.java
- src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java 25 additions, 0 deletions...extgrid/services/aggregator/teicorpus/TEIHeaderStack.java
- src/main/java/info/textgrid/services/aggregator/zip/ZIP.java 23 additions, 29 deletionssrc/main/java/info/textgrid/services/aggregator/zip/ZIP.java
- src/main/java/info/textgrid/services/aggregator/zip/ZipResult.java 77 additions, 30 deletions...java/info/textgrid/services/aggregator/zip/ZipResult.java
- src/test/java/info/textgrid/services/aggregator/ArgUtilsTest.java 66 additions, 0 deletions.../java/info/textgrid/services/aggregator/ArgUtilsTest.java
- src/test/java/info/textgrid/services/aggregator/html/HtmlIT.java 20 additions, 4 deletions...t/java/info/textgrid/services/aggregator/html/HtmlIT.java
- src/test/java/info/textgrid/services/aggregator/teicorpus/TEICorpusTest.java 4 additions, 4 deletions...textgrid/services/aggregator/teicorpus/TEICorpusTest.java
- src/test/resources/gedichte-anakreons-corpus.xml 418 additions, 418 deletionssrc/test/resources/gedichte-anakreons-corpus.xml
- src/test/resources/kscz.0.meta 2 additions, 0 deletionssrc/test/resources/kscz.0.meta
- src/test/resources/ksd3.0.meta 10 additions, 0 deletionssrc/test/resources/ksd3.0.meta
Loading
Please register or sign in to comment