summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates/templates/docbookchapter.xml.katetemplate
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 /kate/filetemplates/templates/docbookchapter.xml.katetemplate
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 'kate/filetemplates/templates/docbookchapter.xml.katetemplate')
-rw-r--r--kate/filetemplates/templates/docbookchapter.xml.katetemplate75
1 files changed, 75 insertions, 0 deletions
diff --git a/kate/filetemplates/templates/docbookchapter.xml.katetemplate b/kate/filetemplates/templates/docbookchapter.xml.katetemplate
new file mode 100644
index 0000000..581682c
--- /dev/null
+++ b/kate/filetemplates/templates/docbookchapter.xml.katetemplate
@@ -0,0 +1,75 @@
+katetemplate: Template=Kate Plugin Docbook Chapter DocumentName=chapter%N.docbook
+katetemplate: Group=Documentation highlight=XML
+katetemplate: Description=This creates a suitable beginning of a docbook chapter for a Kate plugin.
+katetemplate: Author= Anders Lund <anders@alweb.dk>
+<chapter id="${cursor}">
+<chapterinfo>
+
+<title>${title}</title>
+
+<authorgroup>
+<author>
+<firstname>%{firstname}</firstname>
+<surname>%{lastname}</surname>
+<affiliation>
+<address><email>%{email}</email></address>
+</affiliation>
+</author>
+</authorgroup>
+<date>%{date}</date>
+<releaseinfo></releaseinfo>
+
+<abstract>
+<para></para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>kate</keyword>
+<keyword></keyword>
+<keyword></keyword>
+</keywordset>
+</chapterinfo>
+
+<title>Introduction</title>
+
+<para></para>
+
+<sect1 id="PROJECT-menu">
+<title>Menu Structure</title>
+
+<variablelist>
+<varlistentry>
+<term>
+<menuchoice>
+<guimenu>Tools</guimenu>
+<guimenuitem>Validate XML</guimenuitem>
+</menuchoice>
+</term>
+<listitem><para></para></listitem>
+</varlistentry>
+</variablelist>
+
+</sect1>
+
+<sect1 id="PROJECT-thanks-and-acknowledgements">
+<title>Thanks and Acknowledgments</title>
+
+<para>
+&kate; Plugin <quote>PROJECT</quote> copyright %{year} %{fullname}
+<email>%{email}</email>.
+</para>
+
+<para>
+Documentation copyright %{year} %{fullname}
+</para>
+
+<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
+
+<!-- &underFDL; -->
+&underGPL;
+
+</sect1>
+</chapter>
+
+<!-- kate: wordwrap on; -->