Changeset 22211 for main


Ignore:
Timestamp:
2010-06-01T15:06:42+12:00 (14 years ago)
Author:
kjdon
Message:

added baseLibraryURL, and a few more comments about osisetname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/etc/oai.cfg

    r22172 r22211  
    2929#Example: baseURL "http://your-domain-name/cgi-bin/oaiserver.cgi"
    3030baseURL "your-own-baseURL-goes-here"
     31
     32# the base URL used by the Greenstone library
     33#Example: baseLibraryURL "http://your-domain-name/cgi-bin/library.cgi"
     34baseLibraryURL "you-own-base-Library-URL-goes-here"
    3135
    3236# the base address of gsdl directory
     
    6670# oaisetname collname "Name of Collection"
    6771# oaisetdescription collname "Collection description"
     72
     73# Set name and description can also be added for classifiers. Specify this like
     74# oaisetname demo:CL1 "Titles set for Demo collection"
     75
     76# These can also be specified in a collection's collect.cfg. The collection
     77# name is not needed, so lines will look like
     78# oaisetname "demo collection"
     79# oaisetname CL1 "Titles set for demo collection"
    6880
    6981# Metadata mapping information. At present, Greenstone's OAI server
Note: See TracChangeset for help on using the changeset viewer.