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.
85 lines
1.7 KiB
85 lines
1.7 KiB
<chapter id="htmltools">
|
|
<chapterinfo>
|
|
|
|
<title><acronym>HTML</acronym> Tools </title>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Francis</firstname>
|
|
<surname>Giannaros</surname>
|
|
<affiliation>
|
|
<address><email>francisg@gmail.com</email></address>
|
|
</affiliation>
|
|
</author>
|
|
</authorgroup>
|
|
<date>2002-05-15</date>
|
|
<releaseinfo>1.00.00</releaseinfo>
|
|
<abstract>
|
|
<para>
|
|
A plugin to help with the insertion of &HTML; elements.
|
|
</para>
|
|
</abstract>
|
|
|
|
<keywordset>
|
|
<keyword>KDE</keyword>
|
|
<keyword>kate</keyword>
|
|
<keyword>html</keyword>
|
|
</keywordset>
|
|
</chapterinfo>
|
|
|
|
<title>Introduction</title>
|
|
|
|
<para>This plugin will open a dialog which will prompt your for a &HTML;
|
|
tag
|
|
name.
|
|
Attributes and values to be put in the opening tag should be entered
|
|
<userinput><replaceable>attribute-name</replaceable>="<replaceable>attribute-value</replaceable>"</userinput>.
|
|
After pressing &Enter;, the opening -- and respective closing -- tag
|
|
will be placed into the document.</para>
|
|
|
|
<sect1 id="htmltools-menu">
|
|
<title>Menu Structure</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<guimenu>Tools</guimenu>
|
|
<guimenuitem>HTML Tag...</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem><para>This will open the dialogue as described above.</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect1>
|
|
|
|
<sect1 id="htmltools-thanks-and-acknowledgements">
|
|
<title>Thanks and Acknowledgments</title>
|
|
|
|
<para>
|
|
&kate; Plugin <quote>HTML Tools</quote> copyright 2002 Joseph Wenninger
|
|
<email>kde@jowenn.at</email>.
|
|
</para>
|
|
|
|
<para>
|
|
Documentation copyright 2005 Francis Giannaros
|
|
</para>
|
|
|
|
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
|
|
|
<!-- &underFDL; -->
|
|
&underGPL;
|
|
|
|
</sect1>
|
|
|
|
</chapter>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-omittag: nil
|
|
sgml-shorttag: t
|
|
End:
|
|
-->
|