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