Changes

Summary

  1. Started new development cycle. (details)
  2. Added sphinx documentation folder. (details)
  3. link to api (details)
  4. Switched settings to common stuff (details)
  5. Basic service docs (details)
  6. Fixed headings etc (details)
  7. Notes on configuration (details)
  8. Don't indent in embed script (details)
  9. Added some space before run-in headings (details)
  10. fixup! Added some space before run-in headings (details)
  11. Added a preview stylesheet that calls the HTML. (details)
  12. Moved stylesheets out of the WEB-INF directory (details)
  13. Configured servlet to serve stylesheets (details)
  14. added index files (details)
  15. Renamed db2xhtml.xsl (details)
  16. Build maven site via sphinx (details)
  17. wsp configuration using git-attributes (details)
  18. documented stylesheet endpoints (details)
  19. doc: configuration (details)
  20. Updated site plugin. Hope this time it works on Jenkins (details)
  21. Fixed conversion artefacts. (details)
  22. Fixed version number (details)
Commit af740e1968190d4f4d1e4dd3a8bc85a612e0e4a7 by Thorsten Vitt
Started new development cycle.
The file was modified pom.xml (diff)
Commit 918e51ea70814fb596fda29b13a4e4067258d638 by funk
Added sphinx documentation folder.
The file was addeddocs/conf.py (diff)
The file was addeddocs/index.rst (diff)
The file was addeddocs/Makefile (diff)
The file was addeddocs/make.bat (diff)
The file was modified docs/index.rst (diff)
Commit c434e360a1cd4678955c936281a852e123b825f1 by Thorsten Vitt
Switched settings to common stuff
The file was modified docs/conf.py (diff)
The file was addeddocs/.gitignore (diff)
The file was addeddocs/api.rst (diff)
The file was addeddocs/epub.rst (diff)
The file was addeddocs/teicorpus.rst (diff)
The file was addeddocs/html.rst (diff)
The file was modified docs/index.rst (diff)
The file was addeddocs/zip.rst (diff)
The file was modified docs/teicorpus.rst (diff)
The file was modified docs/zip.rst (diff)
The file was modified docs/api.rst (diff)
The file was modified docs/html.rst (diff)
The file was modified docs/epub.rst (diff)
The file was addeddocs/config.rst (diff)
Commit e122957a7b3182d8e4141814097a8e96959731e8 by Thorsten Vitt
Don't indent in embed script

Fixes #14114
The file was modified src/main/webapp/WEB-INF/stylesheets/extractbody.xsl (diff)
Commit a0c2d4393c2d90924645a7e4ff454982b7aae9f1 by Thorsten Vitt
Added some space before run-in headings
The file was modified src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl (diff)
Commit 60de5e0b21bdf99f5eda3271a213df083d41bbac by Thorsten Vitt
fixup! Added some space before run-in headings
The file was modified src/test/resources/11sqw.0.html (diff)
The file was modified src/test/resources/mr47.0.html (diff)
The file was modified src/test/resources/mjr3.0.html (diff)
The file was modified src/test/resources/n2kf.0.html (diff)
The file was modified src/test/resources/nbvb.0.html (diff)
The file was modified src/test/resources/mr23.0.html (diff)
The file was modified src/test/resources/msdd.0.html (diff)
Commit a2d52818682d43d3347b34ca837ff74b2e8bb84b by Thorsten Vitt
Added a preview stylesheet that calls the HTML.

Unlike frame.xsl this calls the transformation itself and thus does not
require a pipeline.
The file was addedsrc/main/webapp/WEB-INF/stylesheets/preview.xsl (diff)
Commit df8b9a3c95e6976de0cc894ec4a3946423ae06a1 by Thorsten Vitt
Moved stylesheets out of the WEB-INF directory
The file was removedsrc/main/webapp/WEB-INF/stylesheets/epub.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/wadl_documentation-2009-02.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/frame.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/epub.xsl (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/preview.xsl (diff)
The file was modified src/test/java/info/textgrid/services/aggregator/StylesheetManagerTest.java (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/wadl_documentation-2009-02.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/preview.xsl (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/corpus2groups.xsl (diff)
The file was addedsrc/main/webapp/tei-stylesheets (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/frame.xsl (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/extractbody.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/epub-agg.xsl (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/zip/ZipResult.java (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/epub/EPUBSerializer.java (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/epub-agg.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/tghtml-common.xsl (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/Version.java (diff)
The file was modified .gitmodules (diff)
The file was removedsrc/main/webapp/WEB-INF/tei-stylesheets (diff)
The file was addedsrc/main/webapp/stylesheets/db2xhtml.xsl (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/tghtml-common.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/extractbody.xsl (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/pdf/PDF.java (diff)
The file was removedsrc/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl (diff)
The file was addedsrc/main/webapp/stylesheets/corpus2groups.xsl (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/Help.java (diff)
Commit 5892567c143fdf97322862bc0c9419eb2622525e by Thorsten Vitt
Configured servlet to serve stylesheets
The file was modified src/main/webapp/WEB-INF/web.xml (diff)
The file was addedsrc/main/webapp/stylesheets/index.html (diff)
The file was addedsrc/main/webapp/stylesheets/index.md (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/zip/ZipResult.java (diff)
The file was modified transformations.xpr (diff)
The file was modified src/main/webapp/stylesheets/preview.xsl (diff)
The file was removedsrc/main/webapp/stylesheets/db2xhtml.xsl (diff)
The file was modified src/main/webapp/stylesheets/index.html (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java (diff)
The file was modified src/main/webapp/stylesheets/index.md (diff)
The file was addedsrc/main/webapp/stylesheets/tohtml.xsl (diff)
Commit d48f8f9d0d2cac73b18ce3e040fc78f03b012ab8 by Thorsten Vitt
Build maven site via sphinx
The file was modified pom.xml (diff)
The file was modified docs/conf.py (diff)
Commit b77e36c4f16bd61504343217f8c767c1df53b9f6 by Thorsten Vitt
wsp configuration using git-attributes
The file was modified docs/make.bat (diff)
The file was modified .gitattributes (diff)
Commit f7e362af160debd955103f9b1167e2778bd7e70a by Thorsten Vitt
documented stylesheet endpoints
The file was modified docs/api.rst (diff)
The file was modified docs/config.rst (diff)
Commit 71e05cdb65c99fd3baec4ac8420ad83b8eb3e9b9 by Thorsten Vitt
Updated site plugin. Hope this time it works on Jenkins
The file was modified pom.xml (diff)
Commit 2c337e48ecfb09d1b2d8c837dbea7957192be4ac by Thorsten Vitt
Fixed conversion artefacts.
The file was modified docs/epub.rst (diff)
The file was modified docs/html.rst (diff)
The file was modified docs/zip.rst (diff)
The file was modified docs/teicorpus.rst (diff)
The file was modified docs/conf.py (diff)
The file was modified pom.xml (diff)