OAI FileMakerPro Gateway
Configuring the Gateway
• <caribbeancovers>
•   <add key="repositoryName" value="Caribbean Book Jacket Art Database"/>
•   <add key="adminEmail" value="thabing@uiuc.edu"/>
•
•   <!-- define the max records returned in one response -->
•   <add key="MAX_ListIdentifiers" value='100'/>
•   <add key="MAX_ListRecords" value='10'/>
•
•   <!-- define the various components used to make an OAI identifier (i.e. oai:oai.library.uiuc.edu:illinet_online/AAA-1234) -->
•   <add key="NamespaceIdentifier" value="lib.uic.edu.caribbeancovers"/>
•   <add key="LocalIdentifierPath" value=""/>
•
•   <!-- FileMaker Pro Parameters-->
•   <add key="FMPBaseURL" value="http://libsys.lib.uic.edu:591/fmpro"/>
•   <add key="FMPDatabase" value="caribbeancovers.fp5"/>
•   <add key="FMPLayout_ListIdentifiers" value='Search'/>
•   <add key="FMPLayout_ListRecords" value='Layout #1'/>
•
•   <!-- build a local xml file containing datestamps deduced from the modid attribute -->
•   <add key="FMPDatestampsFile" value="caribbeancovers.xml"/>
•   <!-- the datestamp file will be updated with the following frequency in days -->
•   <add key="FMPDatestampsFileUpdateFrequency" value="1"/>
•   <!-- if there is a major change in the mappings, just delete the old datestamps file, and it will be rebuilt with all new dates -->
•
•   <!-- transform the FMP Format into a DC Format -->
•   <add key="FMPTransformation" value="caribbeancovers.xsl"/>
•   <add key="DSOXMLIsNotWellFormed" value="1"/>
•
•  </caribbeancovers>
•