diff options
author | Slávek Banko <[email protected]> | 2020-04-06 16:32:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 16:32:39 +0200 |
commit | e23e39a945e6c1a4af2e9356750098c1ba22d397 (patch) | |
tree | 89f6b847114448d4da5477f6b91778e49ead05b9 /doc/en/introduction.docbook | |
parent | 7bca2bf90a04a90e12e6670d4a8799561ea72d20 (diff) | |
download | kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.tar.gz kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2aaaa10f3fbb11dfda73aee7b6ca2ca9307be427)
Diffstat (limited to 'doc/en/introduction.docbook')
-rw-r--r-- | doc/en/introduction.docbook | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/en/introduction.docbook b/doc/en/introduction.docbook new file mode 100644 index 0000000..629a78d --- /dev/null +++ b/doc/en/introduction.docbook @@ -0,0 +1,25 @@ +<chapter id="introduction"> +<title>Overview</title> + +<para>&kiosktool; is a &kde; administration tool that offers system administrators an easy way to +predefine desktop configurations for groups of users, lock down settings or otherwise +restrict features of the &kde; desktop environment.</para> + +<para>&kiosktool; takes advantage of KDE's KIOSK restrictions framework. It is centered around +<link linkend="profiles">profiles</link>. A profile is a collection of default settings and +restrictions that can be applied to either individual users or groups of users.</para> + +<para>Typical usage of &kiosktool; is to +<link linkend="profile-create">create a new profile</link>, +then to <link linkend="profile-setup">set up the profile</link> with the desired +default settings and restrictions, and finally to activate the profile by +<link linkend="profile-assign">assigning the profile</link> to one or more users. +</para> + +<para> +When using &kiosktool; in combination with older versions of &kde; (KDE 3.2 or older) +some <link linkend="extra-steps">additional steps</link> need to be taken in order +to properly activate the profiles. +</para> + +</chapter> |