GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OAI_PMH(1) User Contributed Perl Documentation OAI_PMH(1)

oai_pmh.pl - pipe OAI-PMH to the command-line

        oai_pmh.pl <options> [baseURL]

Be more verbose (repeatable).
Force a non-conformant OAI request.
OAI identifier to GetRecord or ListMetadataFormats.
Specify format of metadata to retrieve.
Verb to request, defaults to ListRecords.
Request only those records in a set.

Retrieve data from OAI-PMH endpoints. The output format is:

        <headers>
        <content>
        <FORMFEED>

Where <headers> are in HTTP header format. Content will be the raw XML as exposed by the repository. Each record is separated by a FORMFEED character.

For example:

        oai_pmh.pl -X GetRecord --metadataPrefix oai_dc \
                --identifier oai:eprints.soton.ac.uk:20 http://eprints.soton.ac.uk/cgi/oai2
2022-09-13 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.