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.
178 lines
3.3 KiB
178 lines
3.3 KiB
13 years ago
|
<?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 % Italian "INCLUDE"
|
||
|
> <!-- change language only here -->
|
||
|
]>
|
||
|
|
||
|
<book lang="&language;">
|
||
|
<bookinfo>
|
||
|
<title
|
||
|
>Manuale dei plugin di &kate;</title>
|
||
|
|
||
|
<othercredit role="translator"
|
||
|
><firstname
|
||
|
>Federico</firstname
|
||
|
><surname
|
||
|
>Zenith</surname
|
||
|
><affiliation
|
||
|
><address
|
||
|
><email
|
||
|
>federico.zenith@member.fsf.org</email
|
||
|
></address
|
||
|
></affiliation
|
||
|
><contrib
|
||
|
>Traduzione della documentazione</contrib
|
||
|
></othercredit
|
||
|
>
|
||
|
|
||
|
<date
|
||
|
>2006-02-24</date>
|
||
|
<releaseinfo
|
||
|
>3.5.1</releaseinfo
|
||
|
> <!-- Used KDE version here -->
|
||
|
|
||
|
<copyright>
|
||
|
<year
|
||
|
>2001</year>
|
||
|
<year
|
||
|
>2002</year>
|
||
|
|
||
|
</copyright>
|
||
|
|
||
|
<legalnotice
|
||
|
>&FDLNotice;</legalnotice>
|
||
|
|
||
|
<abstract>
|
||
|
<para
|
||
|
>Questo è il manuale dei plugin di &kate;, l'editor di testo avanzato di &kde;. </para>
|
||
|
</abstract>
|
||
|
|
||
|
<keywordset>
|
||
|
<keyword
|
||
|
>KDE</keyword>
|
||
|
<keyword
|
||
13 years ago
|
>tdeaddons</keyword>
|
||
13 years ago
|
<keyword
|
||
|
>Kate</keyword>
|
||
|
<keyword
|
||
|
>Plugin</keyword>
|
||
|
</keywordset>
|
||
|
|
||
|
</bookinfo>
|
||
|
|
||
|
<chapter id="introduction">
|
||
|
<title
|
||
|
>Plugin di &kate;</title>
|
||
|
|
||
|
<para
|
||
|
>I plugin di &kate; sono funzioni aggiuntive per l'editor &kate;. Possono aggiungere nuovi menu e scorciatoie, ed estendere le funzioni di &kate;. Puoi installarne quanti ne vuoi dall'interno di &kate;. Apri la finestra di configurazione di &kate; con <menuchoice
|
||
|
><guimenu
|
||
|
>Impostazioni</guimenu
|
||
|
><guimenuitem
|
||
|
>Configura Kate...</guimenuitem
|
||
|
></menuchoice
|
||
|
>. Seleziona <menuchoice
|
||
|
><guimenu
|
||
|
>Applicazione</guimenu
|
||
|
><guimenuitem
|
||
|
>Plugin</guimenuitem
|
||
|
></menuchoice
|
||
|
> per scegliere i plugin che vuoi. </para>
|
||
|
|
||
|
<para
|
||
|
>Si possono trovare ulteriori informazioni sull'uso di &kate; e sull'attivazione dei plugin che vuoi nel manuale di &kate;. </para>
|
||
|
|
||
|
<para
|
||
|
>I plugin installati in questo manuale sono: </para>
|
||
|
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="xmltools"
|
||
|
>Completamento &XML;</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="xmlcheck"
|
||
|
>Validazione &XML;</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="insertcommand"
|
||
|
>Inserisci comando</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="htmltools"
|
||
|
>Strumenti &HTML;</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="openheader"
|
||
|
>Apri header</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="textfilter"
|
||
|
>Filtro di testo</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
><link linkend="filetemplates"
|
||
|
>Modelli di file</link
|
||
|
></para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
</chapter>
|
||
|
|
||
|
&doc-xmltools;
|
||
|
&doc-xmlcheck;
|
||
|
&doc-insertcommand;
|
||
|
&doc-htmltools;
|
||
|
&doc-openheader;
|
||
|
&doc-textfilter;
|
||
|
&doc-filetemplates;
|
||
|
|
||
|
<chapter id="credits">
|
||
|
<title
|
||
|
>Riconoscimenti e licenza</title>
|
||
|
|
||
|
<para
|
||
|
>I diritti d'autore per ogni applicazione sono elencati nel capitolo relativo. </para>
|
||
|
&underFDL; &underGPL; </chapter>
|
||
|
|
||
|
<!--
|
||
|
<appendix id="installation">
|
||
|
<title
|
||
|
>Installation</title>
|
||
|
<para
|
||
|
>To be written
|
||
|
</para>
|
||
|
</appendix>
|
||
|
-->
|
||
|
|
||
|
</book>
|
||
|
|
||
|
<!--
|
||
|
Local Variables:
|
||
|
mode: sgml
|
||
|
End:
|
||
|
-->
|