diff options
Diffstat (limited to 'doc/kate-plugins/htmltools.docbook')
-rw-r--r-- | doc/kate-plugins/htmltools.docbook | 84 |
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>[email protected]</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>[email protected]</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: +--> |