summaryrefslogtreecommitdiffstats
path: root/doc/kate-plugins/htmltools.docbook
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit84da08d7b7fcda12c85caeb5a10b4903770a6f69 (patch)
tree2a6aea76f2dfffb4cc04bb907c4725af94f70e72 /doc/kate-plugins/htmltools.docbook
downloadtdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.tar.gz
tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kate-plugins/htmltools.docbook')
-rw-r--r--doc/kate-plugins/htmltools.docbook84
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/kate-plugins/htmltools.docbook b/doc/kate-plugins/htmltools.docbook
new file mode 100644
index 0000000..e8c48fa
--- /dev/null
+++ b/doc/kate-plugins/htmltools.docbook
@@ -0,0 +1,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:
+-->