Library for parsing epub document metadata (Haskell)

root / TODO.md

1
2
3
4
5
6
7
8
9
10
- May need to add a special function that will try to locate modified
  even in the metaDate field (which is what an epub2 might look like)
- Need more API docs. Detail the differences between epub2 and
  epub3 in the data structures, where the fields come from and which
  are only one or the other.
- Separate some of the Metadata sub-types into their own modules,
  starting with Title. We've got some utility functions now for this,
  will help to clean it up some more.
- Better errors on parse failure, this will emerge along with more unit testing
- More unit testing