Closed waynegraham closed 2 years ago
That sounds like a great idea.
:+1:
I'd :-1: this: submodules are a pretty poorly implemented and thus rarely used feature of git. Regardless of readme documentation, nobody ever git clone --recursive
s the first time. And usually the problem they're trying to solved either the simple way (linking to things in the readme) or with a system that fixes that specific issue, like a module system.
we need some way to build a registry of the institutional repositories. we can use git submodules for those within this repo or some other simple repositories.json
. but what about metadata repos outside of github? what would that look like? does it matter?
Should each of the directories for this repo (e.g.
edu.standford.purl
,edu.virginia
,edu.princeton.arks
andorg.nypl
) be submodules to the repo? Right now the metadata is in two places and this could clean it up a bit to make it easier to manage getting all the data from themetadatarepository
repo.