Changeset 635:8d460ddb45b7 in documentViewer


Ignore:
Timestamp:
May 6, 2016, 4:59:35 PM (8 years ago)
Author:
casties
Branch:
default
Tags:
tip
Message:

update digilib dirInfo-xml path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r634 r635  
    890890
    891891    def getDocinfoFromDigilib(self, docinfo, path):
    892         infoUrl=self.digilibBaseUrl+"/dirInfo-xml.jsp?fn="+path
     892        infoUrl=self.digilibBaseUrl+"/api/dirInfo-xml.jsp?fn="+path
    893893        # fetch data
    894894        txt = getHttpData(infoUrl)
Note: See TracChangeset for help on using the changeset viewer.