Changeset 8429


Ignore:
Timestamp:
2004-11-02T09:47:38+13:00 (19 years ago)
Author:
mdewsnip
Message:

Changed some comments to refer to "oaiserver" instead of "oaimain".

File:
1 edited

Legend:

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

    r8312 r8429  
    22
    33# This is the main configuration file for configuring
    4 # your Greenstone oai server. The server is a cgi program called oaimain.
     4# your Greenstone oai server. The server is a cgi program called oaiserver.
    55# Some basic commands that you can send it are:
    6 # ....cgi-bin/oaimain?verb=Identify
    7 # ....cgi-bin/oaimain?verb=ListSets
    8 # ....cgi-bin/oaimain?verb=ListIdentifiers&set=xxx (1.1 only)
    9 # ....cgi-bin/oaimain?verb=ListIdentifiers&set=xxx&metadataPrefix=oai_dc (2.0 only)
    10 # ....cgi-bin/oaimain?verb=ListRecords&set=xxx&metadataPrefix=oai_dc
    11 # ....cgi-bin/oaimain?verb=GetRecord&identifier=xxx&metadataPrefix=oai_dc
     6# ....cgi-bin/oaiserver?verb=Identify
     7# ....cgi-bin/oaiserver?verb=ListSets
     8# ....cgi-bin/oaiserver?verb=ListIdentifiers&set=xxx (1.1 only)
     9# ....cgi-bin/oaiserver?verb=ListIdentifiers&set=xxx&metadataPrefix=oai_dc (2.0 only)
     10# ....cgi-bin/oaiserver?verb=ListRecords&set=xxx&metadataPrefix=oai_dc
     11# ....cgi-bin/oaiserver?verb=GetRecord&identifier=xxx&metadataPrefix=oai_dc
    1212# For more information about the OAI-PMH protocol, see
    1313# http://www.openarchives.org/
Note: See TracChangeset for help on using the changeset viewer.