~ubuntu-branches/ubuntu/karmic/kde-l10n-ca/karmic-backports

« back to all changes in this revision

Viewing changes to docs/kdesdk/kapptemplate/man-kapptemplate.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 08:12:06 UTC
  • Revision ID: james.westby@ubuntu.com-20080106081206-uw248cwxfxui6j4f
Tags: upstream-4.0.0
Import upstream version 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
 
3
<!ENTITY % Catalan  "INCLUDE">
 
4
]>
 
5
 
 
6
<refentry lang="&language;">
 
7
<refentryinfo>
 
8
<author
 
9
><personname
 
10
><firstname
 
11
>Ben</firstname
 
12
><surname
 
13
>Burton</surname
 
14
></personname
 
15
> <email
 
16
></email
 
17
></author>
 
18
<date
 
19
>12 d'abril del 2003</date>
 
20
</refentryinfo>
 
21
 
 
22
<refmeta>
 
23
<refentrytitle
 
24
><command
 
25
>kapptemplate</command
 
26
></refentrytitle>
 
27
<manvolnum
 
28
>1</manvolnum>
 
29
</refmeta>
 
30
 
 
31
<refnamediv>
 
32
<refname
 
33
><command
 
34
>kapptemplate</command
 
35
></refname>
 
36
<refpurpose
 
37
>Crea un marc de treball per a desenvolupar una aplicació KDE</refpurpose>
 
38
</refnamediv>
 
39
 
 
40
<refsynopsisdiv>
 
41
<cmdsynopsis
 
42
><command
 
43
>kapptemplate</command
 
44
> <group
 
45
><option
 
46
>--noinit</option
 
47
></group
 
48
> <group
 
49
><option
 
50
>--default</option
 
51
></group
 
52
> <group
 
53
><option
 
54
>--full-app</option
 
55
></group
 
56
> <group
 
57
><option
 
58
>--kpart-app</option
 
59
></group
 
60
> <group
 
61
><option
 
62
>--kpart-plugin</option
 
63
></group
 
64
> <group
 
65
><option
 
66
>--existing</option
 
67
></group
 
68
> <group
 
69
><option
 
70
>--help</option
 
71
></group
 
72
> </cmdsynopsis>
 
73
</refsynopsisdiv>
 
74
 
 
75
<refsect1>
 
76
<title
 
77
>Descripció</title>
 
78
 
 
79
<para
 
80
><command
 
81
>kapptemplate</command
 
82
> és un script de l'interpret de comandaments que crea el marc de treball necessari per a desenvolupar diverses aplicacions del &kde;. Te cura del codi per a autoconf/automake i aporta un bon exemple per a que us feu una idea de l'aspecte del codi. </para>
 
83
 
 
84
<para
 
85
>Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;. </para>
 
86
 
 
87
</refsect1>
 
88
 
 
89
<refsect1>
 
90
<title
 
91
>Opcions</title>
 
92
 
 
93
<variablelist>
 
94
<title
 
95
>Opcions generals</title>
 
96
<varlistentry>
 
97
<term
 
98
><option
 
99
>--help</option
 
100
></term>
 
101
<listitem
 
102
><para
 
103
>Mostra una complet resum de les opcions disponibles. </para
 
104
></listitem>
 
105
</varlistentry>
 
106
<varlistentry>
 
107
<term
 
108
><option
 
109
>--no-init</option
 
110
></term>
 
111
<listitem
 
112
><para
 
113
>No executa <command
 
114
>make</command
 
115
> <option
 
116
>-f</option
 
117
> <parameter
 
118
>Makefile.cvs</parameter
 
119
></para>
 
120
</listitem>
 
121
</varlistentry>
 
122
<varlistentry>
 
123
<term
 
124
><option
 
125
>--default</option
 
126
></term>
 
127
<listitem
 
128
><para
 
129
>Empra els valors per omissió en comptes dels indicats com a arguments.</para
 
130
></listitem>
 
131
</varlistentry>
 
132
</variablelist>
 
133
 
 
134
<variablelist>
 
135
<title
 
136
>Tipus de marc de treball</title>
 
137
<varlistentry>
 
138
<term
 
139
><option
 
140
>--full-app</option
 
141
></term>
 
142
<listitem
 
143
><para
 
144
>Crea una aplicació KDE amb totes les característiques. </para
 
145
></listitem>
 
146
</varlistentry>
 
147
<varlistentry>
 
148
<term
 
149
><option
 
150
>--kpart-app</option
 
151
></term>
 
152
<listitem
 
153
><para
 
154
>Crea una aplicació KPart amb totes les característiques.</para
 
155
></listitem>
 
156
</varlistentry>
 
157
<varlistentry>
 
158
<term
 
159
><option
 
160
>--kpart-plugin</option
 
161
></term>
 
162
<listitem
 
163
><para
 
164
>Crea un marc de treball per a un connector Kpart.</para
 
165
></listitem>
 
166
</varlistentry>
 
167
<varlistentry>
 
168
<term
 
169
><option
 
170
>--existing</option
 
171
></term>
 
172
<listitem
 
173
><para
 
174
>Converteix el codi font existent a un marc de treball de autoconf/automake per a KDE.</para
 
175
></listitem>
 
176
</varlistentry>
 
177
</variablelist>
 
178
</refsect1>
 
179
 
 
180
<!-- The Following sections are optional, but recommended if they are
 
181
applicable. -->
 
182
 
 
183
<refsect1>
 
184
<title
 
185
>Fitxers</title>
 
186
 
 
187
<variablelist>
 
188
<varlistentry>
 
189
<term
 
190
><filename
 
191
>~/.kapptemplate</filename
 
192
></term>
 
193
<listitem
 
194
><para
 
195
>Emmagatzema els valors per omissió</para
 
196
></listitem>
 
197
</varlistentry>
 
198
</variablelist>
 
199
 
 
200
</refsect1>
 
201
 
 
202
<refsect1>
 
203
<title
 
204
>Veure també</title>
 
205
 
 
206
<para
 
207
><filename
 
208
>$PREFIX/share/doc/kapptemplate</filename
 
209
></para>
 
210
 
 
211
</refsect1>
 
212
 
 
213
<refsect1>
 
214
<title
 
215
>Autors</title>
 
216
 
 
217
<para
 
218
><command
 
219
>kapptemplate</command
 
220
> ha estat escrit per en &Kurt.Granroth; &Kurt.Granroth.mail;</para>
 
221
<para
 
222
>Aquesta pàgina del manual ha estat preparada per en <personname
 
223
><firstname
 
224
>Ben</firstname
 
225
><surname
 
226
>Burton</surname
 
227
></personname
 
228
> <email
 
229
>bab@debian.org</email
 
230
></para>
 
231
</refsect1>
 
232
 
 
233
</refentry>