Changeset 568:694935574177 in documentViewer for documentViewer.py


Ignore:
Timestamp:
Oct 11, 2012, 4:27:14 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more new MpiwgXmlTextServer?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r566 r568  
    589589            if texttool:
    590590                docinfo = self.getDocinfoFromTexttool(docinfo, texttool)
    591                 # document info (including toc) from full text
     591                # document info from full text server
    592592                if docinfo.get('textURLPath', None):
    593593                    docinfo = self.getTextInfo(mode=None, docinfo=docinfo)
     594                    # include list of pages TODO: do we need this always?
     595                    docinfo = self.getTextInfo(mode='pages', docinfo=docinfo)
    594596           
    595597            # bib info
Note: See TracChangeset for help on using the changeset viewer.