From 2f7590564c6275abc5deca8f8d133883ba1b877b Mon Sep 17 00:00:00 2001 From: Matija Kancijan Date: Thu, 14 Jul 2022 11:10:29 +0200 Subject: [PATCH] feat: add configuration template example --- Configuration/Main.template.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Configuration/Main.template.php b/Configuration/Main.template.php index c028b6b..5666d1a 100644 --- a/Configuration/Main.template.php +++ b/Configuration/Main.template.php @@ -56,6 +56,24 @@ $config = [ 'schema' => 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd', 'namespace' => 'http://www.openarchives.org/OAI/2.0/oai_dc/', ], + 'mods' => [ + 'schema' => 'http://www.loc.gov/standards/mods/v3/mods-3-3.xsd', + 'namespace' => 'http://www.loc.gov/mods/v3', + ], + ], + + // Record Sets. + // + // + 'ListSets' => [ + 10001 => [ + 'spec' => 10001, + 'name' => 'Record Set One', + ], + 10002 => [ + 'spec' => 10002, + 'name' => 'Record Set Two', + ], ], // Directory containing the records