Directory Structure - NatLibFi/RecordManager GitHub Wiki
RecordManager directory structure is comprised of the base directory and a few subdirectories. The base directory contains the scripts that are used to drive RecordManager functions. See the Command Line Reference for more information on the command line tools. The subdirectories serve different functions:
src | The PHP classes including drivers for different record formats |
conf | All configuration files |
dbscripts | Database structure initialization scripts |
mappings | Field value mapping files |
transformations | XSL transformations and their accompanying files |
See Record Drivers for more information on how the record drivers work.