Ignore:
Timestamp:
2009-04-01T15:22:14+13:00 (15 years ago)
Author:
kjdon
Message:

added new field to collection - baseDocRoot. Equivalent to _httpprefix_ but oaiserver doesn't use macros. Used to find location of oai2.xsl - stylesheet to pretty display responses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/oaiconfig.h

    r14285 r18859  
    1515  text_t    maintainer;
    1616  text_t    repositoryName;
    17   text_t    baseURL;
     17  text_t    baseURL; // URL of oaiserver.cgi
     18  text_t    baseDocRoot; // Base URL for gsdl directory
    1819  text_tmap fieldMap;    // maps from OAI name to GSDL name
    1920};
     
    4546  int    resumptionSize;    // The number of items to produce before spitting out a
    4647                            // resumptionToken
     48 
    4749};
    4850#endif
Note: See TracChangeset for help on using the changeset viewer.