NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Turning on other harvesters #85

Closed bpalme closed 2 years ago

bpalme commented 3 years ago

Hi, We use a different harvester for Overdrive that overrides the AbstractBase. In order to use it, I overrode the harvest controller and then changed the harvest.php script to point to my controller. It seems like maybe there is a better way to do that for long-term maintenance. For Sierra, there is a "type" that switches on the SierraAPI Harvester. Maybe some other configuration that can switch on my Overdrive one… specifying the class maybe? I haven't figured it out, but I thought I'd mention in case you have a good idea.

EreMaijala commented 3 years ago

See #89. :)

bpalme commented 3 years ago

Thank you!

From: Ere Maijala @.> Sent: Wednesday, October 20, 2021 8:41 AM To: NatLibFi/RecordManager @.> Cc: Brent Palmer @.>; Author @.> Subject: Re: [NatLibFi/RecordManager] Turning on other harvesters (#85)

See #89https://github.com/NatLibFi/RecordManager/pull/89. :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/NatLibFi/RecordManager/issues/85#issuecomment-947678785, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABC6W3U3EFJV2X47WYTXVYTUH3BE5ANCNFSM5FC4LYYA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

EreMaijala commented 2 years ago

dev version now supports custom modules and uses Laminas plugin managers. This has brief documentation in README.md. I'll be adding more docs to the wiki.