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

Fix invalid directory in sample file #1

Closed EeroHeikkinen closed 12 years ago

EeroHeikkinen commented 12 years ago

Just fixing a trivial bug which was causing me some confusion: the given example option is "conf/oai_dc.properties" which tries to read from the non-existant dir "RecordManager/transformations/conf/"

Mainly to try out an actual pull request :p

EreMaijala commented 12 years ago

Yeah, my bad. Thanks!