UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Import catalogus readers from edpop-explorer #138

Closed lukavdplas closed 7 months ago

lukavdplas commented 1 year ago

Import the (possibly renamed) edpop-explorer package in edpop, and add a list of the catalogi in the django settings, e.g.

CATALOGUS_READERS = [
    'edpop-explorer.readers.HPBReader',
    'edpop-explorer.readers.GallicaReader',
    # ...
]

Someone wishing to use EDPOP with different catalogi should be able to make their own package that creates some subclasses of edpop-explorer's Reader, and import those in EDPOP.