Git-Lit / git-lit

Scripts to create git repositories for ALTO XML texts, like those from the British Library's scanned documents.
31 stars 8 forks source link

add GITenberg-style metadata.yaml to each repo #8

Open JonathanReeve opened 9 years ago

JonathanReeve commented 9 years ago

See https://github.com/GITenberg/Adventures-of-Huckleberry-Finn_76/blob/ef16d1efe4018854829ecd7be0da87f1a73ee881/metadata.yaml for an example.

JonathanReeve commented 9 years ago

Spec available here: https://github.com/gitenberg-dev/documentation/blob/master/metadata/pandata_attribute_dictionary.yaml

tfmorris commented 8 years ago

Happy to use YAML for metadata and the GITenberg spec could be used as a starting point, but would need to be reviewed and revised first. The choice of different keys for lists vs single values is weird, so who knows what else will be found on closer inspection.

lb42 commented 6 years ago

Gutenberg provides all this information in RDF, which is a bit easier to handle with generic XSLT tools.

tfmorris commented 6 years ago

RDF has many serializations, only one of which is XML. XSLT was super cool in the '90s. Now, maybe not so much.