summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates/templates/docbookchapter.xml.katetemplate
blob: 68e6fe32130c5070178ed6963135caf84115ff88 (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
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>