21/10/20001.94.00KDE Help System User ManualKDE Help SystemThe KDE help system is designed to make accessing the common UNIX help
systems (man and info)
simple, as well as the native KDE documentation (HTML). All base KDE applications come fully documented, thanks to the efforts of
the Documentation team. If you would like to help, please write to the
Documentation coordinator, Mike McBride, at mpmcbride7@yahoo.com
for information. No experience is required, just enthusiasm and patience. If
you would like to help translating KDE Documentation to your native language,
the Translation coordinator is éric Bischoff
e.bischoff@noos.fr, and he would also welcome the help.
More information, including the coordinators for each language team, can be
found on the Internationalisation web
site, and in the Contact section of this
document. Installation&khelpcenter; is an integral part of the KDE Base installation, and is installed
with every copy of KDE. It can be found in the kdebase package, and is
available from the KDE FTP site or will
be found in your linux distributions kdebase package.Invoking Help&khelpcenter; can be called in several ways:From the Help menuThe most common will probably be from within an application.
Choose HelpContents to open that applications help
file, at the contents page.From the K menuChoose the big K in your panel, and select
Help to open &khelpcenter;, starting at the default welcome
page.From the panelThe Kicker panel contains by default
an icon to call &khelpcenter;. Again, the default welcome page is displayed.From the command line&khelpcenter; may be started using a URL to display a
file. URLs have been added for Info
and man pages also. You can use them as
follows:An application help filekhelpcenter
Opens the Kedit help file, at the contents
page.A local urlkhelpcenter
A Man pagekhelpcenter
An Info pagekhelpcenter Invoking khelpcenter with no parameters opens the
default welcome page.The &khelpcenter; interfaceThe &khelpcenter; interface consists of two panes of information, embedded in a
&konqueror; window. This makes navigation simple, and intuitive, using &konqueror;'s own
toolbars, just as you would a website. Additionally, most documents contain
their own navigation tools, enabling you to move either sequentially through a
document, using Next and Previous
links, or to move around in a less structured manner, using hyperlinks. Links
can take you to other parts of the same document, or to a different document,
and you can use the Back (Left pointing arrow) or
Forward (Right pointing arrow) icons on the toolbar to move
through the documents you have viewed in this session.The two panes display the contents of the help system, and the help files
themselves, on the left and right respectively.The Contents paneThe Contents pane in &khelpcenter; is displayed on the left
hand side of the window. As you might expect, you can move the splitter bar, to
make sure you can comfortably read the contents of either pane.The Contents pane is further divided into two tabs, one
containing a menu showing all the help
information &khelpcenter; is aware of, and the other enabling you to Search for specific information.The Contents MenuThe Contents contains the following default
entries:IntroductionWelcome to KDE - an introduction to the K Desktop
Environment.Introduction to KDEThe KDE Quickstart guide. Contains a tour of the KDE Interface
and specific help and tips on how to work smarter with KDE.KDE User's manualThe KDE User's manual is an in depth exploration of KDE,
including installation, configuration and customization, and
use.Application manualsNative KDE application documentation. All KDE applications have
documentation in HTML. This section lists all the KDE
applications with a brief description and a link to the full application
documentation.The applications are displayed in a tree structure that echoes the default
structure of the K menu, making it easy to find the
application you are looking for.System Manual PagesUNIX man pages are the traditional on-line documentation format
for unix systems. Most programs on your system will have a man page. In
addition, man pages exist for programming functions and file
formats.System Info DirectoryTeXinfo documentation is used by many GNU applications,
including gcc (the C/C++ compiler),
emacs, and many others.The KDE FAQFrequently asked questions about KDE, and their
answers.KDE on the webLinks to KDE on the web, both the official KDE website, and
other useful sites.Contact InformationInformation on how to contact KDE developers, and how to join
the KDE mailing lists.Supporting KDEHow to help, and how to get involved.The Search tabSearching requires you have the ht://Dig
application installed. Information on installing and configuring the search
index is available in the document. Configuration of the search index is
performed in the KDE Control Center, by choosing
HelpIndex,
and detailed help is available from this module.For the purposes of this document, we'll assume you already have this set
up and configured.Searching the help files is fairly intuitive, enter the word(s) you wish
to search for in the text box, choose your options (if any), and press
Search. The results display in the viewer pane to the
right.The options available are:MethodChoose how to search for multiple words. If you choose
and, results are returned only if all your search terms are
included in the page. or returns results if
any of the search terms are found, and
boolean lets you search using a combination.Boolean syntax lets you use the operators AND,
OR and NOT to create complex searches.
Some examples:cat and dogSearches for pages which have both the words
cat and dog in them. Pages with
only one or the other will not be returned.cat not dogSearches for pages with cat in them, but
only returns the ones that don't have the word dog in
them.cat or (dog not nose)Searches for pages which contain cat, and
for pages which contain dog but don't contain
nose. Pages which contain both
cat and nose would be returned,
pages containing all three words would not.If your searches are not returning the results you expect, check carefully
you haven't excluded the wrong search term with an errand NOT
or a stray brace.Max. resultsDetermines the maximum number of results returned from your
search.FormatDecide if you want just a short link to the page containing your
search terms, or do you want a longer summary.SortSort the results in order of Score (how
closely your search terms were matched,) alphabetically by
Title or by Date. Selecting the
Reverse order check box, naturally enough, reverses the
sort order of the results.Update indexUpdate the search index, to incorporate new documents, or if you
think your database is incomplete or damaged. This may take some
time.The Man and Info
sectionsMan pages are the standard unix manual pages, and have been in use for
many years on many operating systems. They are extremely thorough, and are the
very best place to get information about most linux commands and
applications. When people say RTFM, the Manual they're referring
to is very often the man page.The man pages are not perfect however. They tend to be in depth, but also
extremely technical, often written by developers, and for developers. In some
cases this makes them somewhat unfriendly, if not downright impossible for many
users to understand. They are however, the best source of solid information on
most commandline applications, and very often the only source.If you've ever wondered what the number is when people write things like
man(1) it means which section of the manual the item is in. You'll see &khelpcenter;
uses the numbers to divide the very many man pages into their own sections,
making it easier for you to find the information you're looking for, if you're
just browsing.Also available are the Info pages, intended to be a replacement for the
man pages. The maintainer of some applications no longer update the man pages,
so if there is both a man page and an info page available, the info page is
probably the most recent. Most applications have one or the other though. If
the application you are looking for help on is a GNU utility,
you will most likely find it has an info page, not a man page.Navigating inside the Info pagesInfo documents are arranged hierarchically with each page called a
node. All info documents have a Top node,
i.e. the opening page. You can return to the
Top of an info document by pressing
Top.Prev & Next are used to
move to the previous/next page at the current level of the hierarchy.Clicking on a menu item within a document moves you to a lower level in
the hierarchy. You may move up the hierarchy by pressing
Up.Man is treated similarly to info, with the section index being the Top
node and each man page on the level below. Man entries are one page long.Credits and Licenses&khelpcenter;Originally developed by Matthias Elter me@kde.orgCurrent maintainer Matthias Hoelzer-Kluepfel
mhk@kde.org
&underFDL;
&underGPL;