summaryrefslogtreecommitdiffstats
path: root/doc/kate-plugins/htmltools.docbook
blob: e8c48fafbc8d4ec976e90e1d22f7666238979d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<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:
-->