diff options
Diffstat (limited to 'doc/kicker-applets/index.docbook')
-rw-r--r-- | doc/kicker-applets/index.docbook | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/doc/kicker-applets/index.docbook b/doc/kicker-applets/index.docbook new file mode 100644 index 0000000..82a61a8 --- /dev/null +++ b/doc/kicker-applets/index.docbook @@ -0,0 +1,113 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" +"dtd/kdex.dtd" [ + <!ENTITY doc-ktimemon SYSTEM "ktimemon.docbook"> + <!ENTITY doc-kolourpicker SYSTEM "kolourpicker.docbook"> + <!ENTITY ktimemon "<application>KTimemon</application>"> + <!ENTITY kolourpicker "<application>KolourPicker</application>"> +<!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<book lang="&language;"> +<bookinfo> +<title>The &kicker; Applets Handbook</title> + +<authorgroup> +<author> +<firstname> </firstname> +<surname> </surname> +<affiliation><address><email> +</email></address></affiliation> +</author> +</authorgroup> + +<!-- TRANS:ROLES_OF_TRANSLATORS --> + +<date>2001-05-12</date> +<releaseinfo>2.20.00</releaseinfo> <!-- Used Kicker version here --> + +<copyright> +<year>2001</year> +<holder> </holder> +</copyright> + +<legalnotice>&FDLNotice;</legalnotice> + +<abstract> +<para> +This is the handbook for the addon applets for &kicker;, &kde;'s panel. +</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>kdeaddons</keyword> +<keyword>Kicker</keyword> +<keyword>Applets</keyword> +</keywordset> + +</bookinfo> + +<chapter id="introduction"> +<title>&kicker; applets</title> + +<para> +Applets are small applications running inside of &kicker;. Almost +everything besides the application starter buttons are applets. They can +be added from the <guimenu>context</guimenu> menu or from the submenu +<guisubmenu>Configure Panel</guisubmenu> by choosing +<guisubmenu>Add</guisubmenu> and the <guimenuitem>Applet</guimenuitem>. +</para> + +<para> +More information on the use of &kicker; and on the base set of applets +that come with &kicker;, can be found in the &kicker; handbook. +</para> + +<para> +The Applets described in this handbook are: +</para> + +<itemizedlist> +<listitem> +<para><link linkend="kolourpicker">&kolourpicker;</link></para> +</listitem> +<listitem> +<para><link linkend="ktimemon">&ktimemon;</link></para> +</listitem> +</itemizedlist> + +</chapter> + +&doc-kolourpicker; +&doc-ktimemon; + +<chapter id="credits"> +<title>Credits and License</title> + +<para> +Copyrights for each applet is listed in the applicable chapter. +</para> + +&underFDL; +&underGPL; + +</chapter> + +<appendix id="installation"> +<title>Installation</title> + +<para> +To be written +</para> + +</appendix> + + +</book> + +<!-- +Local Variables: +mode: sgml +End: +--> |