|
|
| |
Net::OAI::Identify(3) |
User Contributed Perl Documentation |
Net::OAI::Identify(3) |
Net::OAI::Identify - Results of the Identify OAI-PMH verb.
Returns the name of the repostiory.
Returns the base URL used by the repository.
Returns the version of the OAI-PMH used by the repository.
Returns the earlies datestamp for records available in the repository.
Indicates the way the repository works with deleted records. Should return
no, transient or persistent.
Returns the granularity used by the repository.
Returns the administrative email address for the repository. Since the
adminEmail elelemnt is allowed to repeat you will get all the emails (if more
than one are specified) by using adminEmail in a list context.
$email = $identity->adminEmail();
@emails = $identity->adminEmails();
Returns the types of compression that the archive supports. Since the
compression element may repeat you may get all the values by using
compression() in a list context.
$compression = $identity->compression();
@compressions = $identity->compressions();
Support for the various "description"
containers.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |