Changeset 32941 for main


Ignore:
Timestamp:
2019-04-01T12:32:51+13:00 (5 years ago)
Author:
kjdon
Message:

gsflink.printdocument is a print friendly version of the document - basically most of the header is removed

File:
1 edited

Legend:

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

    r32882 r32941  
    150150  public static final String LINK_TYPE_DOCUMENT = "document";
    151151  public static final String LINK_TYPE_SOURCE = "source";
     152  public static final String LINK_TYPE_PRINT = "printdocument";
    152153   public static final String ILLEGAL_OAI_VERB = "Illegal OAI verb";
    153154   public static final String LASTMODIFIED = "lastmodified";
Note: See TracChangeset for help on using the changeset viewer.