blob: 87361ca1aadb777e8c875ae57a874ff5a8333ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
//List of files which are indexed.
fl = new Array();
fl["0"]= "mcc-system.html";
fl["1"]= "mcc-boot.html";
fl["2"]= "draksambashare.html";
fl["3"]= "mcc-networksharing.html";
fl["4"]= "XFdrake.html";
fl["5"]= "drakconsole.html";
fl["6"]= "diskdrake--fileshare.html";
fl["7"]= "drakboot--boot.html";
fl["8"]= "mcc-hardware.html";
fl["9"]= "mcc-localdisks.html";
fl["10"]= "drakedm.html";
fl["11"]= "drakgw.html";
fl["12"]= "drakdisk.html";
fl["13"]= "drakfirewall.html";
fl["14"]= "mcc-network.html";
fl["15"]= "drakfont.html";
fl["16"]= "drakboot.html";
fl["17"]= "userdrake.html";
fl["18"]= "diskdrake--removable.html";
fl["19"]= "mcc-security.html";
fl["20"]= "draksound.html";
fl["21"]= "mcc-intro.html";
fl["22"]= "logdrake.html";
fl["23"]= "software-management.html";
fl["24"]= "diskdrake--smb.html";
fl["25"]= "draknfs.html";
fl["26"]= "mousedrake.html";
fl["27"]= "drakinvictus.html";
fl["28"]= "system-config-printer.html";
fl["29"]= "draknetprofile.html";
fl["30"]= "drakconnect--del.html";
fl["31"]= "drakhosts.html";
fl["32"]= "diskdrake--nfs.html";
fl["33"]= "harddrake2.html";
fl["34"]= "draknetcenter.html";
fl["35"]= "keyboarddrake.html";
fl["36"]= "localedrake.html";
fl["37"]= "mgaapplet-config.html";
fl["38"]= "MageiaUpdate.html";
fl["39"]= "transfugdrake.html";
fl["40"]= "drakrpm-edit-media.html";
fl["41"]= "drakguard.html";
fl["42"]= "scannerdrake.html";
fl["43"]= "drakvpn.html";
fl["44"]= "drak3d.html";
fl["45"]= "drakups.html";
fl["46"]= "drakclock.html";
fl["47"]= "rpmdrake.html";
fl["48"]= "drakxservices.html";
fl["49"]= "drakconnect.html";
fl["50"]= "drakproxy.html";
fl["51"]= "diskdrake--dav.html";
fl["52"]= "msecgui.html";
fl["53"]= "draksec.html";
fl["54"]= "drakauth.html";
|