Ignore:
Timestamp:
2011-04-20T21:02:12+12:00 (13 years ago)
Author:
ak19
Message:

GS3's OAIserver passes final official oaiserver validation tests: to do with earliestDatestamp. Both the datestamp of the records (documents) returned by listRecords, listIdentifiers and getRecord, as well as the earliestDatestamp returned by an Identify request are now in sync with each other. Related code changes made to perllib to write the earliestDatestamp into GS3's buildconfig.xml (and build.cfg for GS2), and to write new fields oailastmodified and oailastmodifieddate into the collection's database for each document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/OAIXML.java

    r23922 r23938  
    112112    public static final String OAI = "OAI";
    113113    public static final String OAI_DASH_PMH = "OAI-PMH";
     114    public static final String OAI_LASTMODIFIED = "oailastmodified";
    114115    public static final String OAIPMH = "OAIPMH";
    115116    public static final String OAI_RESUMPTION_TOKENS = "OAIResumptionTokens";
Note: See TracChangeset for help on using the changeset viewer.