htmlFileInfoList.js 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. var doStem = true;
  2. //List of indexed files.
  3. fl = new Array();
  4. fl["0"]= "ch04.html";
  5. fl["1"]= "ch05s01.html";
  6. fl["2"]= "ch03s02.html";
  7. fl["3"]= "index.html";
  8. fl["4"]= "ch02s02s01.html";
  9. fl["5"]= "ch03s01.html";
  10. fl["6"]= "ch01.html";
  11. fl["7"]= "ch02.html";
  12. fl["8"]= "ch02s01.html";
  13. fl["9"]= "ch02s03.html";
  14. fl["10"]= "ch03s02s01.html";
  15. fl["11"]= "ch05.html";
  16. fl["12"]= "ch03.html";
  17. fl["13"]= "ch02s05.html";
  18. fl["14"]= "ch02s04.html";
  19. fl["15"]= "ch02s02.html";
  20. fl["16"]= "ch05s02.html";
  21. fil = new Array();
  22. fil["0"]= "ch04.html@@@FAQ@@@Frequently Asked Questions...";
  23. fil["1"]= "ch05s01.html@@@Some search words for testing@@@null";
  24. fil["2"]= "ch03s02.html@@@Search@@@Overview design of Search mechanism...";
  25. fil["3"]= "index.html@@@README: Web-based Help from DocBook XML@@@null";
  26. fil["4"]= "ch02s02s01.html@@@Recommended Apache configurations@@@null";
  27. fil["5"]= "ch03s01.html@@@Design@@@An overview of webhelp page structure...";
  28. fil["6"]= "ch01.html@@@Introduction@@@Overview of the package...";
  29. fil["7"]= "ch02.html@@@Using the package@@@java available in your PATH...";
  30. fil["8"]= "ch02s01.html@@@Generating webhelp output using the Ant build.xml file@@@Installation instructions...";
  31. fil["9"]= "ch02s03.html@@@Search indexing@@@To build the indexer, you must have installed the JDK version 1.5 or higher and set the ANT_HOME environment variable...";
  32. fil["10"]= "ch03s02s01.html@@@New Stemmers@@@Adding new Stemmers is very simple...";
  33. fil["11"]= "ch05.html@@@Test section@@@null";
  34. fil["12"]= "ch03.html@@@Developer Docs@@@This chapter provides an overview of how webhelp is implemented...";
  35. fil["13"]= "ch02s05.html@@@Adding images@@@null";
  36. fil["14"]= "ch02s04.html@@@Adding support for other (non-CJKV) languages@@@null";
  37. fil["15"]= "ch02s02.html@@@Using and customizing the output@@@null";
  38. fil["16"]= "ch05s02.html@@@Some search words for testing (inflected)@@@null";