You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
2.8 KiB
120 lines
2.8 KiB
15 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY irkick "<application>IRKick</application>">
|
||
12 years ago
|
<!ENTITY tdelirc "<application>TDE LIRC</application>">
|
||
15 years ago
|
<!ENTITY kappname "&irkick;">
|
||
13 years ago
|
<!ENTITY package "tdeutils">
|
||
15 years ago
|
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
||
|
<!ENTITY % addindex "IGNORE">
|
||
|
]>
|
||
|
|
||
|
<book lang="&language;">
|
||
|
<bookinfo>
|
||
|
|
||
12 years ago
|
<title>&irkick;: The TDE LIRC Server Handbook</title>
|
||
15 years ago
|
|
||
|
<authorgroup>
|
||
|
<author>
|
||
|
<firstname>Gav</firstname>
|
||
|
<surname>Wood</surname>
|
||
|
<affiliation>
|
||
|
<address><email>gav@kde.org</email></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||
|
</authorgroup>
|
||
|
|
||
|
<date>2004-01-02</date>
|
||
|
<releaseinfo>1.0</releaseinfo>
|
||
|
|
||
|
<copyright>
|
||
|
<year>2004</year>
|
||
|
<holder>Gav Wood</holder>
|
||
|
</copyright>
|
||
|
|
||
|
<legalnotice>&FDLNotice;</legalnotice>
|
||
|
|
||
12 years ago
|
<abstract><para>&tdelirc; is the infrastructure for the TDE's
|
||
15 years ago
|
Infrared Remote Control functionality; &irkick; is the server
|
||
|
component of that infrastructure.</para></abstract>
|
||
|
|
||
|
<keywordset>
|
||
12 years ago
|
<keyword>TDE</keyword>
|
||
15 years ago
|
<keyword>irkick</keyword>
|
||
12 years ago
|
<keyword>tdelirc</keyword>
|
||
15 years ago
|
<keyword>kcmlirc</keyword>
|
||
|
<keyword>lirc</keyword>
|
||
|
</keywordset>
|
||
|
|
||
|
</bookinfo>
|
||
|
|
||
|
<chapter id="introduction">
|
||
|
<title>Introduction</title>
|
||
|
|
||
|
<para>
|
||
|
&irkick; is a background server that provides the 'glue' between
|
||
13 years ago
|
the operating system and your TDE applications for the purpose of
|
||
|
controlling TDE applications with your infrared remote controls.
|
||
15 years ago
|
</para>
|
||
|
|
||
|
<para>
|
||
|
It has a configuration tool, which may be accessed either by the
|
||
11 years ago
|
Trinity Control Center or directly from the menu of &irkick;.
|
||
15 years ago
|
</para>
|
||
|
|
||
|
<sect1 id="requirements">
|
||
|
<title>Requirements</title>
|
||
|
|
||
|
<para>
|
||
12 years ago
|
For the TDELirc framework to be utilised you must have setup a LIRC
|
||
|
on your TDE machine. If it is properly set up, the &irkick; icon in
|
||
15 years ago
|
the system tray will light up red. If not, it will be grey and crossed
|
||
|
out.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
For more information about LIRC, visit their website at http://www.lirc.org.
|
||
|
</para>
|
||
|
|
||
|
</sect1>
|
||
|
</chapter>
|
||
|
|
||
|
<chapter id="using-irkick">
|
||
|
<title>Using &irkick;</title>
|
||
|
|
||
|
<para>
|
||
|
&irkick; provides one main function: When a button on a remote control is
|
||
|
pressed, it will temporarily become lit up. Aside from this &irkick; does
|
||
|
little for the user directly aside from telling them of the activity of their
|
||
|
remote controls.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
12 years ago
|
Using the right-mouse-button menu, you can configure the TDE infrared remote
|
||
15 years ago
|
control framework.
|
||
|
</para>
|
||
|
|
||
|
</chapter>
|
||
|
|
||
|
<chapter id="credits">
|
||
|
<title>Credits and Licenses</title>
|
||
|
|
||
12 years ago
|
<para>&tdelirc;: The TDE LIRC Framework Copyright (c) 2004 Gav Wood
|
||
15 years ago
|
<email>gav@kde.org</email>.</para>
|
||
|
|
||
|
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
||
|
|
||
|
&underFDL;
|
||
|
&underGPL;
|
||
|
|
||
|
</chapter>
|
||
|
|
||
|
<appendix id="installation">
|
||
|
<title>Installation</title>
|
||
|
|
||
|
&install.intro.documentation;
|
||
|
&install.compile.documentation;
|
||
|
|
||
|
</appendix>
|
||
|
</book>
|