d1948ce012
Previously we just expected 'title', 'subtitle', 'author', 'date'. Now we still support those, but also support the format recommended for epub metadata in the pandoc README: --- title: - type: main text: My Book - type: subtitle text: An investigation of metadata creator: - role: author text: John Smith - role: editor text: Sarah Jones identifier: - scheme: DOI text: doi:10.234234.234/33 publisher: My Press rights: (c) 2007 John Smith, CC BY-NC ...
29 lines
750 B
Text
29 lines
750 B
Text
tree d5c52fbc6ac28299ca0cc5bb622b12eaf3ac3d05
|
|
parent 7be841cee65db23378e659f3be443effa15168a3
|
|
author John MacFarlane <jgm@berkeley.edu> 1409511637 -0700
|
|
committer John MacFarlane <jgm@berkeley.edu> 1409511637 -0700
|
|
|
|
EPUB, EPUB3 templates: Handle structured metadata on titlepage.
|
|
|
|
Previously we just expected 'title', 'subtitle', 'author', 'date'.
|
|
|
|
Now we still support those, but also support the format recommended
|
|
for epub metadata in the pandoc README:
|
|
|
|
---
|
|
title:
|
|
- type: main
|
|
text: My Book
|
|
- type: subtitle
|
|
text: An investigation of metadata
|
|
creator:
|
|
- role: author
|
|
text: John Smith
|
|
- role: editor
|
|
text: Sarah Jones
|
|
identifier:
|
|
- scheme: DOI
|
|
text: doi:10.234234.234/33
|
|
publisher: My Press
|
|
rights: (c) 2007 John Smith, CC BY-NC
|
|
...
|