jhellingman/tei2html

Handling of VIAF metadata

Closed this issue · 1 comments

Add relevant attributes to documents, and process these to produce texts with consistent metadata.

See: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.canonical.html

Then add things like:

<name ref="https://viaf.org/viaf/109557338/" type="person">Seamus Heaney</name>

and

<author> <name key="Hugo, Victor (1802-1885)" ref="https://www.idref.fr/026927608/">Victor Hugo</name> </author>

Added code to layout these details in the colophon; added check to verify format of VIAF references. (Use HTTPS only, require trailing slash.)