From aaeba795fe71dd918c33acab596b732135a04521 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 1 Feb 2014 00:11:17 -0600 Subject: Add new help handbooks, delete obsolete handbooks, fix DocPath in *.desktop files, minor handbook housekeeping. --- doc/kcontrol/display/index.docbook | 1 - doc/kcontrol/displayconfig/index.docbook | 1 - doc/kcontrol/dnssd/CMakeLists.txt | 9 ++ doc/kcontrol/dnssd/Makefile.am | 3 + doc/kcontrol/dnssd/index.docbook | 62 +++++++++++ doc/kcontrol/email/CMakeLists.txt | 12 --- doc/kcontrol/email/Makefile.am | 2 - doc/kcontrol/email/index.docbook | 103 ------------------ doc/kcontrol/iccconfig/index.docbook | 1 - doc/kcontrol/khotkeys/CMakeLists.txt | 9 ++ doc/kcontrol/khotkeys/Makefile.am | 3 + doc/kcontrol/khotkeys/index.docbook | 61 +++++++++++ doc/kcontrol/media/CMakeLists.txt | 9 ++ doc/kcontrol/media/Makefile.am | 3 + doc/kcontrol/media/index.docbook | 61 +++++++++++ doc/kcontrol/passwords/CMakeLists.txt | 12 --- doc/kcontrol/passwords/Makefile.am | 2 - doc/kcontrol/passwords/index.docbook | 84 --------------- doc/kcontrol/privacy/CMakeLists.txt | 9 ++ doc/kcontrol/privacy/Makefile.am | 3 + doc/kcontrol/privacy/index.docbook | 57 ++++++++++ doc/kcontrol/useraccount/CMakeLists.txt | 9 ++ doc/kcontrol/useraccount/Makefile.am | 3 + doc/kcontrol/useraccount/index.docbook | 180 +++++++++++++++++++++++++++++++ doc/kcontrol/useraccount/useraccount.png | Bin 0 -> 44907 bytes doc/kdcop/index.docbook | 1 - doc/tdedebugdialog/index.docbook | 11 -- doc/tdeprintfax/index.docbook | 1 - 28 files changed, 481 insertions(+), 231 deletions(-) create mode 100644 doc/kcontrol/dnssd/CMakeLists.txt create mode 100644 doc/kcontrol/dnssd/Makefile.am create mode 100644 doc/kcontrol/dnssd/index.docbook delete mode 100644 doc/kcontrol/email/CMakeLists.txt delete mode 100644 doc/kcontrol/email/Makefile.am delete mode 100644 doc/kcontrol/email/index.docbook create mode 100644 doc/kcontrol/khotkeys/CMakeLists.txt create mode 100644 doc/kcontrol/khotkeys/Makefile.am create mode 100644 doc/kcontrol/khotkeys/index.docbook create mode 100644 doc/kcontrol/media/CMakeLists.txt create mode 100644 doc/kcontrol/media/Makefile.am create mode 100644 doc/kcontrol/media/index.docbook delete mode 100644 doc/kcontrol/passwords/CMakeLists.txt delete mode 100644 doc/kcontrol/passwords/Makefile.am delete mode 100644 doc/kcontrol/passwords/index.docbook create mode 100644 doc/kcontrol/privacy/CMakeLists.txt create mode 100644 doc/kcontrol/privacy/Makefile.am create mode 100644 doc/kcontrol/privacy/index.docbook create mode 100644 doc/kcontrol/useraccount/CMakeLists.txt create mode 100644 doc/kcontrol/useraccount/Makefile.am create mode 100644 doc/kcontrol/useraccount/index.docbook create mode 100644 doc/kcontrol/useraccount/useraccount.png (limited to 'doc') diff --git a/doc/kcontrol/display/index.docbook b/doc/kcontrol/display/index.docbook index 633ca5379..d51b44dc3 100644 --- a/doc/kcontrol/display/index.docbook +++ b/doc/kcontrol/display/index.docbook @@ -56,5 +56,4 @@ Submitting a basic text file is acceptable as the &tde-team; will convert the te -&documentation.index; diff --git a/doc/kcontrol/displayconfig/index.docbook b/doc/kcontrol/displayconfig/index.docbook index f702155e0..cc14aba53 100644 --- a/doc/kcontrol/displayconfig/index.docbook +++ b/doc/kcontrol/displayconfig/index.docbook @@ -56,5 +56,4 @@ Submitting a basic text file is acceptable as the &tde-team; will convert the te -&documentation.index; diff --git a/doc/kcontrol/dnssd/CMakeLists.txt b/doc/kcontrol/dnssd/CMakeLists.txt new file mode 100644 index 000000000..8b04b8f65 --- /dev/null +++ b/doc/kcontrol/dnssd/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/dnssd ) diff --git a/doc/kcontrol/dnssd/Makefile.am b/doc/kcontrol/dnssd/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/dnssd/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/dnssd/index.docbook b/doc/kcontrol/dnssd/index.docbook new file mode 100644 index 000000000..7b26cc442 --- /dev/null +++ b/doc/kcontrol/dnssd/index.docbook @@ -0,0 +1,62 @@ + + + +]> + + + + + +
+Zeroconf Service Discovery + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Zeroconf Service Discovery module. + + + + +TDE +Zeroconf +dnssd + + + + + +We Apologize +No documentation has yet been written for this module. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; + + + +&documentation.index; +
diff --git a/doc/kcontrol/email/CMakeLists.txt b/doc/kcontrol/email/CMakeLists.txt deleted file mode 100644 index 0fc308755..000000000 --- a/doc/kcontrol/email/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kcontrol/email ) diff --git a/doc/kcontrol/email/Makefile.am b/doc/kcontrol/email/Makefile.am deleted file mode 100644 index 137c9a103..000000000 --- a/doc/kcontrol/email/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = kcontrol/email diff --git a/doc/kcontrol/email/index.docbook b/doc/kcontrol/email/index.docbook deleted file mode 100644 index 4c65c71b6..000000000 --- a/doc/kcontrol/email/index.docbook +++ /dev/null @@ -1,103 +0,0 @@ - - - -]> - -
- - - -&Krishna.Tateneni; &Krishna.Tateneni.mail; -&Jost.Schenck; &Jost.Schenck.mail; -&Mike.McBride; &Mike.McBride.mail; - - - -2002-09-01 -3.1.00 - - -KDE -KControl -email -e-mail - - - - -Email - - - -Introduction - -The email module of the &kcontrol; allows you to enter and save some -basic email information. This information is used when performing functions -related to email within &tde;, for example, when sending bug reports from the -&tde; crash handler application. - -Programs such as &kmail;, which are used for reading and sending -email, may offer many more options for customizing the way in which -email is handled. These options depend upon the specific program being -used. &kmail;, for instance, offers its own configuration -facilities. - -Some of the information needed for configuring email should have -been provided by your internet service provider -(ISP). If you are connected to a local network, then -the system administrator of your network should be able to help -you. - - - - -Use - -&tde; automatically establishes some of the information for this control module -using the -login information on the system. You will need to enter the remaining information. -Looking at the page from top to -bottom, the options are: - - - -Full name -Type your full name as you would like it to appear in the email -messages that you send. - - - -Organization -If you work for a company or -organization, you can enter its name in this text box. - - - -Email address -To be able to use email, you must enter your email -address here. - - - -Reply-to address -If replies to your email messages should be sent to a different -address, you can enter that address in this text box. - - - - - - -
- - - diff --git a/doc/kcontrol/iccconfig/index.docbook b/doc/kcontrol/iccconfig/index.docbook index 4f90cc4ba..4b1ff59d0 100644 --- a/doc/kcontrol/iccconfig/index.docbook +++ b/doc/kcontrol/iccconfig/index.docbook @@ -56,5 +56,4 @@ Submitting a basic text file is acceptable as the &tde-team; will convert the te -&documentation.index; diff --git a/doc/kcontrol/khotkeys/CMakeLists.txt b/doc/kcontrol/khotkeys/CMakeLists.txt new file mode 100644 index 000000000..794c8b9ca --- /dev/null +++ b/doc/kcontrol/khotkeys/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/khotkeys ) diff --git a/doc/kcontrol/khotkeys/Makefile.am b/doc/kcontrol/khotkeys/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/khotkeys/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/khotkeys/index.docbook b/doc/kcontrol/khotkeys/index.docbook new file mode 100644 index 000000000..709fac04b --- /dev/null +++ b/doc/kcontrol/khotkeys/index.docbook @@ -0,0 +1,61 @@ + + + +]> + + + + + +
+Input Actions + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Input Actions module. + + + + +TDE +storage +media + + + + + +We Apologize +No documentation has yet been written for this module. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; + + + +
diff --git a/doc/kcontrol/media/CMakeLists.txt b/doc/kcontrol/media/CMakeLists.txt new file mode 100644 index 000000000..c74597dd6 --- /dev/null +++ b/doc/kcontrol/media/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/media ) diff --git a/doc/kcontrol/media/Makefile.am b/doc/kcontrol/media/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/media/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/media/index.docbook b/doc/kcontrol/media/index.docbook new file mode 100644 index 000000000..67082b508 --- /dev/null +++ b/doc/kcontrol/media/index.docbook @@ -0,0 +1,61 @@ + + + +]> + + + + + +
+Storage Media + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Storage Media module. + + + + +TDE +storage +media + + + + + +We Apologize +No documentation has yet been written for this module. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; + + + +
diff --git a/doc/kcontrol/passwords/CMakeLists.txt b/doc/kcontrol/passwords/CMakeLists.txt deleted file mode 100644 index ffcedb07a..000000000 --- a/doc/kcontrol/passwords/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kcontrol/passwords ) diff --git a/doc/kcontrol/passwords/Makefile.am b/doc/kcontrol/passwords/Makefile.am deleted file mode 100644 index 6c8d0b013..000000000 --- a/doc/kcontrol/passwords/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = kcontrol/passwords diff --git a/doc/kcontrol/passwords/index.docbook b/doc/kcontrol/passwords/index.docbook deleted file mode 100644 index b2be11f36..000000000 --- a/doc/kcontrol/passwords/index.docbook +++ /dev/null @@ -1,84 +0,0 @@ - - - -]> - -
- - - -&Krishna.Tateneni; &Krishna.Tateneni.mail; - - - -2003-10-16 -3.2 - - -KDE -KControl -password - - - - - -Passwords - - -Introduction - -This module of the &kcontrol; gives you options for configuring the way in -which the &tdesu; program treats passwords. &tdesu; will ask you for a password -when you try to carry out some privileged actions, such as changing the -date/time stored in your system clock, or adding new users on your -computer. - -Privileged actions such as those described above can only be -carried out by root or a -user with administrator permissions on your system. You will need to -enter the password for the root account when you want to carry out -such actions. - -The options in this module do not affect the behavior of -passwords in other programs such as &kmail;. - - - - - -Use - -There are two configuration options for passwords. The first is -to control the visual feedback that you receive when you type a -password. The actual characters in the password are never shown on the -screen. You can choose to have each character represented by a -* character. If you want to make it harder for someone -who might be watching your screen to figure out how many characters -there are in the password, you can choose to have each character in -the password be represented by three asterisks rather than just -one. Still another option is not to have any visual feedback at all, -so nothing appears on the screen when you type a password. - -If you work in a reasonably secure environment, you can check -the option labeled Remember Passwords, and then -choose a time period in minutes using the spinner labeled -Timeout. (You can either type a number between 5 -and 1200 minutes, or use the arrows on the spinner.) - -If the Remember passwords option has been selected, -tdesu will not ask you for a password for the length -of time specified, after you have given the password once. Keep in mind, -however, that this makes your workstation less secure. - -You should avoid selecting the Remember -passwords option if you are working in an insecure area, such as a -publicly accessible workstation. Also, note that choosing a shorter timeout may -be better if you are in a less secure environment. - - - - -
\ No newline at end of file diff --git a/doc/kcontrol/privacy/CMakeLists.txt b/doc/kcontrol/privacy/CMakeLists.txt new file mode 100644 index 000000000..69d26f8a7 --- /dev/null +++ b/doc/kcontrol/privacy/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/privacy ) diff --git a/doc/kcontrol/privacy/Makefile.am b/doc/kcontrol/privacy/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/privacy/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/privacy/index.docbook b/doc/kcontrol/privacy/index.docbook new file mode 100644 index 000000000..fa3bcd5ce --- /dev/null +++ b/doc/kcontrol/privacy/index.docbook @@ -0,0 +1,57 @@ + + + +]> + +
+Privacy + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Privacy module. + + + + +TDE +privacy + + + + + +Privacy Settings + +This module provides a quick way to delete files in your &tde; profile directory to +protect your privacy. + +Various file locations are listed that contain data related to your privacy. Each item +can be selected individually. All items can be selected using the Select All +button or none with the Select None button. + +After selecting the desired file locations, select the Clean Up button +To clean or scrub the contents of the affected files. + +The selection preferences can be saved by selecting the Apply button. + +&underFDL; + + + +
diff --git a/doc/kcontrol/useraccount/CMakeLists.txt b/doc/kcontrol/useraccount/CMakeLists.txt new file mode 100644 index 000000000..c05285927 --- /dev/null +++ b/doc/kcontrol/useraccount/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/useraccount ) diff --git a/doc/kcontrol/useraccount/Makefile.am b/doc/kcontrol/useraccount/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/useraccount/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/useraccount/index.docbook b/doc/kcontrol/useraccount/index.docbook new file mode 100644 index 000000000..4b8c66d0f --- /dev/null +++ b/doc/kcontrol/useraccount/index.docbook @@ -0,0 +1,180 @@ + + + +]> + +
+Password & User Account + + + + +Michael +Anderson + + +Anne-Marie +Mahfouf + +&tde-authors; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +2010 +Michael Anderson +Anne-Marie Mahfouf + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Password & User Account module. + + + + +TDE +System Settings +kcontrol +user +account +password + + + + + +User Information + +Introduction + + + +Screenshot of the User Account Manager + + + + + + The User Account Manager + + + + + +This is a module to enter user information and configure basic user settings such as +the password and icon. This information and these settings will be used by various &tde; +applications (mail programs and word processors for example) when they are completed. You can: + + +change your user icon +change your user login password +add personal information +configure the password prompt + + + + + +User Icon and Password + + +User Icon + + +This icon is used when the user logs in using a login manager. When your administrator +has configured the login manager to allow this option, selecting the button allows you +to change the image, either by using a pre-installed icons or selecting one of your own images. +Select the Apply to make the changes permanent. + + + + + + + + +User Information + + +Name: + + +Enter here the name of the user. + + + + +Organization + + +Add a business or group name the user would like to be associated with. + + + +Email address: + + +Enter here an email address that will be associated with this user. + + + +SMTP server: + + +Indicate here a local smtp server for sending mail within a network. + + + +User ID + + +This is an information only, providing you the User ID assigned to you. This number is +defined in /etc/passwd and was defined when your user account was created. + + + + + + + + +At Password Prompt + + +This section allows you to choose how you want to input your password when prompted. +The default is to have one bullet appear for each letter typed. That can be changed +to three bullets for each letter, which making guessing the length of the password +more difficult letters when somebody else is watching. Even more secure is to display +nothing while typing the password. + + + + + +Change Password + + +Change password... + + +Selecting this button displays a dialog to change your user password. Your user password +is the one you log in your system. You will be asked for your current password then twice +for your new password. + + + + + + + + +
diff --git a/doc/kcontrol/useraccount/useraccount.png b/doc/kcontrol/useraccount/useraccount.png new file mode 100644 index 000000000..812313f27 Binary files /dev/null and b/doc/kcontrol/useraccount/useraccount.png differ diff --git a/doc/kdcop/index.docbook b/doc/kdcop/index.docbook index 31c237c0a..9926fe022 100644 --- a/doc/kdcop/index.docbook +++ b/doc/kdcop/index.docbook @@ -60,5 +60,4 @@ Submitting a basic text file is acceptable as the &tde-team; will convert the te -&documentation.index; diff --git a/doc/tdedebugdialog/index.docbook b/doc/tdedebugdialog/index.docbook index e23d599af..d0682bf23 100644 --- a/doc/tdedebugdialog/index.docbook +++ b/doc/tdedebugdialog/index.docbook @@ -120,15 +120,4 @@ ones are restored. -&documentation.index; - - - diff --git a/doc/tdeprintfax/index.docbook b/doc/tdeprintfax/index.docbook index 438dd4beb..a9134d6fa 100644 --- a/doc/tdeprintfax/index.docbook +++ b/doc/tdeprintfax/index.docbook @@ -60,5 +60,4 @@ Submitting a basic text file is acceptable as the &tde-team; will convert the te -&documentation.index; -- cgit v1.2.3