Ignore:
Timestamp:
2008-11-15T15:01:04+13:00 (15 years ago)
Author:
anna
Message:

change the name tidy_html switch in HTMLPlug into use_realistic_book in HTMLPlugin

Location:
gsdl/trunk/runtime-src/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/comproto.asn

    r220 r17863  
    216216  numDocs     [6] IMPLICIT INTEGER,
    217217  numWords    [7] IMPLICIT INTEGER OPTIONAL,
    218   numBytes    [8] IMPLICIT INTEGER OPTIONAL
     218  numBytes    [8] IMPLICIT INTEGER OPTIONAL,
     219  useBook     [9] IMPLICIT BOOLEAN     -- whether to use book mode
    219220}
    220221
  • gsdl/trunk/runtime-src/src/recpt/statusaction.cpp

    r15589 r17863  
    579579          << "</td></tr>\n"
    580580
     581          << "<tr><th>use realistic book?</th><td>";
     582      if (collectinfo->useBook) textout << outconvert << "true";
     583      else textout << outconvert << "false";
     584      textout << outconvert
     585          << "</td></tr>\n"
     586         
    581587          << "<tr><th>build date</th><td>\""
    582588          << collectinfo->buildDate
Note: See TracChangeset for help on using the changeset viewer.