Ignore:
Timestamp:
2007-07-31T11:03:58+12:00 (17 years ago)
Author:
oranfry
Message:

added xiao's last six changes to the 2.74 release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/branches/gsdl-2.74/src/oaiservr/identityaction.cpp

    r9608 r14286  
    2626  text_t version = (this->configuration->getOAIVersion() <= 110) ? (text_t)"1.1":(text_t)"2.0";
    2727
    28   site_cfg_read(gsdlhome, httpdomain, httpprefix);
     28  //site_cfg_read(gsdlhome, httpdomain, httpprefix);
     29  text_t baseURL = this->configuration->getCollectionConfig("", "baseURL");
    2930 
    3031  output << "  <repositoryName>"  << repositoryName << "</repositoryName>" << endl;
    31   output << "  <baseURL>"         << httpdomain     << "/oaimain</baseURL>" << endl; // Tack on the app name
     32  output << "  <baseURL>"         << baseURL     << "</baseURL>" << endl; // Tack on the app name
    3233  output << "  <adminEmail>"      << maintainer     << "</adminEmail>" << endl;
    3334  output << "  <protocolVersion>" << version        << "</protocolVersion>" << endl;
Note: See TracChangeset for help on using the changeset viewer.