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.
139 lines
3.2 KiB
139 lines
3.2 KiB
<?xml version="1.0" ?>
|
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
|
<!ENTITY kappname "&kate;">
|
|
<!ENTITY doc-filetemplates SYSTEM "filetemplates.docbook">
|
|
<!ENTITY doc-htmltools SYSTEM "htmltools.docbook">
|
|
<!ENTITY doc-insertcommand SYSTEM "insertcommand.docbook">
|
|
<!ENTITY doc-openheader SYSTEM "openheader.docbook">
|
|
<!ENTITY doc-projectmanager SYSTEM "projectmanager.docbook">
|
|
<!ENTITY doc-textfilter SYSTEM "textfilter.docbook">
|
|
<!ENTITY doc-xmltools SYSTEM "xmltools.docbook">
|
|
<!ENTITY doc-xmlcheck SYSTEM "xmlcheck.docbook">
|
|
<!ENTITY doc-sort SYSTEM "sort.docbook">
|
|
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
|
]>
|
|
|
|
<book lang="&language;">
|
|
<bookinfo>
|
|
<title>The &kate; Plugins Handbook</title>
|
|
|
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
|
|
|
<date>&tde-release-date;</date>
|
|
<releaseinfo>&tde-release-version;</releaseinfo>
|
|
|
|
<copyright>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<holder> </holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>&tde-copyright-date;</year>
|
|
<holder>&tde-team;</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>&FDLNotice;</legalnotice>
|
|
|
|
<abstract>
|
|
<para>
|
|
This is the handbook for the plugins for &kate;, &tde;'s Advanced Text Editor.
|
|
</para>
|
|
</abstract>
|
|
|
|
<keywordset>
|
|
<keyword>TDE</keyword>
|
|
<keyword>tdeaddons</keyword>
|
|
<keyword>Kate</keyword>
|
|
<keyword>Plugins</keyword>
|
|
</keywordset>
|
|
|
|
</bookinfo>
|
|
|
|
<chapter id="introduction">
|
|
<title>&kate; plugins</title>
|
|
|
|
<para>
|
|
&kate; plugins are additional functions for the &kate; editor. They can
|
|
add extra menus and shortcuts, and extend &kate;'s features. You can
|
|
install as many or as few as you like, from within &kate;.
|
|
Open &kate;'s configuration dialog with
|
|
<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &kate;...</guimenuitem></menuchoice>.
|
|
Select <menuchoice><guimenu>Application</guimenu><guimenuitem>Plugins</guimenuitem></menuchoice> to
|
|
choose the wanted plugins.
|
|
</para>
|
|
|
|
<para>
|
|
More information on using &kate; and enabling the plugins you want is
|
|
available in the &kate; handbook.
|
|
</para>
|
|
|
|
<para>
|
|
The plugins installed in this handbook are:
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><link linkend="xmltools">&XML; Completion</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="xmlcheck">&XML; Validation</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="insertcommand">Insert Command</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="htmltools">&HTML; Tools</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="openheader">Open Header</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="textfilter">Text Filter</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="filetemplates">File Templates</link></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><link linkend="sort">Sort</link></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</chapter>
|
|
|
|
&doc-xmltools;
|
|
&doc-xmlcheck;
|
|
&doc-insertcommand;
|
|
&doc-htmltools;
|
|
&doc-openheader;
|
|
&doc-textfilter;
|
|
&doc-filetemplates;
|
|
&doc-sort;
|
|
|
|
<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:
|
|
-->
|