~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to kubuntu/programming/C/programming.xml

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-02-23 01:50:44 UTC
  • Revision ID: james.westby@ubuntu.com-20080223015044-ndflf9vgrl0nwlpq
Tags: 8.04-1
* Initial Hardy Release, closes the following bug reports:
  - FTBFS in latest archive rebuild test - replaced kdelibs-bin with
    kdelibs4c2a (LP: #194514)
  - Faulty strings in Games documentation (LP: #141239)
  - Missing word in French translated Firefox homepage (LP: #159645)
  - Typo in Multimedia documentation (LP: #177461)
* Bumped Standards-Version to 3.7.3
* Cleaned up debian/control to contain no more than 80 columns per row
* Commented out translation stuff in debian/rules until the new translations
  are completed

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
 
33
33
<!-- HOWTO PROGRAM -->
34
 
<sect1 id="howto" status="complete">
 
34
<sect1 id="programming-howto" status="complete">
35
35
<title>Learning how to program</title>
36
36
 
37
37
<para>
40
40
you may find useful.
41
41
</para>
42
42
 
43
 
<sect2 id="howto-diveintopython" status="complete">
 
43
<sect2 id="programming-howto-diveintopython" status="complete">
44
44
<title><citetitle>Dive Into Python</citetitle></title>
45
45
 
46
46
<para>
52
52
 
53
53
</sect2>
54
54
 
55
 
<sect2 id="howto-pyqt-reference" status="complete">
 
55
<sect2 id="programming-howto-pyqt-reference" status="complete">
56
56
<title>PyQt Reference</title>
57
57
 
58
58
<para>
64
64
 
65
65
</sect2>
66
66
 
67
 
<sect2 id="howto-pygtk-tutorial" status="complete">
 
67
<sect2 id="programming-howto-pygtk-tutorial" status="complete">
68
68
<title>PyGTK Tutorial</title>
69
69
 
70
70
<para>
94
94
 
95
95
</sect2>
96
96
 
97
 
<sect2 id="howto-devhelp" status="complete">
 
97
<sect2 id="programming-howto-devhelp" status="complete">
98
98
<title>Devhelp</title>
99
99
 
100
100
<para>
120
120
</sect2>        
121
121
</sect1>
122
122
 
123
 
<sect1 id="build-essential" status="complete">
 
123
<sect1 id="programming-build-essential" status="complete">
124
124
<title>C and C++</title>
125
125
 
126
126
<para>
146
146
<quote>Qt/KDE</quote>, each of which has its own set of tools and documentation.
147
147
</para>
148
148
 
149
 
<sect2 id="kdevelop-ide" status="complete">
 
149
<sect2 id="programming-kdevelop-ide" status="complete">
150
150
<title>KDevelop IDE for KDE</title>
151
151
 
152
152
<para>
168
168
</procedure>
169
169
</sect2>
170
170
 
171
 
<sect2 id="qt4designer" status="complete">
 
171
<sect2 id="programming-qt4designer" status="complete">
172
172
<title>Qt4 Designer for KDE</title>
173
173
 
174
174
<para>
191
191
</procedure>
192
192
</sect2>
193
193
 
194
 
<sect2 id="anjuta-ide" status="complete">
 
194
<sect2 id="programming-anjuta-ide" status="complete">
195
195
<title>Anjuta IDE for GNOME</title>
196
196
 
197
197
<para>
219
219
 
220
220
</sect1>
221
221
 
222
 
<sect1 id="java" status="complete">
 
222
<sect1 id="programming-java" status="complete">
223
223
<title>Java</title>
224
224
 
225
225
<note>
260
260
directions, swapping all instances of 1.5 to 1.6.
261
261
</para>
262
262
 
263
 
<sect2 id="eclipse-ide" status="complete">
 
263
<sect2 id="programming-eclipse-ide" status="complete">
264
264
<title>Eclipse IDE for Java</title>
265
265
 
266
266
<para>
284
284
</sect2>
285
285
</sect1>
286
286
 
287
 
<sect1 id="otherlangs" status="complete">
 
287
<sect1 id="programming-otherlangs" status="complete">
288
288
<title>Other programming languages</title>
289
289
 
290
290
<para>
293
293
commonly-used languages.
294
294
</para>
295
295
 
296
 
<sect2 id="otherlangs-mono" status="complete">
 
296
<sect2 id="programming-otherlangs-mono" status="complete">
297
297
<title>Mono .NET development environment</title>
298
298
 
299
299
<para>
327
327
</procedure>
328
328
</sect2>
329
329
 
330
 
<sect2 id="otherlangs-basic" status="complete">
 
330
<sect2 id="programming-otherlangs-basic" status="complete">
331
331
<title>Gambas graphical BASIC language</title>
332
332
 
333
333
<para>
361
361
</sect2>
362
362
</sect1>
363
363
 
364
 
<sect1 id="devtools" status="complete">
 
364
<sect1 id="programming-devtools" status="complete">
365
365
<title>Development Tools</title>
366
366
 
367
367
<para>
369
369
is included below.
370
370
</para>
371
371
 
372
 
<sect2 id="devtools-ides-and-editors" status="complete">
 
372
<sect2 id="programming-devtools-ides-and-editors" status="complete">
373
373
<title>Integrated Development Environments (IDEs) and source-code
374
374
editors</title>
375
375
 
398
398
 
399
399
<listitem>
400
400
<para>
401
 
<ulink url="http://www.die-offenbachs.de/detlev/eric3.html">Eric</ulink> is a
 
401
<ulink url="http://www.die-offenbachs.de/eric/">Eric</ulink> is a
402
402
fully featured Python and Ruby IDE.
403
403
</para>
404
404
</listitem>
440
440
</itemizedlist>
441
441
</sect2>
442
442
 
443
 
<sect2 id="devtools-source-code-management" status="complete">
 
443
<sect2 id="programming-devtools-source-code-management" status="complete">
444
444
<title>Source-code management systems</title>
445
445
<itemizedlist>
446
446
 
467
467
</itemizedlist>
468
468
</sect2>
469
469
 
470
 
<sect2 id="devtools-other" status="complete">
 
470
<sect2 id="programming-devtools-other" status="complete">
471
471
<title>Other tools</title>
472
472
 
473
473
<itemizedlist>