array( "tag" => "Jewish Historical Society of the Upper Midwest", "statement" => "From the Steinfeldt Photography Collection of the Jewish Historical Society of the Upper Midwest.", "photoset" => "MDL+Flickr Tests", "token" => "xxxx", // each collection will need a real token supplied by Flickr "stoplist" => array( // these should be entered in all lowercase "miscellaneous", "miscellaneous and unknown", "other schools", "other", "other and unknown", "locations" ) ), "jhs" => array( "tag" => "Jewish Historical Society of the Upper Midwest", "statement" => "From the Steinfeldt Photography Collection of the Jewish Historical Society of the Upper Midwest.", "photoset" => "Steinfeldt Photography Collection", "token" => "xxxx", // each collection will need a real token supplied by Flickr "stoplist" => array( // these should be entered in all lowercase "miscellaneous", "miscellaneous and unknown", "other schools", "other", "other and unknown", "locations" ) ), ); $config['use'] = "test"; // default settings $target = 1024; // default target number of pixels on longest dimension $desc_fields = array( "dc:description" => "Description", "dc:date" => "Date", "dc:source" => "Source", "dc:format" => "Format", "dc:subject" => "Subject", "dc:coverage" => "Coverage", "dc:relation" => "Part of", "dc:identifier" => "Local Identifier", /* "dc:publisher" => "Publisher", // removed because it was misused by MDL */ "dc:type" => "Type" );