This repo contains code for working with Encoded Archival Description XML (EAD) version 2002.
There are a few core areas of functionality:
- EAD Parsing/JSON generation:
This package parses EAD 2002 XML files and generates two forms of JSON that are input into the Hugo static site generator application:
a. "Intermediate JSON" (iJSON
)
b. Hugo Content files (hJSON
) - EAD Validation:
This package validates EAD XML files per the EAD 2002 schema and the EAD Validation Criteria for Publishing - "FABifying" EADs:
This package has code that will modify an incoming EAD so that it is compatible with the "Finding Aids Bridge" (FAB) discovery application indexer
The major version of this package is 0
.
Per Semantic Versioning 2.0.0:
Major version zero (0.y.z) is for initial development.
Anything MAY change at any time.
The public API SHOULD NOT be considered stable.
Thanks!
For additional information, see the technical notes.