Summary
- Added speaking (and unambigues) filenames. We use a transformed version of the title field plus the URI plus a content type specific extension. To remove the URI from the file name we would need to extract the filename policy and keep track of file names we already used to avoid duplicates.
- Set zip entries' date to the object's last modified date
- Added rewriting support to the ZIP export
- Actually return a ZIP. This version does not have any fancy features yet, i.e. neither link rewriting nor cool file names
- Added skeleton zip generator (doesn't generate actual zips yet)
- Fixed tree building and filename generation
- Improved mime.types parser RE. Previously, lines containing a comment at the end and lines starting with whitespace were not recognized.
- Simple file name generation (URI + Extension)
- Added TextGrid MIME types
- toString methods for testing & debugging
- Factory actually produces something
- Eclipse/m2e: Ignore unknown execution
- Added a representation for mapping MIME types to filename extensions.
- Basic tree factory
- Skeleton for infrastructure to collect aggregation trees