diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-11 15:31:37 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-11 15:31:37 +0200 |
commit | 4000f1f0c80caca437b2ce77b83d21308f6cc7c2 (patch) | |
tree | 9fd501f8bffaed39bf1085bf40c4b76d84494728 /draklive/9/sq/content/search/htmlFileList.js | |
parent | 22bb1081d94a2666e8bd7e79f284d644a17e342f (diff) | |
download | doc-4000f1f0c80caca437b2ce77b83d21308f6cc7c2.tar doc-4000f1f0c80caca437b2ce77b83d21308f6cc7c2.tar.gz doc-4000f1f0c80caca437b2ce77b83d21308f6cc7c2.tar.bz2 doc-4000f1f0c80caca437b2ce77b83d21308f6cc7c2.tar.xz doc-4000f1f0c80caca437b2ce77b83d21308f6cc7c2.zip |
Adding or refreshing draklive in sq
Diffstat (limited to 'draklive/9/sq/content/search/htmlFileList.js')
-rw-r--r-- | draklive/9/sq/content/search/htmlFileList.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/draklive/9/sq/content/search/htmlFileList.js b/draklive/9/sq/content/search/htmlFileList.js new file mode 100644 index 00000000..bd9a535a --- /dev/null +++ b/draklive/9/sq/content/search/htmlFileList.js @@ -0,0 +1,18 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "configureTimezoneUTC.html"; +fl["1"]= "ar01s02.html"; +fl["2"]= "selectKeyboardLive.html"; +fl["3"]= "login.html"; +fl["4"]= "diskPartitioning.html"; +fl["5"]= "selectLanguage.html"; +fl["6"]= "Select-and-use-ISOs.html"; +fl["7"]= "acceptLicense.html"; +fl["8"]= "bestTime.html"; +fl["9"]= "installUpdates.html"; +fl["10"]= "addUser.html"; +fl["11"]= "reboot.html"; +fl["12"]= "unused.html"; +fl["13"]= "uninstall-Mageia.html"; +fl["14"]= "setupBootloader.html"; +fl["15"]= "testing.html"; |