Changeset 11774


Ignore:
Timestamp:
2006-05-05T14:01:07+12:00 (18 years ago)
Author:
kjdon
Message:

added in some help about resumptiontokens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/etc/oai.cfg

    r10152 r11774  
    1010# ....cgi-bin/oaiserver?verb=ListRecords&set=xxx&metadataPrefix=oai_dc
    1111# ....cgi-bin/oaiserver?verb=GetRecord&identifier=xxx&metadataPrefix=oai_dc
     12
     13#The List verbs (ListSets, ListIdentifiers, ListRecords) all return a
     14#sequence of items. The 'resumeafter' paramter below indicates how many
     15#records to return - if this number is less than the number matching the
     16#request, then a resumption token is returned. To use this to get the
     17#next set of documents, you need to issue the same request again, with
     18#an additional parameter: resumptionToken=xxx
     19#For example,
     20# ....cgi-bin/oaiserver?verb=ListRecords&set=demo&metadataPrefix=oai_dc&resumptionToken=gsdloai:demo,,11-
     21
    1222# For more information about the OAI-PMH protocol, see
    1323# http://www.openarchives.org/
     
    2434# (The server supports both)
    2535oaiversion "2.0"
     36
     37# How many records to output before needing a resumption token
     38# A value of -1 will return all records for a request
     39resumeafter  -1
    2640
    2741# Other free text items describing the repository. There is no restriction
Note: See TracChangeset for help on using the changeset viewer.