aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authornuew <code@nuew.net>2021-06-11 20:09:06 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-30 20:53:07 -0700
commit021cdb543b00995f86eefd5d84314d9e1f5abf82 (patch)
tree8dd7db7b029044f630b186f6d4efd00221aa721a /MANUAL.txt
parent75d551f65b8bc63671bf3bdeeb9cb9f7dd00de8a (diff)
downloadpandoc-021cdb543b00995f86eefd5d84314d9e1f5abf82.tar.gz
epub: Add EPUB3 subject metadata (authority/term)
This adds the ability to specify EPUB 3 `authority` and `term` specific refinements to the `subject` tag. Specifying a plain `subject` tag in metadata will function as before.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 54eb96467..7caedc94a 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2189,7 +2189,7 @@ Currently the following pipes are predefined:
and AsciiDoc metadata; repeat as for `author`, above
`subject`
-: document subject, included in ODT, PDF, docx and pptx metadata
+: document subject, included in ODT, PDF, docx, EPUB, and pptx metadata
`description`
: document description, included in ODT, docx and pptx metadata. Some
@@ -6189,7 +6189,12 @@ The following fields are recognized:
language if nothing is specified.
`subject`
- ~ A string value or a list of such values.
+ ~ Either a string value, or an object with fields `text`, `authority`,
+ and `term`, or a list of such objects. Valid values for `authority`
+ are either a [reserved authority value] (currently `AAT`, `BIC`,
+ `BISAC`, `CLC`, `DDC`, `CLIL`, `EuroVoc`, `MEDTOP`, `LCSH`, `NDC`,
+ `Thema`, `UDC`, and `WGS`) or an absolute IRI identifying a custom
+ scheme. Valid values for `term` are defined by the scheme.
`description`
~ A string value.
@@ -6239,6 +6244,7 @@ The following fields are recognized:
- `scroll-axis`: `vertical`|`horizontal`|`default`
[MARC relators]: https://loc.gov/marc/relators/relaterm.html
+[reserved authority value]: https://idpf.github.io/epub-registries/authorities/
[`spine` element]: http://idpf.org/epub/301/spec/epub-publications.html#sec-spine-elem
## The `epub:type` attribute