summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs/tdesdk/kapptemplate/man-kapptemplate.1.docbook
blob: b467226ec57119401bd5a37a7218e46889d6c6a5 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY % German "INCLUDE">
]>

<refentry lang="&language;">
<refentryinfo>
<author
><personname
><firstname
>Ben</firstname
><surname
>Burton</surname
></personname
> <email
></email
></author>
<date
>12. April 2003</date>
</refentryinfo>

<refmeta>
<refentrytitle
><command
>kapptemplate</command
></refentrytitle>
<manvolnum
>1</manvolnum>
</refmeta>

<refnamediv>
<refname
><command
>kapptemplate</command
></refname>
<refpurpose
>Erzeugt ein Grundgerüst für die Entwicklung einer KDE-Anwendung</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis
><command
>kapptemplate</command
> <group
><option
>--noinit</option
></group
> <group
><option
>--default</option
></group
> <group
><option
>--full-app</option
></group
> <group
><option
>--kpart-app</option
></group
> <group
><option
>--kpart-plugin</option
></group
> <group
><option
>--existing</option
></group
> <group
><option
>--help</option
></group
> </cmdsynopsis>
</refsynopsisdiv>

<refsect1>
<title
>Beschreibung</title>

<para
>Das Shell-Skript <command
>kapptemplate</command
> erzeugt das nötige Grundgerüst für verschiedene &kde;-Anwendungen. Dabei kümmert es sich um autoconf/automake-Code und erzeugt eine Grundversion des Programms mit einem Beispiel, wie eine entsprechenden Anwendung aussehen könnte. </para>

<para
>Dieses Werkzeug ist ein Teil des &kde; Software-Entwicklungs-Kit. </para>

</refsect1>

<refsect1>
<title
>Optionen</title>

<variablelist>
<title
>Allgemeine Optionen</title>
<varlistentry>
<term
><option
>--help</option
></term>
<listitem
><para
>Zeigt eine vollständige Zusammenfassung der Optionen an. </para
></listitem>
</varlistentry>
<varlistentry>
<term
><option
>--no-init</option
></term>
<listitem
><para
>Führt nicht <command
>make</command
> <option
>-f</option
> <parameter
>Makefile.cvs</parameter
></para>
</listitem>
</varlistentry>
<varlistentry>
<term
><option
>--default</option
></term>
<listitem
><para
>Benutzt die Voreinstellungen anstatt nachzufragen</para
></listitem>
</varlistentry>
</variablelist>

<variablelist>
<title
>Vorlagen-Arten</title>
<varlistentry>
<term
><option
>--full-app</option
></term>
<listitem
><para
>Erzeugt eine voll funktionsfähige KDE-Anwendung. </para
></listitem>
</varlistentry>
<varlistentry>
<term
><option
>--kpart-app</option
></term>
<listitem
><para
>Erzeugt eine voll funktionsfähige einbettungsfähige KDE-Komponente</para
></listitem>
</varlistentry>
<varlistentry>
<term
><option
>--kpart-plugin</option
></term>
<listitem
><para
>Erzeugt ein KPart-Modul-Grundgerüst</para
></listitem>
</varlistentry>
<varlistentry>
<term
><option
>--existing</option
></term>
<listitem
><para
>Wandelt bestehenden Code in das automake/autoconf KDE-Grundgerüst um</para
></listitem>
</varlistentry>
</variablelist>
</refsect1>

<!-- The Following sections are optional, but recommended if they are
applicable. -->

<refsect1>
<title
>Dateien</title>

<variablelist>
<varlistentry>
<term
><filename
>~/.kapptemplate</filename
></term>
<listitem
><para
>Enthält Voreinstellungen</para
></listitem>
</varlistentry>
</variablelist>

</refsect1>

<refsect1>
<title
>Siehe auch</title>

<para
><filename
>$PREFIX/share/doc/kapptemplate</filename
></para>

</refsect1>

<refsect1>
<title
>Autoren</title>

<para
><command
>kapptemplate</command
> wurde entwickelt von &Kurt.Granroth; &Kurt.Granroth.mail;</para>
<para
>Diese Handbuchseite wurde geschrieben bon <personname
><firstname
>Ben</firstname
><surname
>Burton</surname
></personname
><email
>bab@debian.org</email
></para>
</refsect1>

</refentry>