!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!Procedure for creating other oai-format-plugins!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. create a folder (), in this directory (plugins.oaiMetadata), for your plugin 2. create the following files: ~A~ plugins/oaiMetadata//index.php ~B~ plugins/oaiMetadata//OAIMetadataFormatPlugin_.inc.php ~C~ plugins/oaiMetadata//OAIMetadataFormat_.inc.php 3. set locale identifiers (OAIMetadata//locale//locale.xml) ############################################################################## ~A~ skeleton *********************************************** .inc.php'); require_once('OAIMetadataFormat_.inc.php'); return new OAIFormatPlugin_(); ?> ~B~ skeleton *********************************************** ~C~ skeleton ********************************************** extends OAIMetadataFormat { function toXML(&$record); function formatElement($name, $value, $multilingual = false); } ?> ##############################################################################