From f8dfbf11d1c9e93723be0a65d34657e5db7a393d Mon Sep 17 00:00:00 2001 From: Barry Jackson Date: Mon, 21 May 2012 22:46:35 +0000 Subject: - Initial upload of installer help files to Doc - Added Installer help to base index.html --- content/acceptLicense.html | 62 ++++ content/addUser.html | 87 +++++ content/ask_mntpoint_s.html | 71 +++++ content/choosePackages.html | 88 +++++ content/diskdrake.html | 61 ++++ content/doPartitionDisks.html | 84 +++++ content/draft.png | Bin 0 -> 16150 bytes content/exitInstall.html | 54 ++++ content/favicon.ico | Bin 0 -> 5686 bytes content/formatPartitions.html | 65 ++++ content/images/dx-help.png | Bin 0 -> 11451 bytes content/images/dx-welcome.png | Bin 0 -> 263760 bytes content/images/dx2-chooseDesktop.png | Bin 0 -> 136994 bytes content/images/dx2-chooseMountpoints.png | Bin 0 -> 124066 bytes content/images/dx2-configureX.png | Bin 0 -> 119923 bytes content/images/dx2-diskdrake.png | Bin 0 -> 127030 bytes content/images/dx2-doPartitionDisks.png | Bin 0 -> 125919 bytes content/images/dx2-exitInstall.png | Bin 0 -> 123557 bytes content/images/dx2-formatPartitions.png | Bin 0 -> 124643 bytes content/images/dx2-installUpdates.png | Bin 0 -> 122123 bytes content/images/dx2-license.png | Bin 0 -> 144072 bytes content/images/dx2-selectKeyboard.png | Bin 0 -> 121880 bytes content/images/dx2-selectLanguage.png | Bin 0 -> 128073 bytes content/images/dx2-selectMouse.png | Bin 0 -> 119769 bytes content/images/dx2-selectinstallClass.png | Bin 0 -> 116466 bytes content/images/dx2-setRootPassword.png | Bin 0 -> 123185 bytes content/images/dx2-setupBootloader.png | Bin 0 -> 127086 bytes content/images/dx2-setupSCSI.png | Bin 0 -> 135406 bytes content/images/dx2-summary.png | Bin 0 -> 136441 bytes content/index.html | 73 +++++ content/installUpdates.html | 60 ++++ content/installer.html | 91 ++++++ content/main.js | 179 +++++++++++ content/misc-params.html | 154 +++++++++ content/note.png | Bin 0 -> 490 bytes content/nwSearchFnt.js | 513 ++++++++++++++++++++++++++++++ content/resizeFATChoose.html | 59 ++++ content/search/default.props | 1 + content/search/en-us.props | 45 +++ content/search/es-es.props | 179 +++++++++++ content/search/htmlFileInfoList.js | 23 ++ content/search/htmlFileList.js | 24 ++ content/search/index-1.js | 297 +++++++++++++++++ content/search/index-2.js | 296 +++++++++++++++++ content/search/index-3.js | 292 +++++++++++++++++ content/search/ja-jp.props | 1 + content/search/nwSearchFnt.js | 513 ++++++++++++++++++++++++++++++ content/search/punctuation.props | 31 ++ content/search/stemmers/de_stemmer.js | 247 ++++++++++++++ content/search/stemmers/en_stemmer.js | 187 +++++++++++ content/search/stemmers/fr_stemmer.js | 299 +++++++++++++++++ content/selectInstallClass.html | 67 ++++ content/selectKeyboard.html | 71 +++++ content/selectLanguage.html | 68 ++++ content/selectMouse.html | 54 ++++ content/setupBootloaderBeginner.html | 104 ++++++ content/setupBootloaderExpert.html | 117 +++++++ content/setupSCSI.html | 58 ++++ content/setupX.html | 82 +++++ content/takeOverHdChoose.html | 59 ++++ content/takeOverHdConfirm.html | 59 ++++ content/tip.png | Bin 0 -> 449 bytes content/warning.png | Bin 0 -> 1241 bytes content/webhelp-custom.css | 229 +++++++++++++ content/webhelp-default.css | 92 ++++++ 65 files changed, 5196 insertions(+) create mode 100644 content/acceptLicense.html create mode 100644 content/addUser.html create mode 100644 content/ask_mntpoint_s.html create mode 100644 content/choosePackages.html create mode 100644 content/diskdrake.html create mode 100644 content/doPartitionDisks.html create mode 100644 content/draft.png create mode 100644 content/exitInstall.html create mode 100644 content/favicon.ico create mode 100644 content/formatPartitions.html create mode 100644 content/images/dx-help.png create mode 100644 content/images/dx-welcome.png create mode 100644 content/images/dx2-chooseDesktop.png create mode 100644 content/images/dx2-chooseMountpoints.png create mode 100644 content/images/dx2-configureX.png create mode 100644 content/images/dx2-diskdrake.png create mode 100644 content/images/dx2-doPartitionDisks.png create mode 100644 content/images/dx2-exitInstall.png create mode 100644 content/images/dx2-formatPartitions.png create mode 100644 content/images/dx2-installUpdates.png create mode 100644 content/images/dx2-license.png create mode 100644 content/images/dx2-selectKeyboard.png create mode 100644 content/images/dx2-selectLanguage.png create mode 100644 content/images/dx2-selectMouse.png create mode 100644 content/images/dx2-selectinstallClass.png create mode 100644 content/images/dx2-setRootPassword.png create mode 100644 content/images/dx2-setupBootloader.png create mode 100644 content/images/dx2-setupSCSI.png create mode 100644 content/images/dx2-summary.png create mode 100644 content/index.html create mode 100644 content/installUpdates.html create mode 100644 content/installer.html create mode 100644 content/main.js create mode 100644 content/misc-params.html create mode 100644 content/note.png create mode 100644 content/nwSearchFnt.js create mode 100644 content/resizeFATChoose.html create mode 100644 content/search/default.props create mode 100644 content/search/en-us.props create mode 100644 content/search/es-es.props create mode 100644 content/search/htmlFileInfoList.js create mode 100644 content/search/htmlFileList.js create mode 100644 content/search/index-1.js create mode 100644 content/search/index-2.js create mode 100644 content/search/index-3.js create mode 100644 content/search/ja-jp.props create mode 100644 content/search/nwSearchFnt.js create mode 100644 content/search/punctuation.props create mode 100644 content/search/stemmers/de_stemmer.js create mode 100644 content/search/stemmers/en_stemmer.js create mode 100644 content/search/stemmers/fr_stemmer.js create mode 100644 content/selectInstallClass.html create mode 100644 content/selectKeyboard.html create mode 100644 content/selectLanguage.html create mode 100644 content/selectMouse.html create mode 100644 content/setupBootloaderBeginner.html create mode 100644 content/setupBootloaderExpert.html create mode 100644 content/setupSCSI.html create mode 100644 content/setupX.html create mode 100644 content/takeOverHdChoose.html create mode 100644 content/takeOverHdConfirm.html create mode 100644 content/tip.png create mode 100644 content/warning.png create mode 100644 content/webhelp-custom.css create mode 100644 content/webhelp-default.css (limited to 'content') diff --git a/content/acceptLicense.html b/content/acceptLicense.html new file mode 100644 index 00000000..4fefa995 --- /dev/null +++ b/content/acceptLicense.html @@ -0,0 +1,62 @@ + + + + + 3. License and Release Notes

3. License and Release Notes

3.1. License Agreement

Before installing Mageia, please read the + license terms and conditions carefully.

These terms and conditions apply to the entire + Mageia distribution and must be accepted before + you can continue.

To accept, simply select Accept and then click + on Next.

If you decide not to accept these conditions, then we thank you for + looking. Clicking Quit will reboot your + computer.

3.2. Release Notes

To see what's new in this release of + Mageia, click on the Release + Notes button.

diff --git a/content/addUser.html b/content/addUser.html new file mode 100644 index 00000000..666df17c --- /dev/null +++ b/content/addUser.html @@ -0,0 +1,87 @@ + + + + + 15. User and Superuser Management

15. User and Superuser Management

15.1. Set Administrator (root) + Password:

It is advisable for all Mageia + installations to set a superuser or administrator's password, usually + called the root password in Linux. As you type a + password into the top box the colour of its shield will change from red to + yellow to green depending on the strength of the password. A green shield + shows you are using a strong password. You need to repeat the same + password in the box just below the first password box, this checks that + you have not mistyped the first password by comparing them.

[Note]

All passwords are case sensitive, it is best to use a mixture of + letters (upper and lower case), numbers and other characters in a + password.

15.2. Enter a user

Add a user here. A user has fewer rights than the superuser (root), + but enough to surf the internet, use office applications or play games and + anything else the average user does with his computer

  • Icon: if you click on this button it will + change the users icon.

  • Real Name: Insert the users real name into + this text box.

  • Login Name: Here you enter the user login + name or let drakx use a version of the users real name. The + login name is case sensitive.

  • Password: In this text box you should type + in the user password. There is a shield at the end of the text box + that indicates the strength of the password. (See also Note)

  • Password (again): Retype the user password + into this text box and drakx will check you have the same password in + each of the user password text boxes.

15.3. Advanced User Management

If the advanced button is clicked you are + offered a screen that allows you to edit the settings for the user you are + adding. Additionally, you can disable or enable a guest account.

[Warning]

Anything a guest with a default rbash guest + account saves to his /home directory will be erased when he logs out. + The guest should save his important files to a USB key.

  • Enable guest account: Here you can enable + or disable a guest account. The guest account allows a guest to log + into and use the PC, but he has more restricted access than normal + users.

  • Shell: This drop down list allows you to + change the shell used by the user you are adding in the previous + screen, options are Bash, Dash and Sh

  • User ID: Here you can set the user ID for + the user you are adding in the previous screen. This is a number. + Leave it blank unless you know what you are doing.

  • Group ID: This lets you set the group ID. + Also a number, usually the same one as for the user. Leave it blank + unless you know what you are doing.

diff --git a/content/ask_mntpoint_s.html b/content/ask_mntpoint_s.html new file mode 100644 index 00000000..5723dec7 --- /dev/null +++ b/content/ask_mntpoint_s.html @@ -0,0 +1,71 @@ + + + + + 11. Choose the mount points

11. Choose the mount points

Here you see the Linux partitions that have been found on your + computer. If you don't agree with the DrakX + suggestions, you can change the mount points.

[Note]

If you change anything, make sure you still have a + / (root) partition.

  • Every partition is shown as follows: "Device" ("Capacity", "Mount + point", "Type").

  • "Device", is made up of: "hard drive", ["hard drive + number"(letter)], "partition number" (for example, "sda5").

  • If you have many partitions, you can choose many different mount + points from the drop down menu, such as /, + /home and /var. You can even make + your own mount points, for instance /video for a + partition where you want to store your films, or + /cauldron-home for the /home + partition of a cauldron install.

  • For partitions you don't need to have access to, you can leave the + mount point field blank.

[Warning]

Choose Previous if you are not sure what to + choose, and then tick Custom disk partitioning. In + the screen that follows, you can click on a partition to see its type + and size.

If you are sure the mount points are correct, click on + Next, and choose whether you only want to format the + partition(s) DrakX suggests, or more.

diff --git a/content/choosePackages.html b/content/choosePackages.html new file mode 100644 index 00000000..a9cbac6a --- /dev/null +++ b/content/choosePackages.html @@ -0,0 +1,88 @@ + + + + + 14. Choosing Packages to be Installed

14. Choosing Packages to be + Installed

Depending on your selections here, you may + be offered further screens to fine tune your choices.

After the selection step(s), you will see a slide show during package + installation. The slide show can be disabled by pressing the + Details button

14.1. Desktop Selection

Choose whether you prefer to use the KDE + or Gnome desktop environment. Both come with a + full set of useful applications and tools. Tick + Custom if you want to use neither or both, or if you + want something other than the default software choices for these desktop + environments. The LXDE desktop is lighter than + the previous two, sporting less eye candy and fewer packages installed by + default.

14.2. Package Group Selection

Packages have been sorted into groups, to make choosing what you + need on your system a lot easier. The groups are fairly self explanatory, + however more information about the content of each is available in + tool-tips which become visible as the mouse is hovered over them.

  • Workstation.

  • Server.

  • Graphical Environment.

  • Individual Package Selection: You can use this option to + manually add or remove packages.

14.3. Minimal Install

You can choose a Minimal Installation by de-selecting everything in + the Package Group Selection screen. Minimal Installation is intended for + those with specific uses in mind for their + Mageia, such as a server or a specialised + workstation. You will probably use this option combined with Manual + Package Selection. If you choose this installation class, then the next + screen will offer you a few useful extras to install, such as + documentation and X.

14.4. Choose Individual + Packages

Here you can add or remove any extra packages to customise your + installation.

After having made your choice, you can click on the + floppy icon at the bottom of the page to save your + choice of packages (saving to a USB key works, too). You can then use this + file to install the same packages on another system, by pressing the same + button during install and choosing to load it.

14.5. Choose Packages - Links

[Note]

Clicking the Help button may have led you to + a wrong section of this page. Please click on the relevant link below to + go to the correct section, or scroll up to see it.

diff --git a/content/diskdrake.html b/content/diskdrake.html new file mode 100644 index 00000000..a52000f3 --- /dev/null +++ b/content/diskdrake.html @@ -0,0 +1,61 @@ + + + + + 12. Custom disk partitioning with DiskDrake

12. Custom disk partitioning with + DiskDrake

[Warning]

If you wish to use encryption on + your / partition you must ensure that you have a separate /boot + partition. The encryption option for the /boot partition must NOT be set, + otherwise your system will be unbootable.

Adjust the layout of your disk(s) here. You can remove or create partitions, change the filesystem of a partition or change its size and even view what is in them before you start. +

There is a tab for every detected hard disk or other storage device, like an USB key. For example sda, sdb and sdc if there are three of them. +

Push Clear all to wipe all partitions on the selected storage device

For all other actions: click on the desired partition first. Then view it, or choose a filesystem and a mount point, resize it or wipe it.

Continue until you adjusted everything to your wishes.

Click Done when you're ready.

diff --git a/content/doPartitionDisks.html b/content/doPartitionDisks.html new file mode 100644 index 00000000..582dd7ce --- /dev/null +++ b/content/doPartitionDisks.html @@ -0,0 +1,84 @@ + + + + + 7. Partitioning

7. Partitioning

In this screen you can see + the content of your hard drive(s) and see the solutions the DrakX + partitioning wizard found for where to install + Mageia.

The options available from + the list below will vary depending on your particular hard drive(s) layout + and content.

  • Use Existing + Partitions

    If this option is + available, then existing Linux compatible partitions have been found + and may be used for the installation.

  • Use Free Space

    If you have unused + space on your hard drive then this option will use it for your new + Mageia installation.

  • Use Free Space on a + Windows Partition

    If you have unused + space on an existing Windows partition, the installer may offer to use + it.

    This can be a useful + way of making room for your new Mageia installation, but is a risky + operation so you should make sure you have backed up all important + files!

    Note that this + involves shrinking the size of the Windows partition. The partition + must be "clean", meaning that Windows must have closed down correctly + the last time it was used. It must also have been defragmented, + although this is not a guarantee that all files in the partition have + been moved out of the area that is about to be used. It is highly + recommended to back up your personal files.

  • Erase and use Entire + Disk.

    This option will use + the complete drive for Mageia.

    Note! This will + erase ALL data on the selected hard drive. Take care!

    If you intend to use + part of the disk for something else, or you already have data on the + drive that you are not prepared to lose, then do not use this + option.

  • Custom

    This gives you + complete control over the placing of the installation on your hard + drive(s).

diff --git a/content/draft.png b/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/content/draft.png differ diff --git a/content/exitInstall.html b/content/exitInstall.html new file mode 100644 index 00000000..8dabfe3c --- /dev/null +++ b/content/exitInstall.html @@ -0,0 +1,54 @@ + + + + + 22. Congratulations

22. Congratulations

You have finished installing + and configuring Mageia and it is now safe to remove the installation medium and + reboot your computer.

After reboot, in the bootloader screen, you can choose between the operating systems on your computer (if you have more than one).

If you didn't adjust the settings for the bootloader, your Mageia install will be automatically selected and started.

Enjoy!

Visit www.mageia.org if you have any questions or want to contribute to Mageia

diff --git a/content/favicon.ico b/content/favicon.ico new file mode 100644 index 00000000..76ece8f1 Binary files /dev/null and b/content/favicon.ico differ diff --git a/content/formatPartitions.html b/content/formatPartitions.html new file mode 100644 index 00000000..cc2a9a2a --- /dev/null +++ b/content/formatPartitions.html @@ -0,0 +1,65 @@ + + + + + 13. Formatting

13. Formatting

Here you can choose which + partition(s) you wish to format. Any data on partitions not marked for + formatting will be saved.

Usually at least the + partitions DrakX selected, need to be formatted

Click on + Advanced to choose partitions you want to check for + so called bad blocks

[Tip]

If you're not sure you + have made the right choice, you can click on + Previous, again on Previous + and then on Custom to get back to the main screen. + In that screen you can choose to view what is in your partitions.

When you are confident + about the selection, click on Next to + continue.

diff --git a/content/images/dx-help.png b/content/images/dx-help.png new file mode 100644 index 00000000..32824349 Binary files /dev/null and b/content/images/dx-help.png differ diff --git a/content/images/dx-welcome.png b/content/images/dx-welcome.png new file mode 100644 index 00000000..05ec8855 Binary files /dev/null and b/content/images/dx-welcome.png differ diff --git a/content/images/dx2-chooseDesktop.png b/content/images/dx2-chooseDesktop.png new file mode 100644 index 00000000..08e2c395 Binary files /dev/null and b/content/images/dx2-chooseDesktop.png differ diff --git a/content/images/dx2-chooseMountpoints.png b/content/images/dx2-chooseMountpoints.png new file mode 100644 index 00000000..b8892bd0 Binary files /dev/null and b/content/images/dx2-chooseMountpoints.png differ diff --git a/content/images/dx2-configureX.png b/content/images/dx2-configureX.png new file mode 100644 index 00000000..b246495f Binary files /dev/null and b/content/images/dx2-configureX.png differ diff --git a/content/images/dx2-diskdrake.png b/content/images/dx2-diskdrake.png new file mode 100644 index 00000000..44fda5e0 Binary files /dev/null and b/content/images/dx2-diskdrake.png differ diff --git a/content/images/dx2-doPartitionDisks.png b/content/images/dx2-doPartitionDisks.png new file mode 100644 index 00000000..261a4641 Binary files /dev/null and b/content/images/dx2-doPartitionDisks.png differ diff --git a/content/images/dx2-exitInstall.png b/content/images/dx2-exitInstall.png new file mode 100644 index 00000000..2c34aadc Binary files /dev/null and b/content/images/dx2-exitInstall.png differ diff --git a/content/images/dx2-formatPartitions.png b/content/images/dx2-formatPartitions.png new file mode 100644 index 00000000..47da8eec Binary files /dev/null and b/content/images/dx2-formatPartitions.png differ diff --git a/content/images/dx2-installUpdates.png b/content/images/dx2-installUpdates.png new file mode 100644 index 00000000..86737cc6 Binary files /dev/null and b/content/images/dx2-installUpdates.png differ diff --git a/content/images/dx2-license.png b/content/images/dx2-license.png new file mode 100644 index 00000000..d9ac288d Binary files /dev/null and b/content/images/dx2-license.png differ diff --git a/content/images/dx2-selectKeyboard.png b/content/images/dx2-selectKeyboard.png new file mode 100644 index 00000000..c3e338d0 Binary files /dev/null and b/content/images/dx2-selectKeyboard.png differ diff --git a/content/images/dx2-selectLanguage.png b/content/images/dx2-selectLanguage.png new file mode 100644 index 00000000..7c36ad15 Binary files /dev/null and b/content/images/dx2-selectLanguage.png differ diff --git a/content/images/dx2-selectMouse.png b/content/images/dx2-selectMouse.png new file mode 100644 index 00000000..2d7ca647 Binary files /dev/null and b/content/images/dx2-selectMouse.png differ diff --git a/content/images/dx2-selectinstallClass.png b/content/images/dx2-selectinstallClass.png new file mode 100644 index 00000000..3f0af57d Binary files /dev/null and b/content/images/dx2-selectinstallClass.png differ diff --git a/content/images/dx2-setRootPassword.png b/content/images/dx2-setRootPassword.png new file mode 100644 index 00000000..2e3bb060 Binary files /dev/null and b/content/images/dx2-setRootPassword.png differ diff --git a/content/images/dx2-setupBootloader.png b/content/images/dx2-setupBootloader.png new file mode 100644 index 00000000..f165378b Binary files /dev/null and b/content/images/dx2-setupBootloader.png differ diff --git a/content/images/dx2-setupSCSI.png b/content/images/dx2-setupSCSI.png new file mode 100644 index 00000000..49c99c34 Binary files /dev/null and b/content/images/dx2-setupSCSI.png differ diff --git a/content/images/dx2-summary.png b/content/images/dx2-summary.png new file mode 100644 index 00000000..c7e1f102 Binary files /dev/null and b/content/images/dx2-summary.png differ diff --git a/content/index.html b/content/index.html new file mode 100644 index 00000000..bc350f37 --- /dev/null +++ b/content/index.html @@ -0,0 +1,73 @@ + + + + + Installation with DrakX
diff --git a/content/installUpdates.html b/content/installUpdates.html new file mode 100644 index 00000000..188d4b8a --- /dev/null +++ b/content/installUpdates.html @@ -0,0 +1,60 @@ + + + + + 21. Updates

21. Updates

Since this version of + Mageia was released, some packages will have been + updated or improved.

Choose + yes if you wish to download and install them, select + no if you don't want to do this now, or if you aren't + connected to the Internet

Then press + Next to continue

diff --git a/content/installer.html b/content/installer.html new file mode 100644 index 00000000..e8b69c33 --- /dev/null +++ b/content/installer.html @@ -0,0 +1,91 @@ + + + + + 1. DrakX, the Mageia Installer

1. DrakX, the Mageia Installer

Whether you are new to GNU-Linux or an experienced user, the Mageia + Installer is designed to help make your installation or upgrade as easy as + possible.

The initial menu screen has various options, however the default one + will start the installer, which will normally be all that you will + need.

Figure 1. Installation Welcome Screen


If there are problems during install, then it may be necessary to use + special installation options, see Section 1.2, “Installation options”.

1.1. The installation steps

The install process is divided into a number of steps, which can be + followed on the side panel of the screen.

Each step has one or more screens which may also have + Advanced buttons with extra, less commonly + required, options.

Most screens have Help buttons which give + further explanations about the current step.

[Note]

If somewhere during install you decide to stop the installation, + it is possible to reboot, but please think twice before you do this. + Once a partition has been formatted or updates have started to be + installed, your computer is no longer in the same state and rebooting it + could very well leave you with an unusable system. If in spite of this + you are very sure rebooting is what you want, go to a text terminal by + pressing the three keys Alt Ctrl F2 at the same + time. After that, press Alt Ctrl Delete + simultaneously to reboot.

1.2. Installation options

If the installation fails then it may be necessary to try again by + using one of the extra options available by hitting the F1 + (Help) key see Figure 1, “Installation Welcome Screen”

This will open the following text based help.

Figure 2. Installation Help + Screen


1.2.1. Installation Problems and + Possible Solutions

1.2.1.1. No Graphical Interface
  • After the initial screen you did not reach the language + selection screen. This can happen with some graphic cards and + older systems. Try using low resolution by typing + vgalo at the prompt.

  • If the hardware is very old, a graphical installation may + not be possible. In this case it is worth trying a text mode + installation. To use this hit ESC at the first welcome screen and + confirm with ENTER. You will be presented with a black screen with + the word "boot:". Type "text" and hit ENTER. Now continue with the + installation in text mode.

1.2.1.2. The Install Freezes

If the system appeared to freeze during the installation, this + may be a problem with hardware detection. In this case the automatic + detection of hardware may be bypassed and dealt with later. To try + this, type noauto at the prompt. This option may also be + combined with other options as necessary.

1.2.1.3. Kernel Options

These will rarely be needed, but in some cases the hardware may + report the available RAM incorrectly. To specify this manually, you + can use the mem=xxxM parameter, where xxx is the correct + amount of RAM. e.g. mem=256M would specify 256MB of + RAM.

diff --git a/content/main.js b/content/main.js new file mode 100644 index 00000000..cc90249a --- /dev/null +++ b/content/main.js @@ -0,0 +1,179 @@ +/** + * Miscellaneous js functions for WebHelp + * Kasun Gajasinghe, http://kasunbg.blogspot.com + * David Cramer, http://www.thingbag.net + * + */ + +$(document).ready(function() { + // $("#showHideHighlight").button(); //add jquery button styling to 'Go' button + //Generate tabs in nav-pane with JQuery + $(function() { + $("#tabs").tabs({ + cookie: { + // store cookie for 2 days. + expires: 2 + } + }); + }); + + //Generate the tree + $("#ulTreeDiv").attr("style",""); + $("#tree").treeview({ + collapsed: true, + animated: "medium", + control: "#sidetreecontrol", + persist: "cookie" + }); + + //after toc fully styled, display it. Until loading, a 'loading' image will be displayed + $("#tocLoading").attr("style","display:none;"); + //$("#ulTreeDiv").attr("style","display:block;"); + + //.searchButton is the css class applied to 'Go' button + $(function() { + $("button", ".searchButton").button(); + + $("button", ".searchButton").click(function() {return false;}); + }); + + //'ui-tabs-1' is the cookie name which is used for the persistence of the tabs.(Content/Search tab) + if ($.cookie('ui-tabs-1') === '1') { //search tab is visible + if ($.cookie('textToSearch') != undefined && $.cookie('textToSearch').length > 0) { + document.getElementById('textToSearch').value = $.cookie('textToSearch'); + Verifie('diaSearch_Form'); + searchHighlight($.cookie('textToSearch')); + //$("#showHideHighlight").css("display","block"); + } + } + + syncToc(); //Synchronize the toc tree with the content pane, when loading the page. + //$("#doSearch").button(); //add jquery button styling to 'Go' button +}); + +/** + * Synchronize with the tableOfContents + */ +function syncToc(){ + var a = document.getElementById("webhelp-currentid"); + if (a != undefined) { + var b = a.getElementsByTagName("span")[0]; + + + if (b != undefined) { + //Setting the background for selected node. + //b.setAttribute("style", "color: white; background-color: #a7a9ac;"); + b.style.color = "#FFFFFF"; + b.style.backgroundColor = "#a7a9ac"; + } + + //shows the node related to current content. + //goes a recursive call from current node to ancestor nodes, displaying all of them. + while (a.parentNode && a.parentNode.nodeName) { + var parentNode = a.parentNode; + var nodeName = parentNode.nodeName; + + if (nodeName.toLowerCase() == "ul") { + parentNode.style.display = "block"; + + // Expand the current entry + var u = a.getElementsByTagName("ul")[0]; + if (u) { + u.style.display = "block"; + } + } else if (nodeName.toLocaleLowerCase() == "li") { + parentNode.setAttribute("class", "collapsable"); + parentNode.firstChild.setAttribute("class", "hitarea collapsable-hitarea "); + } + a = parentNode; + } + + if (b != undefined) { + b.scrollIntoView(); + } + } +} + +/** + * Code for Show/Hide TOC + * + */ +function showHideToc() { + var showHideButton = $("#showHideButton"); + var leftNavigation = $("#leftnavigation"); + var content = $("#content"); + + if (showHideButton != undefined && showHideButton.hasClass("pointLeft")) { + //Hide TOC + showHideButton.removeClass('pointLeft').addClass('pointRight'); + content.css("margin", "0 0 0 0"); + leftNavigation.css("display","none"); + showHideButton.attr("title", "Show table of contents"); + } else { + //Show the TOC + showHideButton.removeClass('pointRight').addClass('pointLeft'); + content.css("margin", "0 0 0 315px"); + leftNavigation.css("display","block"); + showHideButton.attr("title", "Hide table of contents"); + } +} + +/** + * Code for searh highlighting + */ +var highlightOn = true; +function searchHighlight(searchText) { + highlightOn = true; + if (searchText != undefined) { + var wList; + var sList = new Array(); //stem list + //Highlight the search terms + searchText = searchText.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, " + + + + 19. Summary of miscellaneous parameters

19. Summary of miscellaneous + parameters

DrakX made smart choices for the + configuration of your system depending on the choices you made and on the + hardware DrakX detected. You can check the settings here and change them if + you want after pressing Configure.

19.1. System parameters

  • Timezone

    DrakX selected a + time zone for you, depending on your preferred language. You can + change it if needed. See also Section 19.5, “Configure your + Timezone”

  • Country / + Region

    If you are not in + the selected country, it is very important that you correct the + setting. See Section 19.6, “Select your Country / + Region”

  • Bootloader

    DrakX has made + good choices for the bootloader setting.

    Do not change + anything, unless you know how to configure Grub and/or Lilo

    For more + information, see Section 17, “Bootloader main + options”

  • User + management

    You can add extra + users here. They will each get their own /home + directories and will not be able to look in your or each other's + documents, mails, pictures and other files.

  • Services:

    System services + refer to those small programs which run the background (daemons). This + tool allows you to enable or disable certain tasks.

    You should check + carefully before changing anything here - a mistake may prevent your + computer from operating correctly.

19.2. Hardware parameters

  • Keyboard:

    This is where + you setup or change your keyboard layout which will depend on your + location, language or type of keyboard.

  • Mouse:

    Here you can add + or configure other pointing devices, tablets, trackballs etc.

  • Sound + card:

    This section + allows you to fine tune your sound card. In most cases the options + selected will work with your computer.

  • Graphical + interface:

    This section + allows you to configure your graphic card(s) and displays.

    For more + information, see Section 16, “Set up X, graphic card and monitor + configuration”.

19.3. Network and Internet + parameters

  • Network:

    You can configure + your network here, but for network cards with non-free drivers it is + better to do that after reboot, in the Mageia Control + Center, after having enabled the non-free media + repositories.

    [Warning]

    When you add a + network card, do not forget to set your firewall to watch that + interface as well.

  • Proxies:

    A Proxy Server + acts as an intermediary between your computer and the wider internet. + This section allows you to configure your computer to utilize a proxy + service.

    You may need to + consult your systems administrator to get the parameters you need to + enter here

19.4. Security

  • Security + Level:

    Here you set the + Security level for your computer, in most cases the default setting + (Standard) is adequate for general use.

    Check the option + which best suits your usage.

  • Firewall:

    A firewall is + intended to be a barrier between your important data and the rascals + out there on the internet who would compromise or steal it.

    Select the + services that you wish to have access to your system. Your selections + will depend on what you use your computer for.

    [Warning]

    Bear in mind + that allowing everything (no firewall) may be very risky.

19.5. Configure your + Timezone

Choose your + time zone by choosing your country or a city close to you in the same time + zone.

In next + screen you can choose to set your hardware clock to local time or to GMT, + also known as UTC.

[Note]

If you have + more than one operating system on your computer, make sure they are all + set to local time, or all to UTC/GMT.

19.6. Select your Country / + Region

Select your country + or region. This is important for all kinds of settings, like the currency + and wireless regulatory domain. Setting the wrong country can lead to not + being able to use a Wireless network.

If your country + isn't in the list, click the Other Countries button + and choose your country / region there.

[Note]

If your country is + only in the Other Countries list, after clicking + OK it may seem a country from the first list was + chosen. Please ignore this, DrakX will follow your real choice.

19.6.1. Input method

In the + Other Countries screen you can also select an input + method (at the bottom of the list). Input methods allow users to input + multilingual characters (Chinese, Japanese, Korean, etc). IBus is the + default input method in Mageia DVDs, Africa/India and Asia/no-India + Live-CDs. For Asian and African locales, IBus will be set as default + input method so users should not need to configure it manually. Other + input methods(SCIM, GCIN, HIME, etc) also provide similar functions and + can be installed if you added HTTP/FTP media before package + selection.

[Note]

If you missed + the input method setup during installation, you can access it after + you boot your installed system via "Configure your Computer" -> + "System", or by running localedrake as root.

19.7. Configure your + Services

Here you can set + which services should (not) start when you boot your system.

There are four + groups, click on the triangle before a group to expand it and see all + services in it.

The setting + DrakX chose are usually good.

If you highlight + a service, some information about it is shown in the info box + below.

Only change + things when you know very well what you are doing.

19.8. Security Level

You can adjust your + security level here.

Leave the default + settings as they are, if you don't know what to choose.

After install, it + will always be possible to adjust your security settings in the + Security part of the Mageia Control Center.

19.9. Summary - Links

[Note]

Clicking the help button may have led you to a wrong section of + this page. Please click on the relevant link below to go to the correct + section, or scroll up to see it.

diff --git a/content/note.png b/content/note.png new file mode 100644 index 00000000..d0c3c645 Binary files /dev/null and b/content/note.png differ diff --git a/content/nwSearchFnt.js b/content/nwSearchFnt.js new file mode 100644 index 00000000..fc12d113 --- /dev/null +++ b/content/nwSearchFnt.js @@ -0,0 +1,513 @@ +/*---------------------------------------------------------------------------- + * JavaScript for webhelp search + *---------------------------------------------------------------------------- + This file is part of the webhelpsearch plugin for DocBook WebHelp + Copyright (c) 2007-2008 NexWave Solutions All Rights Reserved. + www.nexwave.biz Nadege Quaine + http://kasunbg.blogspot.com/ Kasun Gajasinghe + */ + +//string initialization +var htmlfileList = "htmlFileList.js"; +var htmlfileinfoList = "htmlFileInfoList.js"; +var useCJKTokenizing = false; + +/* Cette fonction verifie la validite de la recherche entrre par l utilisateur */ +function Verifie(ditaSearch_Form) { + + // Check browser compatibitily + if (navigator.userAgent.indexOf("Konquerer") > -1) { + + alert(txt_browser_not_supported); + return; + } + + + var expressionInput = document.ditaSearch_Form.textToSearch.value; + //Set a cookie to store the searched keywords + $.cookie('textToSearch', expressionInput); + + + if (expressionInput.length < 1) { + + // expression is invalid + alert(txt_enter_at_least_1_char); + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } + else { + + // Effectuer la recherche + Effectuer_recherche(expressionInput); + + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } +} + +var stemQueryMap = new Array(); // A hashtable which maps stems to query words + +/* This function parses the search expression, loads the indices and displays the results*/ +function Effectuer_recherche(expressionInput) { + + /* Display a waiting message */ + //DisplayWaitingMessage(); + + /*data initialisation*/ + var searchFor = ""; // expression en lowercase et sans les caracte res speciaux + //w = new Object(); // hashtable, key=word, value = list of the index of the html files + scriptLetterTab = new Scriptfirstchar(); // Array containing the first letter of each word to look for + var wordsList = new Array(); // Array with the words to look for + var finalWordsList = new Array(); // Array with the words to look for after removing spaces + var linkTab = new Array(); + var fileAndWordList = new Array(); + var txt_wordsnotfound = ""; + + + /*nqu: expressionInput, la recherche est lower cased, plus remplacement des char speciaux*/ + searchFor = expressionInput.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, "= 0; i--) { + if (fileAndWordList[i] != undefined) { + linkTab.push("

" + txt_results_for + " " + "" + fileAndWordList[i][0].motslisteDisplay + "" + "

"); + + linkTab.push(""); + } + } + } + + var results = ""; + if (linkTab.length > 0) { + /*writeln ("

" + txt_results_for + " " + "" + cleanwordsList + "" + "
"+"

");*/ + results = "

"; + //write("