source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/webhelp/docs/search/htmlFileInfoList.js@ b1a51ac1

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since b1a51ac1 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
Line 
1var doStem = true;
2//List of indexed files.
3fl = new Array();
4fl["0"]= "ch04.html";
5fl["1"]= "ch05s01.html";
6fl["2"]= "ch03s02.html";
7fl["3"]= "index.html";
8fl["4"]= "ch02s02s01.html";
9fl["5"]= "ch03s01.html";
10fl["6"]= "ch01.html";
11fl["7"]= "ch02.html";
12fl["8"]= "ch02s01.html";
13fl["9"]= "ch02s03.html";
14fl["10"]= "ch03s02s01.html";
15fl["11"]= "ch05.html";
16fl["12"]= "ch03.html";
17fl["13"]= "ch02s05.html";
18fl["14"]= "ch02s04.html";
19fl["15"]= "ch02s02.html";
20fl["16"]= "ch05s02.html";
21fil = new Array();
22fil["0"]= "ch04.html@@@FAQ@@@Frequently Asked Questions...";
23fil["1"]= "ch05s01.html@@@Some search words for testing@@@null";
24fil["2"]= "ch03s02.html@@@Search@@@Overview design of Search mechanism...";
25fil["3"]= "index.html@@@README: Web-based Help from DocBook XML@@@null";
26fil["4"]= "ch02s02s01.html@@@Recommended Apache configurations@@@null";
27fil["5"]= "ch03s01.html@@@Design@@@An overview of webhelp page structure...";
28fil["6"]= "ch01.html@@@Introduction@@@Overview of the package...";
29fil["7"]= "ch02.html@@@Using the package@@@java available in your PATH...";
30fil["8"]= "ch02s01.html@@@Generating webhelp output using the Ant build.xml file@@@Installation instructions...";
31fil["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...";
32fil["10"]= "ch03s02s01.html@@@New Stemmers@@@Adding new Stemmers is very simple...";
33fil["11"]= "ch05.html@@@Test section@@@null";
34fil["12"]= "ch03.html@@@Developer Docs@@@This chapter provides an overview of how webhelp is implemented...";
35fil["13"]= "ch02s05.html@@@Adding images@@@null";
36fil["14"]= "ch02s04.html@@@Adding support for other (non-CJKV) languages@@@null";
37fil["15"]= "ch02s02.html@@@Using and customizing the output@@@null";
38fil["16"]= "ch05s02.html@@@Some search words for testing (inflected)@@@null";
Note: See TracBrowser for help on using the repository browser.