Merge lp:~littlergirl/kubuntu-docs/branchname into lp:kubuntu-docs/precise

Proposed by Little Girl
Status: Merged
Merge reported by: David Wonderly
Merged at revision: not available
Proposed branch: lp:~littlergirl/kubuntu-docs/branchname
Merge into: lp:kubuntu-docs/precise
Diff against target: 2034 lines (+1340/-385)
3 files modified
docs/development/C/development.xml (+1248/-307)
docs/office/C/office.xml (+71/-56)
docs/support/C/support.xml (+21/-22)
To merge this branch: bzr merge lp:~littlergirl/kubuntu-docs/branchname
Reviewer Review Type Date Requested Status
David Wonderly (community) Approve
Review via email: mp+98350@code.launchpad.net

Description of the change

* Added comments.
* Added missing XML tags.
* Adjusted white space.
* Adjusted wrapping.
* Checked content for accuracy.
* Grammar and punctuation fixes.
* Moved a couple of entries into the proper alphabetical order.
* Updated information on many of the programs.

Please note that I did not intend to use branchname when pushing this commit. It should have been development. Sorry about that!

To post a comment you must log in.
Revision history for this message
David Wonderly (david.wonderly) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'docs/development/C/development.xml'
--- docs/development/C/development.xml 2012-02-26 03:29:44 +0000
+++ docs/development/C/development.xml 2012-03-20 07:06:17 +0000
@@ -1,7 +1,6 @@
1i<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.3//EN" 2<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4[
5<!ENTITY % globalent SYSTEM "../../../libs/global.ent"> 4<!ENTITY % globalent SYSTEM "../../../libs/global.ent">
6%globalent;5%globalent;
7<!ENTITY % kde-menus-C SYSTEM "../../../libs/kde-menus-C.ent"> 6<!ENTITY % kde-menus-C SYSTEM "../../../libs/kde-menus-C.ent">
@@ -14,504 +13,1446 @@
14&legalnotice;13&legalnotice;
15<abstract>14<abstract>
16<para>15<para>
17This documentation lists alphabetically the software development applications available in the Kubuntu repository and gives a brief description of each, written at the beginner's level.16This documentation alphabetically lists the software development applications
17available in the &kubuntu; repository and gives a brief description of each,
18written at the beginner's level.
18</para>19</para>
19<para>20<para>
20Since the line between text editors (TE), Integrated Development Environments (IDE) and Graphical User Interface Rapid Application Development (GUI RAD) tools have blurred with the inclusion of plugin technologies in nearly all of the tools, those dichotomies have become less significant. Therefore, the tools will be presented in alphabetical order.21Since the line between text editors (<acronym>TE</acronym>), Integrated
22Development Environments (<acronym>IDE</acronym>) and Graphical User Interface
23Rapid Application Development (<acronym>GUI RAD</acronym>) tools have blurred
24with the inclusion of plugin technologies in nearly all of the tools, those
25dichotomies have become less significant. Therefore, the tools will be
26presented in alphabetical order.
21</para>27</para>
22</abstract>28</abstract>
23
24</articleinfo>29</articleinfo>
2530
31<!-- BLUEFISH EDITOR -->
26<sect1 id="bluefish-editor">32<sect1 id="bluefish-editor">
27<title>Bluefish Editor - Web Development Editor</title>33<title>Bluefish Editor - Web Development Editor</title>
28<para>Home page: 34<para>
29<ulink url="http://bluefish.openoffice.nl"> http://bluefish.openoffice.nl </ulink>35Home page:
36<ulink url="http://bluefish.openoffice.nl">http://bluefish.openoffice.nl</ulink>
30</para>37</para>
31<para>38<para>
32<application>Bluefish</application> is a powerful editor targeted towards programmers and web designers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. Bluefish is an open source development project, released under the GNU GPL license. Bluefish runs on most (maybe all?) POSIX compatible operating systems including Linux, FreeBSD, MacOS-X, OpenBSD and Windows. Bluefish supports 16 of the most commonly used languages and scripting tools and is one of the more fully featured IDE's available. It specializes in being very fast and with a huge multi-document capability. Some tools do web development and some are simple coding IDE's. Bluefish can do both at once on multiple projects and keep them separate.39<application>Bluefish</application> is a powerful editor targeted toward
40programmers and web designers, with many options to write websites, scripts,
41and programming code. <application>Bluefish</application> supports many
42programming and markup languages, and it focuses on editing dynamic and
43interactive websites. <application>Bluefish</application> is an open source
44development project released under the <trademark>GNU</trademark>
45<trademark>GPL</trademark> license. <application>Bluefish</application> runs on
46most (possibly all) POSIX-compatible operating systems including
47<trademark>Linux</trademark>, <trademark>FreeBSD</trademark>,
48<trademark>Mac OS X</trademark>, <trademark>OpenBSD</trademark> and
49<trademark>Windows</trademark>. <application>Bluefish</application> supports 16
50of the most commonly used languages and scripting tools, and is among the
51full-featured <acronym>IDE</acronym>s available. It specializes in being very
52fast and offers a huge multi-document capability. Some tools do web development
53and some are simple coding <acronym>IDE</acronym>s.
54<application>Bluefish</application> can do both at once on multiple projects
55and keep them separate.
33</para>56</para>
34</sect1>57</sect1>
3558
59<!-- BOA CONSTRUCTOR -->
36<sect1 id="boa-constructor">60<sect1 id="boa-constructor">
37<title>Boa Constructor - IDE for Python and wxWindows</title>61<title>Boa Constructor - <acronym>IDE</acronym> for
38<para>Home Page: 62<trademark>Python</trademark> and wxWindows</title>
39<ulink url="http://boa-constructor.sourceforge.net/"> http://boa-constructor.sourceforge.net </ulink>63<para>
40</para>64Home Page: <ulink
41<para>65url="http://boa-constructor.sourceforge.net/">
42<application>Boa Constructor</application> is a cross platform Python IDE (Integrated Development Environment) and wxPython GUI (Graphical User Interface) Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help. It includes Zope support: Object creation and editing, cut, copy, paste, import and export. Property creation and editing in the Inspector and Python Script debugging. Boa Constructor is written in Python, uses Python as its language, and uses the wxPython library which wraps wxWindows.66http://boa-constructor.sourceforge.net</ulink>
43</para>67</para>
44<para>68<para>
45Boa-Constructor is under slow development at version 0.6.1, having taken five years to rise from 0.4.3. At that rate it will take another 10 years for version 1.0 to be released. Part of the slow development problem is that Boa-Constructor is a mix of several different projects (Python, wxPython, etc...), each having their own development schedules. Python itself has undergone a radical version change to 3.0. Co-ordination of these projects can be problematic or show stopping. There are no usable apps built with Boa-Constructor in the repository and none can be found on the Internet.69<application>Boa Constructor</application> is a cross-platform
70<trademark>Python</trademark> <acronym>IDE</acronym> (Integrated Development
71Environment) and wxPython <acronym>GUI</acronym> (Graphical User Interface)
72builder. It offers visual frame creation and manipulation, an object inspector,
73and many views on the source &mdash; like object browsers, inheritance
74hierarchies, doc string generated <acronym>HTML</acronym> documentation, an
75advanced debugger, and integrated help. It includes Zope support: Object
76creation and editing, cut, copy, paste, import and export. It also includes
77property creation and editing in the Inspector and
78<trademark>Python</trademark> Script debugging.
79<application>Boa Constructor</application> is written in
80<trademark>Python</trademark>, uses <trademark>Python</trademark> as its
81language, and uses the wxPython library which wraps wxWindows.
82</para>
83<para>
84<application>Boa Constructor</application> is under slow development at
85version 0.5.1, having taken five years to rise from 0.4.3. At that rate it will
86take another 10 years for version 1.0 to be released. Part of the slow
87development problem is that <application>Boa Constructor</application> is a mix
88of several different projects (<trademark>Python</trademark>, wxPython, etc.),
89each having their own development schedules. <trademark>Python</trademark> has
90also undergone a radical version change. Coordination of these projects can be
91problematic or show-stopping. There are no usable applications built with
92<application>Boa Constructor</application> in the repository, and none can be
93found on the Internet.
46</para>94</para>
47</sect1>95</sect1>
4896
97<!-- CAMELEON -->
49<sect1 id="cameleon">98<sect1 id="cameleon">
50<title>Cameleon - IDE for Ocaml Applications</title>99<title>Cameleon - <acronym>IDE</acronym> for Ocaml Applications</title>
51<para>100<para>
52<ulink url="http://home.gna.org/cameleon"> http://home.gna.org/cameleon </ulink>101<ulink url="http://home.gna.org/cameleon">http://home.gna.org/cameleon</ulink>
53</para>102</para>
54<para>103<para>
55<application>Cameleon</application> is an Integrated development environment (IDE), created by Maxence Guesdon, Pierre-Yves Strub and Jean-Baptiste Rouquier. Cameleon is aimed at becoming an IDE for Objective Caml as well as other programming languages. Its main features are : graphical user interface, configuration management based on CVS, easy access to and browsing of documentation, various editors, according to customizable file types, use of plug-ins to define new features, highly customizable interface (menus, toolbar and keyboard shortcuts. Its latest version is Cameleon2 and it is now a proprietary IDE for the Windows platform.104<application>Cameleon</application> is an Integrated Development Environment
105(<acronym>IDE</acronym>) created by Maxence Guesdon. Pierre-Yves Strub, and
106Jean-Baptiste Rouquier. <application>Cameleon</application> is aimed at
107becoming an <acronym>IDE</acronym> for Objective Caml as well as other
108programming languages. Its main features are a graphical user interface,
109configuration management based on CVS, easy access to &mdash; and browsing of
110&mdash; documentation, various editors according to customizable file types,
111use of plug-ins to define new features, and a highly customizable interface
112(menus, toolbar, and keyboard shortcuts). Its latest version is Cameleon2 and
113it is now a proprietary <acronym>IDE</acronym> for the
114<trademark>Windows</trademark> platform.
56</para>115</para>
57</sect1>116</sect1>
58117
118<!-- CODE:BLOCKS -->
59<sect1 id="code-blocks">119<sect1 id="code-blocks">
60<title>Code:Blocks IDE</title>120<title>Code::Blocks <acronym>IDE</acronym></title>
61<para>Home Page: 121<para>
62<ulink url="http://www.codeblocks.org/"> http://www.codeblocks.org </ulink>122Home Page:
123<ulink url="http://www.codeblocks.org/">http://www.codeblocks.org</ulink>
63</para>124</para>
64<para>125<para>
65<application>Code::Blocks</application> is the open-source, cross-platform Integrated Development Environment (IDE). Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by pre-installed plugins included in the base package:126<application>Code::Blocks</application> is an open-source, cross-platform, free
127C++ Integrated Development Environment (<acronym>IDE</acronym>). Built around
128a plugin framework, <application>Code::Blocks</application> can be extended
129with plugins. Any kind of functionality can be added by installing/coding a
130plugin. It is based on a self-developed plugin framework that allows unlimited
131xtensibility. Most of its functionality is already provided by pre-installed
132plugins included in the base package:
66<itemizedlist>133<itemizedlist>
67 <listitem><para>Compiler frontend to many free compilers</para></listitem>134 <listitem>
68 <listitem><para>Debugger frontend for GDB (and CDB for windows platforms)</para></listitem>135 <para>
69 <listitem><para>Source formatter (based on AStyle)</para></listitem>136 Abbreviations - <application>Code::Blocks</application>
70 <listitem><para>Wizard to create new C++ classes</para></listitem>137 AutoComplete plugin.
71 <listitem><para>Code-completion / symbols-browser (work in progress)</para></listitem>138 </para>
72 <listitem><para>Default MIME handler</para></listitem>139 </listitem>
73 <listitem><para>Wizard to create new Code::Blocks plugins</para></listitem>140 <listitem>
74 <listitem><para>To-do list</para></listitem>141 <para>
75 <listitem><para>Extensible wizard based on scripts (for creating new projects/targets/etc)</para></listitem>142 Autosave - saves project files between intervals.
76 <listitem><para>Autosave (saves your work in the unfortunate case of a crash)</para></listitem>143 </para>
144 </listitem>
145 <listitem>
146 <para>
147 Class Wizard - wizard for creating new classes.
148 </para>
149 </listitem>
150 <listitem>
151 <para>
152 Code Completion - provides code completion functionality and
153 class browser.
154 </para>
155 </listitem>
156 <listitem>
157 <para>
158 Compiler - support for various compilers in one interface.
159 </para>
160 </listitem>
161 <listitem>
162 <para>
163 Debugger - support for various debuggers in one interface.
164 </para>
165 </listitem>
166 <listitem>
167 <para>
168 File Extensions Handler - adds extra file extension handlers.
169 </para>
170 </listitem>
171 <listitem>
172 <para>
173 Header Guard (Disabled by default.) - creates header guards
174 (if needed) on file save.
175 </para>
176 </listitem>
177 <listitem>
178 <para>
179 LogHacker (Disabled by default.) - manipulates loggers.
180 </para>
181 </listitem>
182 <listitem>
183 <para>
184 ModPoller (Disabled by default.) - frequently checks for
185 external modification.
186 </para>
187 </listitem>
188 <listitem>
189 <para>
190 Open Files List - manages a list of all opened files
191 (editors).
192 </para>
193 </listitem>
194 <listitem>
195 <para>
196 Projects Importer - imports projects from other
197 <acronym>IDE</acronym>s, <abbrev>e.g.</abbrev>
198 <trademark>MS</trademark> <trademark>Visual
199 Studio</trademark> and <trademark>DevC++</trademark>.
200 </para>
201 </listitem>
202 <listitem>
203 <para>
204 Scripted Wizard - provides scripted wizard functionality.
205 </para>
206 </listitem>
207 <listitem>
208 <para>
209 Source Code Formatter (AStyle) - formats source code files
210 with specific style.
211 </para>
212 </listitem>
213 <listitem>
214 <para>
215 Tidycmt (Disabled by default.) - formats comments on file
216 save.
217 </para>
218 </listitem>
219 <listitem>
220 <para>
221 To-Do List - adds to-do items to source code.
222 </para>
223 </listitem>
224 <listitem>
225 <para>
226 WinXP Look'n'Feel - creates manifest file which enables the
227 version 6.0 of the Common Controls on <trademark>Windows
228 XP</trademark>.
229 </para>
230 </listitem>
77</itemizedlist>231</itemizedlist>
78</para>232</para>
79<para>233<para>
80Addtional plugins for Code:Blocks can be obtained at their wiki website:234Addtional plugins for <application>Code::Blocks</application> can be obtained
81<ulink url="http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins"> http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins </ulink>235at their wiki website:
236<ulink
237url="http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins">
238http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins</ulink>
82</para>239</para>
83</sect1>240</sect1>
84241
242<!-- COQ -->
85<sect1 id="coqide-proof-assistant">243<sect1 id="coqide-proof-assistant">
86<title>CoqIDE Proof Assistant</title>244<title>CoqIDE Proof Assistant</title>
87<para>Home Page: 245<para>
88<ulink url="http://coq.inria.fr"> http://coq.inria.fr </ulink>246Home Page:
247<ulink url="http://coq.inria.fr">http://coq.inria.fr</ulink>
89</para>248</para>
90<para>249<para>
91<application>Coq</application> is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an IDE for semi-interactive development of machine-checked proofs. It is developed using Objective Caml and Camlp5. A complete reference manual, standard library and other documents are found on it the Coq website. This is specialized software requiring a significant knowledge of formal mathematical theory even if your intent is to develop or test software algorithms.250<application>Coq</application> is a formal proof management system. It
251provides a formal language to write mathematical definitions, executable
252algorithms and theorems together with an <acronym>IDE</acronym> for
253semi-interactive development of machine-checked proofs. It is developed using
254the Objective Caml language (<ulink
255url="http://caml.inria.fr/ocaml/index.en.html"><trademark>OCaml</trademark>
256</ulink>, with a bit of C. A complete reference manual, standard library, and
257other documents can be found on the <application>Coq</application> website.
258This is specialized software requiring a significant knowledge of formal
259mathematical theory, even if your intent is to develop or test software
260algorithms.
92</para>261</para>
93</sect1>262</sect1>
94263
264<!-- ECLIPSE -->
95<sect1 id="eclipse">265<sect1 id="eclipse">
96<title>Eclipse IDE</title>266<title>Eclipse <acronym>IDE</acronym></title>
97<para>Home Page:267<para>
98<ulink url="http://www.eclipse.org/"> http://www.eclipse.org </ulink>268Home Page:
99</para>269<ulink url="http://www.eclipse.org/">http://www.eclipse.org</ulink>
100<para>270</para>
101<application>Eclipse</application> began life as a $40 million dollars worth of code contributed by IBM to the FOSS community, whose projects are focused on building an extensible development platform, runtimes and application frameworks for building, deploying and managing software across the entire software lifecycle. Many people know Eclipse as a Java IDE but it is much more than that. The Eclipse open source community has over 60 open source projects.271<para>
102</para>272<application>Eclipse</application> began life as a $40 million dollars worth of
103<para>273code contributed by <trademark>IBM</trademark> to the <acronym>FOSS</acronym>
104These projects can be conceptually organized into seven different "pillars" or categories:274community, whose projects are focused on building an extensible development
275platform, runtimes and application frameworks for building, deploying and
276managing software across the entire software lifecycle. Many people know
277<application>Eclipse</application> as a Java <acronym>IDE</acronym> but it is
278much more than that. The <application>Eclipse</application> open source
279community has over 60 open source projects.
280</para>
281<para>
282These projects can be conceptually organized into seven different "pillars" or
283categories:
105<itemizedlist>284<itemizedlist>
106 <listitem><para>Enterprise Development</para></listitem>285 <listitem>
107 <listitem><para>Embedded and Device Development</para></listitem>286 <para>
108 <listitem><para>Rich Client Platform</para></listitem>287 Enterprise Development
109 <listitem><para>Rich Internet Applications</para></listitem>288 </para>
110 <listitem><para>Application Frameworks</para></listitem>289 </listitem>
111 <listitem><para>Application Lifecycle Management (ALM)</para></listitem>290 <listitem>
112 <listitem><para>Service Oriented Architecture (SOA)</para></listitem>291 <para>
292 Embedded and Device Development
293 </para>
294 </listitem>
295 <listitem>
296 <para>
297 Rich Client Platform
298 </para>
299 </listitem>
300 <listitem>
301 <para>
302 Rich Internet Applications
303 </para>
304 </listitem>
305 <listitem>
306 <para>
307 Application Frameworks
308 </para>
309 </listitem>
310 <listitem>
311 <para>
312 Application Lifecycle Management (<acronym>ALM</acronym>)
313 </para>
314 </listitem>
315 <listitem>
316 <para>
317 Service Oriented Architecture (<acronym>SOA</acronym>)
318 </para>
319 </listitem>
113</itemizedlist>320</itemizedlist>
114</para>
115<note>321<note>
116<para>322<para>
117Eclipse is licensed under the EPL 1.0, which is not compatible (http://en.wikipedia.org/wiki/Eclipse_Public_License) with the GPL, and a work created by combining a work licensed under the GPL with a work licensed under the EPL cannot be lawfully distributed. The GPL requires that "[any distributed work] that ... contains or is derived from the [GPL-licensed] Program ... be licensed as a whole ... under the terms of [the GPL].", and that the distributor not "impose any further restrictions on the recipients' exercise of the rights granted". The EPL, however, requires that anyone distributing the work grant every recipient a license to any patents that they might hold that cover the modifications they have made. Because this is a "further restriction" on the recipients, distribution of such a combined work does not satisfy the GPL. The EPL, in addition, contains a patent retaliation clause, which is incompatible with the GPL for the same reasons.323<application>Eclipse</application> is licensed under the
324<ulink url="http://www.eclipse.org/org/documents/epl-v10.php">EPL v1.0</ulink>,
325which is <ulink url="http://www.eclipse.org/legal/eplfaq.php#GPLCOMPATIBLE">not
326compatible with the <trademark>GPL</trademark></ulink>, and a work created by
327combining a work licensed under the <trademark>GPL</trademark> with a work
328licensed under the <trademark>EPL</trademark> cannot be lawfully distributed.
329The <trademark>GPL</trademark> requires that "[any distributed work] that ...
330contains or is derived from the [<trademark>GPL</trademark>-licensed] Program
331... be licensed as a whole ... under the terms of [the
332<trademark>GPL</trademark>].", and that the distributor not "impose any
333further restrictions on the recipients' exercise of the rights granted". The
334<trademark>EPL</trademark>, however, requires that anyone distributing the work
335grant every recipient a license to any patents they might hold that cover the
336modifications they have made. Because this is a "further restriction" on the
337recipients, distribution of such a combined work does not satisfy the
338<trademark>GPL</trademark>. The <trademark>EPL</trademark>, in addition,
339contains a patent retaliation clause, which is incompatible with the
340<trademark>GPL</trademark> for the same reasons.
118</para>341</para>
119</note>342</note>
343</para>
120<para>344<para>
121The Eclipse community is also supported by a large and vibrant ecosystem of major IT solution providers, innovative start-ups, universities and research institutions and individuals that extend, support and complement the Eclipse Platform.345The <application>Eclipse</application> community is also supported by a large
346and vibrant ecosystem of major <acronym>IT</acronym> solution providers,
347innovative start-ups, universities, research institutions, and individuals that
348extend, support, and complement the <application>Eclipse</application>
349Platform.
122</para>350</para>
123</sect1>351</sect1>
124352
353<!-- ERIC -->
125<sect1 id="eric-python-ide">354<sect1 id="eric-python-ide">
126<title>Eric Python IDE</title>355<title>Eric <trademark>Python</trademark>IDE</title>
127<para>Home Page: 356<para>
128<ulink url="http://eric-ide.python-projects.org"> http://eric-ide.python-projects.org </ulink>357Home Page:
129</para>358<ulink url="http://eric-ide.python-projects.org">
130<para>359http://eric-ide.python-projects.org</ulink>
131<application>Eric</application> is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt GUI toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as an every day quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. Eric4 includes a plugin system, which allows easy extension of the IDE functionality with plugins downloadable from the net. Current stable versions are Eric4 based on Qt4 and Python 2, and Eric5 based on Python 3 and Qt4.360</para>
132</para>361<para>
133<para>362<application>Eric</application> is a full featured
134Python bindings to Qt are available through PyQt, enabling Eric to use Qt to create graphical interfaces for the user. <ulink url="http://www.riverbankcomputing.co.uk/software/pyqt/intro">PyQt</ulink> is a set of Python bindings for Nokia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. PyQt v4 supports Qt v4. The bindings are implemented as a set of Python modules and contain over 300 classes and over 6,000 functions and methods.363<trademark>Python</trademark> and <trademark>Ruby</trademark> editor and
364<acronym>IDE</acronym>, written in <trademark>Python</trademark>. It is based
365on the cross-platform <application>Qt</application> <acronym>GUI</acronym>
366toolkit, integrating the highly flexible <trademark>Scintilla</trademark>
367editor control. It is designed to be usable as an everyday quick and dirty
368editor, as well as being usable as a professional project management tool
369integrating many advanced features <trademark>Python</trademark> offers the
370professional coder. <application>Eric4</application> includes a plugin system
371which allows easy extension of the <acronym>IDE</acronym> functionality, with
372plugins downloadable from the Internet. Current stable versions are
373<application>Eric4</application>, based on <trademark>Python</trademark> 2 and
374<application>Qt</application> 4, and <application>Eric5</application> based on
375<trademark>Python</trademark> 3 and <application>Qt</application> 4.
376</para>
377<para>
378<trademark>Python</trademark> bindings to <application>Qt</application> are
379available through <trademark>PyQt</trademark>, enabling
380<application>Eric</application> to use <application>Qt</application> to create
381graphical interfaces for the user. <ulink
382url="http://www.riverbankcomputing.co.uk/software/pyqt/intro">
383<trademark>PyQt</trademark></ulink> is a set of <trademark>Python</trademark>
384bindings for <trademark>Nokia</trademark>'s <application>Qt</application>
385application framework and runs on all platforms supported by
386<application>Qt</application>, including <trademark>Windows</trademark>,
387<trademark>Mac OS X</trademark> and <trademark>Linux</trademark>.
388<trademark>PyQt</trademark> v4 supports <application>Qt</application> 4. The
389bindings are implemented as a set of <trademark>Python</trademark> modules that
390contain over 300 classes and over 6,000 functions and methods.
135</para>391</para>
136</sect1>392</sect1>
137393
394<!-- FLTK -->
138<sect1 id="fluid">395<sect1 id="fluid">
139<title>FLUID - FLTK GUI Designer</title>396<title>FLUID - FLTK <acronym>GUI</acronym> Designer</title>
140<para>Home Page: 397<para>
141<ulink url="http://www.fltk.org/"> http://www.fltk.org/ </ulink>398Home Page:
399<ulink url="http://www.fltk.org/">http://www.fltk.org/</ulink>
142</para>400</para>
143<para>401<para>
144<application>FLTK</application> (pronounced "fulltick") is a GPL licensed cross-platform (Unix, Linux, Windows) C++ GUI toolkit. FLTK provides GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation. FLTK was designed to be statically linked. This was done by splitting it into many small objects and designing it so that functions that are not used do not have pointers to them in the parts that are used, and thus do not get linked in. This allows you to make an easy-to-install program, or to modify FLTK to the exact requirements of your application, without worrying about bloat. FLTK works fine as a shared library, though, and has started being included on Linux distributions. FLTK software can be written using the "Fast Light User Interface Designer", or FLUID, a graphical editor that is used to produce FLTK source code. The GUI widget set, however, is sparse quantity and spartan in methods and properties, limiting FLTK to use on light projects.402<application>FLTK</application> (pronounced "fulltick") is an
403<trademark>LGPL v2</trademark>-licensed cross-platform
404(Unix, <trademark>Linux</trademark>, <trademark>Windows</trademark>)
405<trademark>C++</trademark> <acronym>GUI</acronym> toolkit.
406<application>FLTK</application> provides <acronym>GUI</acronym>
407functionality without the bloat, and supports 3D graphics via
408<trademark>OpenGL®</trademark> and its built-in GLUT emulation.
409<application>FLTK</application> was designed to be statically linked. This was
410done by splitting it into many small objects and designing it so that functions
411that are not used do not have pointers to them in the parts that are used, and
412thus do not get linked in. This allows you to make an easy to install program,
413or to modify <application>FLTK</application> to the exact requirements of your
414application, without worrying about bloat. <application>FLTK</application>
415works fine as a shared library, and has started being included on
416<trademark>Linux</trademark> distributions. <application>FLTK</application>
417software can be written using the "Fast Light User Interface Designer", or
418<acronym>FLUID</acronym>, a graphical editor that is used to produce
419<application>FLTK</application> source code. The <acronym>GUI</acronym> widget
420set, however, is sparse in quantity and spartan in methods and properties,
421limiting use of <application>FLTK</application> to light projects.
145</para>422</para>
146</sect1>423</sect1>
147424
425<!-- FRAMA-C -->
148<sect1 id="frama-c">426<sect1 id="frama-c">
149<title>Frame-C - Framework for source code analysis of software</title>427<title>Frame-C - Framework for source code analysis of software</title>
150<para>Home Page:428<para>
151<ulink url="http://frama-c.com/index.html"> http://frama-c.com/index.html </ulink>429Home Page:
430<ulink url="http://frama-c.com/index.html">http://frama-c.com/index.html</ulink>
152</para>431</para>
153<para>432<para>
154Available under the LGPL, <application>Frama-C</application> is a suite of tools dedicated to the analysis of the source code of software written in C. As such it would be well suited for applications written in GTK+ for Gnome. Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C allows static analyzers to build upon the results already computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, such as a slicer and dependency analysis. There are nine plugins identified on their web site as being available for Frama-C.433Available under the <trademark>LGPL</trademark>,
434<application>Frama-C</application> is a suite of tools dedicated to the
435analysis of the source code of software written in C. As such, it would be well
436suited for applications written in <trademark>GTK+</trademark> for
437<trademark>GNOME</trademark>. <application>Frama-C</application> gathers
438several static analysis techniques in a single collaborative framework. The
439collaborative approach of <application>Frama-C</application> allows static
440analyzers to build upon the results already computed by other analyzers in the
441framework. Thanks to this approach, <application>Frama-C</application> provides
442sophisticated tools, such as a slicer and dependency analysis. There are
443currently eleven plugins available on the <application>Frama-C</application>
444web site.
155</para>445</para>
156</sect1>446</sect1>
157447
448<!-- GAZPACHO -->
158<sect1 id="gazpacho">449<sect1 id="gazpacho">
159<title>Gazpacho Interface Designer</title>450<title>Gazpacho Interface Designer</title>
160<para>Home Page: 451<para>
161<ulink url="http://gazpacho.sicem.biz"> dead link </ulink>452Home Page:
453<ulink url="http://gazpacho.sicem.biz">dead link</ulink>
162</para>454</para>
163<para>455<para>
164<application>Gazpacho</application> is a GTK+ UI Designer for building applications. The code is based on the development version of Glade. It is compatible with libglade, writing XML files that specify the interface to be created in run-time. 456<application>Gazpacho</application> is a <trademark>GTK+</trademark>
457<acronym>UI</acronym> designer for building applications. The code is based on
458the development version of <trademark>Glade</trademark>. It is compatible with
459libglade, writing <acronym>XML</acronym> files that specify the interface to be
460created in run-time.
165<note>461<note>
166<para>This project is no longer under development and there are no registered releases for the gazpacho trunk.462<para>
463This project is no longer under development and there are no registered
464releases for the <application>Gazpacho</application> trunk.
167</para>465</para>
168</note>466</note>
169</para>467</para>
468
170</sect1>469</sect1>
171470
471<!-- GEANY -->
172<sect1 id="geany">472<sect1 id="geany">
173<title>Geany - A Fast and Lightweight IDE using GTK2</title>473<title>Geany - A Fast and Lightweight <acronym>IDE</acronym> using GTK2</title>
174<para>Home Page: 474<para>
175<ulink url="http://www.geany.org"> http://www.geany.org </ulink>475Home Page:
476<ulink url="http://www.geany.org">http://www.geany.org</ulink>
176</para>477</para>
177<para>478<para>
178Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many file types and has some nice features. It is at version level 0.2 and licensed under the GPL. The documentation is rather short and to the point, but it is a fast, simple editor for simple needs.479<application>Geany</application> is a text editor using the
480<trademark>GTK2</trademark> toolkit with basic features of an integrated
481development environment. It was developed to provide a small and fast
482<acronym>IDE</acronym> with only a few dependencies on other packages. It
483supports many file types and has some nice features. It is at version level 0.2
484and licensed under the <trademark>GPL</trademark>. The documentation is rather
485short and to the point, but it is a fast, simple editor for simple needs.
179</para>486</para>
180</sect1>487</sect1>
181488
489<!-- GLADE -->
182<sect1 id="glade">490<sect1 id="glade">
183<title>Glade Interface Designer for GTK+</title>491<title>Glade Interface Designer for GTK+</title>
184<para>Home Page: 492<para>
185<ulink url="http://glade.gnome.org"> http://glade.gnome.org </ulink>493Home Page:
186</para>494<ulink url="http://glade.gnome.org">http://glade.gnome.org</ulink>
187<para>495</para>
188<application>Glade</application>is a GPL IDE tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. The user interfaces designed in Glade are saved as XML, and by using the GtkBuilder GTK+ object these can be loaded by applications dynamically as needed. By using GtkBuilder, Glade XML files can be used in numerous programming languages including C, C++, Java, Perl, Python, and others. The version marked "current" on their website is 3.6.7, which was released in June of 2009. That page lists the current development at version 3.9.2, leading to a 3.10 release. It can be obtained from their ftp server: 496<para>
189<ulink url="http://ftp.gnome.org/pub/GNOME/sources/glade/3.9/"> http://ftp.gnome.org/pub/GNOME/sources/glade/3.9 </ulink>497<application>Glade</application> is a
190</para>498<trademark>GPL</trademark> <acronym>IDE</acronym> tool to enable quick and easy
191<para>499development of user interfaces for the <trademark>GTK+</trademark> toolkit and
192Their API reference manual is for version 3.6.6, which lists a total of 553 objects, counting their core, classes, widgets and utilities, and including the functions and properties of each. For a comparison, Qt 4.7 has over 800 classes alone, not counting the methods (functions) and properties of each class. This puts Glade well above FLTK but well below Qt in breadth and depth of the widget set. However, Glade is used to write GTK+ GUI applications for Gnome, so it fits in well with Gnome's goal of a simplified Linux desktop.500the <trademark>GNOME</trademark> desktop environment. The user interfaces
193</para>501designed in <application>Glade</application> are saved as
194</sect1>502<acronym>XML</acronym>, and by using the GtkBuilder <trademark>GTK+</trademark>
195503object these can be loaded by applications dynamically as needed. By using
504<application>GtkBuilder</application>, <application>Glade</application>
505<acronym>XML</acronym> files can be used in numerous programming languages
506including <trademark>C</trademark>, <trademark>C++</trademark>,
507<trademark>Java</trademark>, <trademark>Perl</trademark>,
508<trademark>Python</trademark>, and others. The version marked "current" on
509their website is 3.10, which was released in April of 2011. It can be obtained
510from their ftp server: <ulink
511url="http://ftp.gnome.org/pub/GNOME/sources/glade/3.10/">
512http://ftp.gnome.org/pub/GNOME/sources/glade/3.10/</ulink>.
513</para>
514<para>
515Their <acronym>API</acronym> reference manual is for version 3.6.6, which lists
516a total of 553 objects, counting their core, classes, widgets and utilities,
517and including the functions and properties of each. For a comparison,
518<application>Qt</application> 4.7 has over 800 classes, not counting the
519methods (functions) and properties of each class. This puts
520<application>Glade</application> well above <application>FLTK</application> but
521well below <application>Qt</application> in breadth and depth of the widget
522set. However, <application>Glade</application> is used to write
523<trademark>GTK+</trademark> <acronym>GUI</acronym> applications for
524<trademark>GNOME</trademark>, so it fits in well with
525<trademark>GNOME</trademark>'s goal of a simplified
526<trademark>Linux</trademark> desktop.
527</para>
528</sect1>
529
530<!-- GORM -->
531<sect1 id="gorm">
532<title>Gorm - Visual Interface Designer for
533<trademark>GNUstep</trademark></title>
534<para>
535Home Page:
536<ulink
537url="http://www.gnustep.org/experience/Gorm.html">
538http://www.gnustep.org/experience/Gorm.html</ulink>
539</para>
540<para>
541<application>Gorm</application> stands for "Graphical Object Relationship
542Modeller" and is <trademark>GNUstep</trademark>'s easy-to-use interface
543designer.
544</para>
545<para>
546<application>ProjectCenter</application> is <trademark>GNUstep</trademark>'s
547graphical integrated development environment (<acronym>IDE</acronym>). It helps
548one to create all different kinds of projects like applications, tools,
549libraries and bundles. <application>ProjectCenter</application> is integrated
550with <application>Gorm</application>, easing the development of
551<acronym>GUI</acronym> applications. Custom palettes can be dynamically loaded
552to add elements or functionality. After creating the interface, objects can be
553linked using mouse operations. <application>Gorm</application> also features
554interactive testing of interfaces. The <application>Gorm</application> homepage
555links to its <ulink url="http://wiki.gnustep.org/">Project Wiki</ulink> where
556<ulink url="http://wiki.gnustep.org/index.php/Category:Applications">about 100
557applications are listed</ulink>. Many of those application links point to wiki
558stubs where no application, code, or activity has been recorded. The wiki shows
559a "last modified" timestamp of April 2, 2007, so no
560<application>Gorm</application> activity has been recorded in five years,
561although <trademark>GNUstep</trademark> is undergoing active development. The
562<application>Gorm</application> widget set has &mdash; and gives the look of
563&mdash; a console-based graphical application (<abbrev>i.e.</abbrev>, flat,
564gray blocks with triangular indentations acting as buttons) but if you are
565developing for <trademark>GNUstep</trademark>, then
566<application>Gorm</application> may be the <abbrev>UI</abbrev> designer tool
567for you.
568</para>
569</sect1>
570
571<!-- GPHPEDIT -->
196<sect1 id="gphpedit">572<sect1 id="gphpedit">
197<title>gPHPEdit - Edit PHP source files</title>573<title>gPHPEdit - Edit PHP source files</title>
198<para>Home Page: 574<para>
199<ulink url="http://www.gphpedit.org"> http://www.gphpedit.org </ulink>575Home Page:
200</para>576<ulink url="http://www.gphpedit.org">http://www.gphpedit.org</ulink>
201<para>577</para>
202<application>gPHPEdit</application>is a PHP/HTML/CSS Development Environment for GNOME. On top of being lightweight and fast it comes with the following features that include: Syntax Highlighting, Highlights CSS, Highlights SQL (BETA), Coding Assistance, Dropdown Function Lists, Function Parameter Popups, Class/Function Browser, Syntax Checking/Navigating Code, Lint Checking, Incremental Search, Go To Line, Integrated PHP Help, Context Sensitive, Hyperlinked and Fast Startup.578<para>
203</para>579<application>gPHPEdit</application>is a
204</sect1>580<acronym>PHP</acronym>/<acronym>HTML</acronym>/<acronym>CSS</acronym>
205581Development Environment for <trademark>GNOME</trademark>. In addition to being
206<sect1 id="gorm">582lightweight and fast, it offers the following features: Syntax Highlighting,
207<title>Gorm - Visual Interface Designer for GNUstep</title>583Highlights <acronym>CSS</acronym>, Highlights <acronym>SQL</acronym> (BETA),
208<para>Home Page: 584Coding Assistance, Dropdown Function Lists, Function Parameter Popups,
209<ulink url="http://www.gnustep.org/experience/Gorm.html"> http://www.gnustep.org/experience/Gorm.html </ulink>585Class/Function Browser, Syntax Checking/Navigating Code, Lint Checking,
210</para>586Incremental Search, Go To Line, Integrated <acronym>PHP</acronym> Help,
211<para>587Context Sensitive, Hyperlinked and Fast Startup.
212<application>Gorm</application> stands for "Graphical Object Relationship Modeler" and is GNUstep's easy-to-use interface designer.588</para>
213</para>589</sect1>
214<para>590
215<application>ProjectCenter</application> is GNUstep's graphical integrated development environment (IDE). It helps one to create all different kinds of projects like Applications, Tools, Libraries and Bundles. ProjectCenter is integrated with Gorm, easing the development of gui applications. Custom palettes can be dynamically loaded to add additional elements or functionality. After creating the interface, objects can be linked using mouse operations. Also Gorm features interactive testing of interfaces. The Gorm homepage links to its Applications wiki where about 100 applications are listed. However, many of those application links point to wiki stubs where no application, code or any activity has been recorded. That page itself shows "last modified" timestamp of April 2, 2007. So no Gorm activity has been recorded in almost five years, but GNUstep itself is undergoing active development. The Gorm widget set has and gives the look of a console based graphical application. i.e., flat, gray blocks with triangular indentations acting as buttons but if you are developing for GNUstep then Gorm may be your UI designer tool.591<!-- KDEVELOP 4 -->
216</para>
217</sect1>
218
219<sect1 id="kdevelop4">592<sect1 id="kdevelop4">
220<title>KDevelop 4 - IDE for KDE</title>593<title>KDevelop 4 - <acronym>IDE</acronym> for
221<para>Home Page: 594<trademark>KDE</trademark></title>
222<ulink url="http://www.kdevelop.org/mediawiki/index.php/Main_Page"> http://www.kdevelop.org/mediawiki/index.php/Main_Page </ulink>595<para>
223</para>596Home Page:
224<para>597<ulink url="http://www.kdevelop.org/mediawiki/index.php/Main_Page">
225<application>KDevelop 4</application> is a free, open source IDE for MS Windows, Mac OS X, Linux, Solaris and FreeBSD. It is a feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDE and Qt libraries and is under development since 1998. The 4.0 version has not yet included many of the features found in the 3.x version. The differences are listed at this website: <ulink url="http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/KDev3_KDev4_comparison_table"> KDev3 and KDev4 comparison table</ulink>.598http://www.kdevelop.org/mediawiki/index.php/Main_Page</ulink>
226</para>599</para>
227<para>600<para>
228The Qt Assistant has been integrated into KDevelop 4 but the Qt Designer has not been, yet, and an available integration plugin to do that is not yet stable. The KDevelop 3.x IDE, integrated to the Qt3 API is no longer being supported but the IDE for Qt4 is not yet ready.601<application>KDevelop 4</application> is a free, open source
229</para>602<acronym>IDE</acronym> for <trademark>Microsoft Windows</trademark>,
230<para>603<trademark>Mac OS X</trademark>, <trademark>Linux</trademark>,
231KDevelop has the qualities of Eclipse in that it tries to be a platform for several languages and tools, mainly via plugins, but its heart and soul is Qt. The appearance of QtCreator has diverted many users away from KDevelop, especially since QtCreator, devoted only to Qt/C++, has a better foundation for cross-platform application building.604<trademark>Solaris</trademark>, and <trademark>FreeBSD</trademark>. It is a
605full-featured plugin-extensible <acronym>IDE</acronym> for
606<trademark>C/C++</trademark> and other programming languages. It is based on
607<trademark>KDE</trademark> and <application>Qt</application>
608libraries and has been under development since 1998. The 4.0 version has not
609yet included many of the features found in the 3.x version. The differences are
610listed at this website: <ulink
611url="http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/KDev3_KDev4_comparison_table">
612<trademark>KDE</trademark> v3 and <trademark>KDE</trademark> v4 comparison
613table</ulink>.
614</para>
615<para>
616The <trademark>Qt Assistant</trademark> has been integrated into
617<application>KDevelop 4</application>, but the <application>Qt</application>
618Designer has not, and an available integration plugin to do that is not yet
619stable. The <application>KDevelop 3.x</application> <acronym>IDE</acronym>,
620integrated to the <application>Qt</application> 3 <acronym>API</acronym>, is no
621longer being supported, but the <acronym>IDE</acronym> for
622<application>Qt</application> 4 is not yet ready.
623</para>
624<para>
625<application>KDevelop</application> has the qualities of
626<application>Eclipse</application>, in that it tries to be a platform for
627several languages and tools, mainly via plugins, while its heart and soul is
628<application>Qt</application>. The appearance of
629<application>QtCreator</application> has diverted many users away from
630<application>KDevelop</application> &mdash; especially since
631<application>QtCreator</application>, devoted only to
632<application>Qt</application>/<trademark>C++</trademark>, has a better
633foundation for cross-platform application building.
232</para>634</para>
233</sect1>635</sect1>
234636
637<!-- KIMAGEMAPEDITOR -->
235<sect1 id="kimagemapeditor">638<sect1 id="kimagemapeditor">
236<title>KimageMapEditor - HTML Image Map Editor for KDE</title>639<title>KimageMapEditor - HTML Image Map Editor for
237<para>Home Page: 640<trademark>KDE</trademark></title>
238<ulink url="http://www.nongnu.org/kimagemap/index.html"> http://www.nongnu.org/kimagemap/index.html </ulink>641<para>
642Home Page:
643<ulink url="http://www.nongnu.org/kimagemap/index.html">
644http://www.nongnu.org/kimagemap/index.html</ulink>
239</para>645</para>
240<para>646<para>
241The home pages states that <quote><application>KImageMapEditor</application> is a tool for Linux/KDE that allows you to edit image maps of HTML files. It can be fully integrated with Quanta since it is based on KPart technology.</quote> Initially written for KDE 2.0, it is probably the oldest unsupported editor project in the repository. The last update was November 18, 2003, when version 1.0.1 was released. It requires Qt 3.0.3 or greater, but obviously won't work with the Qt4 library or on the KDE4 desktop if the Qt3 libraries are not installed.647The home pages states that <quote><application>KImageMapEditor</application> is
648a tool for <trademark>Linux</trademark>/<trademark>KDE</trademark> that allows
649you to edit image maps of <acronym>HTML</acronym> files. It can be fully
650integrated with <trademark>Quanta</trademark> since it is based on
651<trademark>KPart</trademark> technology.</quote> Initially written for
652<trademark>KDE</trademark> 2.0, it is probably the oldest unsupported editor
653project in the repository. The last update was November 18, 2003, when version
6541.0.1 was released. It requires <application>Qt</application> 3.0.3 or greater,
655but won't work with the <application>Qt</application> 4 library or on the
656<trademark>KDE</trademark> 4 desktop if the <application>Qt</application> 3
657libraries are not installed.
242</para>658</para>
243</sect1>659</sect1>
244660
661<!-- KLINKSTATUS -->
245<sect1 id="klinkstatus">662<sect1 id="klinkstatus">
246<title>KLinkStatus - Web Link Validity Checker for KDE</title>663<title>KLinkStatus - Web Link Validity Checker for
247<para>Home Page: 664<trademark>KDE</trademark></title>
248<ulink url="http://kde-apps.org/content/show.php?content=12318"> http://kde-apps.org/content/show.php?content=12318 </ulink>665<para>
666Home Page:
667<ulink url="http://kde-apps.org/content/show.php?content=12318">
668http://kde-apps.org/content/show.php?content=12318</ulink>
249</para>669</para>
250<para>670<para>
251<application>KLinkStatus</application> is mainly a link checker. It allows you to search internal and external links throughout your web site and view them in a hierarchical format or site tree. Simply point it to a single page and choose the depth to search. You can also check local files, or files over ftp:, sftp:, fish: or any other KIO protocols. For performance, links can be checked simultaneously. This application is part of KDE, as a component of the KDE web development module.671<application>KLinkStatus</application> is mainly a link checker. It allows you
672to search internal and external links throughout your web site and view them in
673a hierarchical format or site tree. Simply point it to a single page and choose
674the depth to search. You can also check local files or files over ftp:, sftp:,
675fish: or any other <trademark>KIO</trademark> protocols. For performance, links
676can be checked simultaneously. This application is part of
677<trademark>KDE</trademark> as a component of the <trademark>KDE</trademark> web
678development module.
252</para>679</para>
253</sect1>680</sect1>
254681
682<!-- KOMPOZER -->
255<sect1 id="kompozer">683<sect1 id="kompozer">
256<title>KompoZer - Create Web Pages</title>684<title>KompoZer - Create Web Pages</title>
257<para>Home Page: 685<para>
258<ulink url="http://kompozer.net"> http://kompozer.net </ulink>686Home Page:
687<ulink url="http://kompozer.net">http://kompozer.net</ulink>
259</para>688</para>
260<para>689<para>
261<application>KompoZer</application> is a complete Web Authoring System that combines web file management and easy-to-use WYSIWYG web page editing capabilities found in Microsoft FrontPage, Adobe DreamWeaver and other high end programs. KompoZer is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive professional-looking web site without needing to know HTML or web coding. KompoZer is a stand-alone tool; hence its small size and fast speed. The website states that <quote>Those who are familiar with the DreamWeaver interface will feel right at home with KompoZer. [It is] The easiest-to-use, most powerful Web Authoring System available for Desktop Linux, Microsoft Windows and Apple Macintosh users.</quote>690<application>KompoZer</application> is a complete web authoring system that
691combines web file management and easy-to-use <abbrev>WYSIWYG</abbrev> web page
692editing capabilities similar to those found in
693<trademark>Microsoft FrontPage</trademark>, <trademark>Adobe
694DreamWeaver</trademark>, and other high-end programs.
695<application>KompoZer</application> is designed to be extremely easy to use,
696making it ideal for non-technical computer users who want to create an
697attractive, professional-looking web site without needing to know
698<acronym>HTML</acronym> or web coding. <application>KompoZer</application> is a
699stand-alone tool; hence, its small size and fast speed. The website states that
700<quote>Those who are familiar with the <trademark>DreamWeaver</trademark>
701interface will feel right at home with <application>KompoZer</application>. The
702easiest-to-use, most powerful Web Authoring System available for Desktop
703<trademark>Linux</trademark>, <trademark>Microsoft Windows</trademark> and
704<trademark>Apple Macintosh</trademark> users.</quote>
262</para>705</para>
263</sect1>706</sect1>
264707
708<!-- LAZARUS -->
265<sect1 id="lazarus">709<sect1 id="lazarus">
266<title>Lazarus - Delphi like IDE for Free Pascal</title>710<title>Lazarus - Delphi like <acronym>IDE</acronym> for Free Pascal</title>
267<para>Home Page: 711<para>
268<ulink url="http://www.lazarus.freepascal.org"> http://www.lazarus.freepascal.org </ulink>712Home Page:
269</para>713<ulink url="http://www.lazarus.freepascal.org">
270<para>714http://www.lazarus.freepascal.org</ulink>
271<application>Lazarus</application> is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL compiler that runs on Linux, Win32 and other platforms. Free Pascal is designed to be able to understand and compile Delphi syntax, which is OOP. Lazarus will allow you to develop Delphi like programs on all of the supported platforms. Once you write your code you just link it against the API widget set of your choice. The project is named Lazarus because it was started/raised from the death of the Megido project. Pascal was invented as a language to teach programming to beginners so it is very structured and type safe to keep them from making mistakes that can plague newcomers learning less restrictive languages like C or C++. The GUI widgets include double-gradient skins on buttons and other controls. 715</para>
272</para>716<para>
273<para>717<application>Lazarus</application> is a free and open source development tool
274However, before you choose Lazarus for your project check with the <ulink url="http://wiki.lazarus.freepascal.org/Lazarus_known_issues_%28things_that_will_never_be_fixed%29"><quote>Things that will never be fixed</quote></ulink> website too see if you can work within those limitations.718for the <trademark>Free Pascal</trademark> compiler, which is also free and
719open source. The <application>Lazarus</application> <acronym>IDE</acronym> is a
720stable and feature-rich programming environment for creating stand-alone
721graphical and console applications. <application>Lazarus</application>
722currently runs on <trademark>Linux</trademark>, <trademark>Mac OS X</trademark>
723and <trademark>Win32</trademark>, and provides a customizable source editor and
724visual form creation environment, along with a package manager, debugger. and
725complete <acronym>GUI</acronym> integration with the <trademark>Free
726Pascal</trademark> compiler.
727</para>
728<para>
729<trademark>Free Pascal</trademark> is designed to be able to understand and
730compile <trademark>Delphi</trademark> syntax, which is object-oriented
731programming. <application>Lazarus</application> will allow you to develop
732<trademark>Delphi</trademark>-like programs on all of the supported platforms.
733Once you write your code, you can link it against the <acronym>API</acronym>
734widget set of your choice. The project is named
735<application>Lazarus</application> because it was started/raised from the death
736of the <trademark>Megido</trademark> project. <trademark>Pascal</trademark> was
737invented as a language to teach programming to beginners, so it is very
738structured and safe to keep them from making mistakes that can plague newcomers
739learning less restrictive languages like <trademark>C</trademark> or
740<trademark>C++</trademark>. The <acronym>GUI</acronym> widgets include
741double-gradient skins on buttons and other controls.
742<note>
743<para>
744Before you choose <application>Lazarus</application> for your project, check
745with the <ulink
746url="http://wiki.lazarus.freepascal.org/Lazarus_known_issues_%28things_that_will_never_be_fixed%29">
747<quote>Things that will never be fixed</quote></ulink> web site to see if you
748can work within its limitations.
749</para>
750</note>
275</para>751</para>
276</sect1>752</sect1>
277753
754<!-- MIT/GNU SCHEME -->
278<sect1 id="scheme">755<sect1 id="scheme">
279<title>MIT/GNU Scheme - Scheme development environment</title>756<title>MIT/GNU Scheme - Scheme development environment</title>
280<para>Home Page: 757<para>
281<ulink url="http://www.gnu.org/software/mit-scheme/"> http://www.gnu.org/software/mit-scheme/ </ulink>758Home Page:
282</para>759<ulink url="http://www.gnu.org/software/mit-scheme/">http://www.gnu.org/software/mit-scheme/</ulink>
283<para>760</para>
284<application>MIT/GNU Scheme</application> is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large run-time library. It is best suited to programming large applications with a rapid development cycle. It is at version 9.10 and is under the GPL license.761<para>
285</para>762<application>MIT/GNU Scheme</application> is an implementation of the
286<para>763<trademark>Scheme</trademark> programming language, providing an interpreter,
287The MIT home page of the Scheme language is <ulink url="http://groups.csail.mit.edu/mac/projects/scheme"> here</ulink>. Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis Steele Jr. and Gerald Jay Sussman. It was designed to have an exceptionally clear and simple semantics and few different ways to form expressions. A wide variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme.764compiler, source-code debugger, integrated <trademark>Emacs</trademark>-like
288</para>765editor, and a large run-time library. It is best suited to programming large
289<note><para>766applications with a rapid development cycle.
290Scheme was one of the first programming languages to incorporate first class procedures as in the lambda calculus, thereby proving the usefulness of static scope rules and block structure in a dynamically typed language. Scheme was the first major dialect of Lisp to distinguish procedures from lambda expressions and symbols, to use a single lexical environment for all variables, and to evaluate the operator position of a procedure call in the same way as an operand position. By relying entirely on procedure calls to express iteration, Scheme emphasized the fact that tail-recursive procedure calls are essentially goto's that pass arguments. Scheme was the first widely used programming language to embrace first class escape procedures, from which all previously known sequential control structures can be synthesized. More recently, building upon the design of generic arithmetic in Common Lisp, Scheme introduced the concept of exact and inexact numbers. Scheme is also the first programming language to support hygienic macros, which permit the syntax of a block-structured language to be extended reliably. 767<application>MIT/GNU Scheme</application> is at version 9.1.1 and is under the
291</para></note>768<trademark>GPL</trademark>.
769</para>
770<para>
771The <trademark>MIT</trademark> home page of the <trademark>Scheme</trademark>
772language is <ulink url="http://groups.csail.mit.edu/mac/projects/scheme">here
773</ulink>. <trademark>Scheme</trademark> is a statically scoped and properly
774tail-recursive dialect of the <trademark>Lisp</trademark> programming language
775invented by Guy Lewis Steele, Jr. and Gerald Jay Sussman. It was designed to
776have exceptionally clear and simple semantics and a few different ways to form
777expressions. A wide variety of programming paradigms &mdash; including
778imperative, functional, and message passing styles &mdash; find convenient
779expression in <trademark>Scheme</trademark>.
780<note>
781<para>
782<trademark>Scheme</trademark> was one of the first programming languages to
783incorporate first class procedures as in the lambda calculus, thereby proving
784the usefulness of static scope rules and block structure in a dynamically typed
785language. <trademark>Scheme</trademark> was the first major dialect of
786<trademark>Lisp</trademark> to distinguish procedures from lambda expressions
787and symbols, to use a single lexical environment for all variables, and to
788evaluate the operator position of a procedure call in the same way as an
789operand position. By relying entirely on procedure calls to express iteration,
790<trademark>Scheme</trademark> emphasized the fact that tail-recursive procedure
791calls are essentially goto's that pass arguments. <trademark>Scheme</trademark>
792was the first widely used programming language to embrace first class escape
793procedures, from which all previously known sequential control structures can
794be synthesized. More recently, building upon the design of generic arithmetic
795in <trademark>Common Lisp</trademark>, <trademark>Scheme</trademark> introduced
796the concept of exact and inexact numbers. <trademark>Scheme</trademark> is also
797the first programming language to support hygienic macros, which permit the
798syntax of a block-structured language to be extended reliably.
799</para>
800</note>
801</para>
292</sect1>802</sect1>
293803
804<!-- MONKEY STUDIO -->
294<sect1 id="monkeystudio">805<sect1 id="monkeystudio">
295<title>Monkey Studio IDE</title>806<title>Monkey Studio <acronym>IDE</acronym></title>
296<para>Home Page: 807<para>
297<ulink url="http://monkeystudio.org"> http://monkeystudio.org </ulink>808Home Page:
298</para>809<ulink url="http://monkeystudio.org">http://monkeystudio.org</ulink>
299<para>810</para>
300<application>Monkey Studio (MkS)</application> is a cross platform IDE written in C++/Qt 4. Its primary goal was to be a Qt 4 only IDE, but it evolved beyond only Qt development. The current version is the v2 branch which succeeded the v1 branch and is dependent on Qt 4.4.0 or greater. It supports Qt 4 projects management and embeds Designer and Assistant to form a complete, fast and power full Qt 4 IDE. 811<para>
301</para>812<application>Monkey Studio (<acronym>MkS</acronym>)</application> is a cross
302<para>813platform <acronym>IDE</acronym> written in <trademark>C++</trademark>/
303<acronym>MkS</acronym> is based upon a powerful and flexible plugin system that allows it to be extended in infinite ways. Currently there are a lot of plugins, including PHP-Qt (Qt4 bindings for PHP) and PyQt (Qt4 bindings for Python).814<application>Qt</application> 4. Its primary goal was to be a
304</para>815<application>Qt</application> 4 only <acronym>IDE</acronym>, but it evolved
305<para>816beyond <application>Qt</application> development to support any kind of
306Monkey Studio is released under the GPL. It is based on Qt 4.4.x and higher, and is working on Linux, Windows and Mac. 817project. The current version is the v2 branch which succeeded the v1 branch and
818is dependent on <application>Qt</application> 4.4.0 or greater. It supports
819<application>Qt</application> 4 project management and embeds
820<trademark>Designer</trademark> and <trademark>Assistant</trademark> to form a
821complete, fast, and powerful <application>Qt</application> 4
822<acronym>IDE</acronym>.
823</para>
824<para>
825<application><acronym>MkS</acronym></application> is based on a powerful and
826flexible plugin system that allows it to be extended in infinite ways.
827Currently there are a lot of plugins, including <acronym>PHP</acronym>-
828<application>Qt</application> (<application>Qt</application> 4 bindings for
829<acronym>PHP</acronym>) and <trademark>PyQt</trademark>
830(<application>Qt</application> 4 bindings for <trademark>Python</trademark>).
831</para>
832<para>
833<application><acronym>MkS</acronym></application> is released under the
834<trademark>GPL</trademark>. It is based on <application>Qt</application> 4.4.x
835and higher, and is working on <trademark>Linux</trademark>,
836<trademark>Windows</trademark>, and <trademark>Mac</trademark>.
307</para>837</para>
308</sect1>838</sect1>
309839
310840<!-- MONODEVELOP -->
311<sect1 id="monodevelop">841<sect1 id="monodevelop">
312<title>MonoDevelop - Develop .NET Applications in an IDE</title>842<title>MonoDevelop - Develop .NET Applications in an
313<para>Home Page: 843<acronym>IDE</acronym></title>
314<ulink url="http://monodevelop.com"> http://monodevelop.com </ulink>844<para>
315</para>845Home Page:
316<para>846<ulink url="http://monodevelop.com">http://monodevelop.com</ulink>
317<application>MonoDevelop</application> is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms. It brings a clone of Microsoft's .NET API to the Linux desktop. It is at version 2.4. The MonoDevelop Core is licensed under the LGPLv2, though much of the code and addins are licensed under the MIT/X11 license. 847</para>
318</para>848<para>
319<para>849<application>MonoDevelop</application> is an <acronym>IDE</acronym> primarily
320MonoDevelop does not contain a visual designer, so C# bindings to the GUI designer components of GTK+ were created to allow for the creation of graphical user interfaces. These bindings are collectively called "GTK#", or GTK Sharp. The parts of .NET which are legally allowed in Mono are defined in the <ulink url="http://www.ecma-international.org/publications/standards/Ecma-334.htm">EMCA 334</ulink>, which covers the C# specifications, and the <ulink url="http://www.ecma-international.org/publications/standards/Ecma-335.htm">EMCA 335</ulink> standard, which covers the CLI specifications. A license must be obtained from Microsoft to use the tools described in these two standards to create a <ulink url="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma PATENT/ECMA-334&#32;&amp;&#32;335/ECMA-335&#32;4th&#32;Edition&#32;patent&#32; statements.pdf">commercial application</ulink>. Microsoft expanded on its EMCA offerings with a <ulink url="http://www.microsoft.com/interop/cp/default.mspx"> <quote>Community Promise</quote></ulink>(CP), which adds several technologies to those listed in ECMA 334 and 335. Some specifications include special terms, which are are noted. The CP applies to anyone who is building software and-or hardware to implement one or more of those specifications. The CP does not apply to any work that you do beyond the scope of the covered specifications. 850designed for <trademark>C#</trademark> and other <trademark>.NET</trademark>
321</para>851languages. <application>MonoDevelop</application> enables developers to quickly
322<para>852write desktop and <trademark>ASP.NET</trademark> Web applications on
323Also, in specified cases (such as where the specifications have uses that exceed those needed to achieve the interoperability needs for which the release under the CP is being made), the CP may have special terms concerning what kinds of implementations are covered. <emphasis>Microsoft is the sole adjudicator</emphasis> in determining if an application conforms to the EMCA and CP, or not, and commercial applications built using Mono may require a license from Microsoft. It would be prudent to consult an attorney specializing in Intellectual Property Rights and contact Microsoft for specific information before beginning development.853<trademark>Linux</trademark>, <trademark>Windows</trademark>, and
854<trademark>Mac OS X</trademark>. <application>MonoDevelop</application> makes
855it easy for developers to port <trademark>.NET</trademark> applications created
856with <trademark>Visual Studio</trademark> to <trademark>Linux</trademark> and
857to maintain a single code base for all platforms. It brings a clone of
858<trademark>Microsoft</trademark>'s <trademark>.NET</trademark>
859<acronym>API</acronym> to the <trademark>Linux</trademark> desktop. It is at
860version 2.8. The <application>MonoDevelop</application> core is licensed under
861the <trademark>LGPL</trademark> v2, though much of the code and add-ins are
862licensed under the <ulink
863url="http://www.opensource.org/licenses/mit-license.php">MIT/X11</ulink>
864license.
865</para>
866<para>
867<application>MonoDevelop</application> does not contain a visual designer, so
868<trademark>C#</trademark> bindings to the <acronym>GUI</acronym> designer
869components of <trademark>GTK+</trademark> were created to allow for the
870creation of graphical user interfaces. These bindings are collectively called
871"GTK#" or GTK Sharp. The parts of <trademark>.NET</trademark> which are legally
872allowed in <application>Mono</application> are defined in the <ulink
873url="http://www.ecma-international.org/publications/standards/Ecma-334.htm">
874<trademark>ECMA</trademark> 334</ulink>, which covers the
875<trademark>C#</trademark> specifications, and the <ulink
876url="http://www.ecma-international.org/publications/standards/Ecma-335.htm">
877<trademark>ECMA</trademark> 335</ulink> standard, which covers the
878<acronym>CLI</acronym> specifications. A license must be obtained from
879<trademark>Microsoft</trademark> to use the tools described in these two
880standards to create a commercial application.
881</para>
882<para>
883<itemizedlist>
884 <listitem>
885 <para>
886 <ulink
887url="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-334%204th%20edition%20Microsoft%20patent%20statement.pdf">ECMA-334 4th edition <trademark>Microsoft</trademark> patent statement.pdf</ulink>
888 </para>
889 </listitem>
890 <listitem>
891 <para>
892 <ulink
893url="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-335%204th%20edition%20Microsoft%20patent%20statement.pdf">ECMA-335 4th edition <trademark>Microsoft</trademark> patent statement.pdf</ulink>
894 </para>
895 </listitem>
896</itemizedlist>
897</para>
898<para>
899<trademark>Microsoft</trademark> expanded on its
900<trademark>ECMA</trademark> offerings with a <ulink
901url="http://www.microsoft.com/interop/cp/default.mspx"><quote>Community
902Promise</quote></ulink>(<acronym>CP</acronym>), which adds several technologies
903to those listed in <trademark>ECMA</trademark> 334 and 335. Some specifications
904include special terms, which are are noted. The <acronym>CP</acronym> applies
905to anyone who is building software and/or hardware to implement one or more of
906those specifications. The <acronym>CP</acronym> does not apply to any work that
907you do beyond the scope of the covered specifications.
908</para>
909<para>
910In specified cases (such as those in which the specifications have uses that
911exceed those needed to achieve the interoperability needs for which the release
912under the <acronym>CP</acronym> is being made), the <acronym>CP</acronym> may
913have special terms concerning the kinds of implementations that are covered.
914<emphasis><trademark>Microsoft</trademark> is the sole adjudicator</emphasis>
915in determining if an application conforms to the <trademark>ECMA</trademark>
916and <acronym>CP</acronym> or not, and commercial applications built using
917<application>Mono</application> may require a license from
918<trademark>Microsoft</trademark>. It would be prudent to consult an attorney
919specializing in Intellectual Property Rights and contact
920<trademark>Microsoft</trademark> for specific information before beginning
921development.
324</para>922</para>
325</sect1>923</sect1>
326924
925<!-- NETBEANS -->
327<sect1 id="netbeans">926<sect1 id="netbeans">
328<title>NetBeans IDE 6.9</title>927<title>NetBeans <acronym>IDE</acronym> 6.9</title>
329<para>Home Page: 928<para>
330<ulink url="http://netbeans.org"> http://netbeans.org </ulink>929Home Page:
331</para>930<ulink url="http://netbeans.org">http://netbeans.org</ulink>
332<para>931</para>
333<application>NetBeans IDE 6.9</application> is an award-winning integrated development environment available for Windows, Mac and Linux. The NetBeans project consists of a free open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++. NetBeans IDE 6.9 introduces the JavaFX Composer, support for JavaFX SDK 1.3, OSGi interoperability, support for the PHP Zend framework and Ruby on Rails 3.0, and more. Like most modern IDE's it extends its capabilities by using the plugin paradigm and because of its long period of development and large number of users who contributed to its development, there are hundreds of plugins available. The majority of the NetBeans IDE code is available under a dual license consisting of the Common Development and Distribution License (CDDL) v1.0 and the GNU General Public License (GPL) v2. No license fee is required to use NetBeans and any commercial application you write does not have to be distributed with the source. Sun no longer exists, having been purchased by Oracle, which now controls Java. 932<para>
334</para>933<application>NetBeans</application> <acronym>IDE</acronym> 6.9 is an
335<para>934award-winning integrated development environment available for
336Java was the original <quote>write once, run anywhere</quote> language tool. However, despite its <quote>superior security model</quote> it has become a favorite target for malware and many security experts are recommending uninstalling Java all together. These security concerns and the lawsuit have taken the shine off of Java development for many coders and corporations.935<trademark>Windows</trademark>, <trademark>Mac</trademark>, and
936<trademark>Linux</trademark>. The <application>NetBeans</application> project
937consists of a free, open-source <acronym>IDE</acronym> and an application
938platform that enables developers to rapidly create web, enterprise, desktop,
939and mobile applications using the <trademark>Java</trademark> platform as well
940as <trademark>JavaFX</trademark>, <acronym>PHP</acronym>,
941<trademark>JavaScript</trademark>, <trademark>Ajax</trademark>,
942<trademark>Ruby</trademark>, <trademark>Ruby on Rails</trademark>,
943<trademark>Groovy</trademark>, <trademark>Grails</trademark>, and
944<trademark>C</trademark>/<trademark>C++</trademark>.
945<application>NetBeans</application> <acronym>IDE</acronym> 6.9 introduces the
946<application><trademark>JavaFX</trademark> Composer</application>, support for
947<application><trademark>JavaFX</trademark> <acronym>SDK</acronym>
9481.3</application>, <trademark>OSGi</trademark> interoperability, the
949<acronym>PHP</acronym> <trademark>Zend</trademark> framework, <trademark>Ruby
950on Rails</trademark> 3.0, and more. Like most modern <acronym>IDE</acronym>s,
951it extends its capabilities by using the plugin paradigm, and because of its
952long period of development and large number of users who contributed to its
953development, there are hundreds of plugins available.
954</para>
955<para>
956The majority of the <application>NetBeans</application> <acronym>IDE</acronym>
957code is available under a dual license consisting of the <ulink
958url="http://netbeans.org/cddl-gplv2.html">Common Development and Distribution
959License (<acronym>CDDL</acronym>) v1.0</ulink> and the <ulink
960url="http://netbeans.org/cddl-gplv2.html"><trademark>GNU</trademark> General
961Public License (<trademark>GPL</trademark>) v2</ulink>. No license fee is
962required to use <application>NetBeans</application>, and any commercial
963application you write does not have to be distributed with the source.
964<trademark>Sun</trademark> no longer exists, having been purchased by
965<trademark>Oracle</trademark>, which now controls <trademark>Java</trademark>.
966</para>
967<para>
968<trademark>Java</trademark> was the original <quote>write once, run
969anywhere</quote> language tool. However, despite its <quote>superior security
970model</quote>, it has become a favorite target for malware, and many security
971experts are recommending uninstalling <trademark>Java</trademark> altogether.
972These security concerns &mdash; and the lawsuit &mdash; have taken the shine
973off of <trademark>Java</trademark> development for many coders and
974corporations.
337</para>975</para>
338</sect1>976</sect1>
339977
340978<!-- PADRE -->
341
342<sect1 id="padre">979<sect1 id="padre">
343<title>Padre - Perl Application Development and Refactoring Environment</title>980<title>Padre - Perl Application Development and Refactoring Environment</title>
344<para>Home Page: 981<para>
345<ulink url="http://padre.perlide.org"> http://padre.perlide.org </ulink>982Home Page:
983<ulink url="http://padre.perlide.org">http://padre.perlide.org</ulink>
346</para>984</para>
347<para>985<para>
348<application>Padre</application> is a text editor that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects. Its primary focus is to create a peerless environment for learning Perl and creating Perl scripts, modules and distributions, with an extensible plug-in system to support the addition of related functionality and languages and to support advanced developers taking the editor anywhere they want it to go. It runs on Microsoft Windows, Linux, FreeBSD, Mac OS X and NetBSD and is under the GPL and the Artistic licenses. Perl is often used as a binder between disparate components in an application or project and is noted for being easy to write but difficult to read. Padre has all the features one would expect in a well supported IDE. It was written using Perl5.986<application>Padre</application> is a text editor that is simple to use for new
987<trademark>Perl</trademark> programmers, but also supports large multi-lingual
988and multi-technology projects. Its primary focus is to create a peerless
989environment for learning <trademark>Perl</trademark> and creating
990<trademark>Perl</trademark> scripts, modules, and distributions, with an
991extensible plug-in system to support the addition of related functionality and
992languages, and to support advanced developers taking the editor anywhere they
993want it to go. It runs on <trademark>Microsoft Windows</trademark>,
994<trademark>Linux</trademark>, <trademark>FreeBSD</trademark>,
995<trademark>Mac OS X</trademark>, and <trademark>NetBSD</trademark> and is under
996the <trademark>GPL</trademark> and the <ulink
997url="http://en.wikipedia.org/wiki/Perl_license">Artistic licenses</ulink>.
998<trademark>Perl</trademark> is often used as a binder between disparate
999components in an application or project and is noted for being easy to write,
1000but difficult to read. <application>Padre</application> has all the features
1001one would expect in a well-supported <acronym>IDE</acronym>. It was written
1002using <trademark>Perl5</trademark>.
349</para>1003</para>
350</sect1>1004</sect1>
3511005
1006<!-- PIDA -->
352<sect1 id="pida">1007<sect1 id="pida">
353<title>PIDA - Python Integrated Development Application</title>1008<title>PIDA - <trademark>Python</trademark> Integrated Development
354<para>Home Page: 1009Application</title>
355<ulink url="http://pida.co.uk"> http://pida.co.uk </ulink>1010<para>
356</para>1011Home Page:
357<para>1012<ulink url="http://pida.co.uk">http://pida.co.uk</ulink>
358The website says that <application>PIDA</application> is different from other IDEs in that it will use the tools already available on the user's system rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features. Development and support for PIDA has been suspended because some developers have been hired by Google, some have college work to complete and other need to find jobs.1013</para>
359</para>1014<para>
360</sect1>1015The website says that <application>PIDA</application> is different from other
3611016<acronym>IDE</acronym>s in that it will use the tools already available on the
1017user's system rather than attempting to reinvent each one.
1018<application>PIDA</application> is written in <trademark>Python</trademark>
1019with the <trademark>PyGTK</trademark> toolkit, and although it is designed to
1020be used to program in any language, <application>PIDA</application> has fancy
1021<trademark>Python</trademark> <acronym>IDE</acronym> features. Development and
1022support for <application>PIDA</application> has been suspended because some
1023developers have been hired by <trademark>Google</trademark>, some have college
1024work to complete, and others need to find jobs.
1025</para>
1026</sect1>
1027
1028<!-- PROJECTCENTER -->
1029<sect1 id="project-center">
1030<title>ProjectCenter - The Official <trademark>GNUstep</trademark>
1031<acronym>IDE</acronym></title>
1032<para>
1033Home Page:
1034<ulink
1035url="http://www.gnu.org/software/gnustep/experience/ProjectCenter.html">
1036http://www.gnu.org/software/gnustep/experience/ProjectCenter.html</ulink>
1037</para>
1038<para>
1039<application>ProjectCenter</application> is <trademark>GNUstep</trademark>'s
1040integrated development environment (<acronym>IDE</acronym>) and allows a rapid
1041development and easy managment of applications, tools and frameworks. It is at
1042version 0.6, is under the <trademark>GPL</trademark> and is
1043being actively developed.
1044</para>
1045</sect1>
1046
1047<!-- PROJECT MANAGER IDE -->
362<sect1 id="project-manager-ide">1048<sect1 id="project-manager-ide">
363<title>Project Manager IDE - IDE for GNUstep</title>1049<title>ProjectManager <acronym>IDE</acronym> - <acronym>IDE</acronym> for
364<para>Home Page: 1050<trademark>GNUstep</trademark></title>
365<ulink url="http://home.gna.org/pmanager"> http://home.gna.org/pmanager </ulink>1051<para>
366</para>1052Home Page:
367<para>1053<ulink url="http://home.gna.org/pmanager">http://home.gna.org/pmanager</ulink>
368This is a project supported by a single developer who hasn't posted any code updates since posting version 0.2 in July of 2006. It is, therefore, a dead project.1054</para>
369</para>1055<para>
370</sect1>1056<application>ProjectManager</application> is an alternative Integrated
3711057Development Environment (<acronym>IDE</acronym>) for
372<sect1 id="project-center">1058<trademark>GNUstep</trademark>. <application>ProjectManager</application> aims
373<title>Project Center - The Official GNUstep IDE</title>1059to provide a simple, but very usable, development environment for all of a
374<para>Home Page: 1060programmer's every day needs.
375<ulink url="http://www.gnu.org/software/gnustep/experience/ProjectCenter.html"> http://www.gnu.org/software/gnustep/experience/ProjectCenter.html </ulink>1061<note>
376</para>1062<para>
377<para>1063This project is supported by a single developer who hasn't posted any code
378<application>ProjectCenter</application> is GNUstep's integrated development environment (IDE) and allows a rapid development and easy managment of ProjectCenter running on GNUstep applications, tools and frameworks. It is at version 0.6, is under the GPL and is being actively developed.1064updates since posting version 0.2 in July of 2006.
379</para>1065</para>
380</sect1>1066</note>
3811067</para>
1068</sect1>
1069
1070<!-- PSYCHOPY -->
382<sect1 id="psychopy">1071<sect1 id="psychopy">
383<title>PsychoPy - Environment for Creating Psychology Stimuli in Psychology</title>1072<title>PsychoPy - Environment for Creating Psychology Stimuli in
384<para>Home Page: 1073Psychology</title>
385<ulink url="http://www.psychopy.org"> http://www.psychopy.org </ulink>1074<para>
1075Home Page:
1076<ulink url="http://www.psychopy.org">http://www.psychopy.org</ulink>
386</para>1077</para>
387<para>1078<para>
388<application>PsychoPy</application> is an cross platform open-source package for running experiments using Python. Contrary to the website's claim, Python is NOT an alternative to MatLab. PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give scientists a free and simple stimulus presentation and control package. It is used by many labs worldwide for psychophysics, cognitive neuroscience and experimental psychology.1079<application>PsychoPy</application> is an cross-platform open-source package
1080for running experiments using <trademark>Python</trademark>. Contrary to the
1081website's claim, <trademark>Python</trademark> is not an alternative to
1082<trademark>MatLab</trademark>. <application>PsychoPy</application> combines the
1083graphical strengths of <trademark>OpenGL</trademark> with the easy
1084<trademark>Python</trademark> syntax to give scientists a free and simple
1085stimulus presentation and control package. It is used by many labs worldwide
1086for psychophysics, cognitive neuroscience, and experimental psychology.
389</para>1087</para>
390</sect1>1088</sect1>
3911089
1090<!-- PYRAQUA -->
392<sect1 id="pyraqua">1091<sect1 id="pyraqua">
393<title>Pyraqua - A Fast and Lightweight IDE for Python using wxPython</title>1092<title>Pyraqua - A Fast and Lightweight <acronym>IDE</acronym> for
1093<trademark>Python</trademark> using wxPython</title>
394<para>1094<para>
395<ulink url="http://code.google.com/p/pyragua/"> http://code.google.com/p/pyragua </ulink>1095<ulink url="http://code.google.com/p/pyragua/">
1096http://code.google.com/p/pyragua</ulink>
396</para>1097</para>
397<para>1098<para>
398Part of Google's "Summer of Code", Pyraqua's home page shows activity last occurred on December 29, 2009 with the posting of version 0.2.5. There has been no activity since then and the project is effectively dead.1099<application>Pyraqua</application> is a development environment for
1100<trademark>Python</trademark>, with the <trademark>wxPython</trademark>
1101graphics library used, and is developed by the <trademark>Pyrox</trademark>
1102research group of the <trademark>Technological University of
1103Pereira</trademark>. Part of <trademark>Google</trademark>'s "Summer of Code",
1104<application>Pyraqua</application> is licensed under the <ulink
1105url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
1106<trademark>GNU</trademark> <acronym>GPL</acronym></ulink> and its home page
1107shows activity last occurred on December 29, 2009 with the posting of version
11080.2.5.
399</para>1109</para>
400</sect1>1110</sect1>
4011111
1112<!-- QT TOOLKIT -->
402<sect1 id="qt-toolkit">1113<sect1 id="qt-toolkit">
403<title>The Qt Toolkit</title>1114<title>The Qt Toolkit</title>
404<para>1115<para>
405<ulink url="http://qt.nokia.com"> http://qt.nokia.com </ulink>1116<ulink url="http://qt.nokia.com">http://qt.nokia.com</ulink>
406</para>1117</para>
407<para>1118<para>
408Qt's latest version is 4.7 but it is usually referred to as "Qt4" to avoid confusion with the previous major release, Qt3. The KDE 3.5.x desktop was built using Qt3 and the KDE 4.x desktop was built using Qt4. The two versions are not compatible, and a tool is provided to migrate applications built with Qt3 to Qt4. However, some classes, methods and properties in Qt3 were not carried forward into Qt4 and those will have to be replaced using existing Qt4 objects.1119<application>Qt</application>'s latest version is 4.8, but it is usually
409</para>1120referred to as "<application>Qt</application> 4" to avoid confusion with the
410<para>1121previous major release, <application>Qt</application> 3. The
411The <application>Qt</application> (pronounced <quote>cute</quote>) toolkit includes three major components, plus the QtCreator IDE and and the Qt-SDK. They are produced by Nokia, which purchased Qt from the original developer, Trolltech so that they could use Qt to develop their mobile phone OS, Symbian. They also use Qt to support MeeGo, an open source Linux project which brings together the Moblin project, headed up by Intel, and Maemo, by Nokia, into a single open source activity. Nokia states that <quote>MeeGo integrates the experience and skills of two significant development ecosystems, versed in communications and computing technologies. The MeeGo project believes these two pillars form the technical foundations for next generation platforms and usages in the mobile and device platforms space. MeeGo currently targets platforms such as netbooks/entry-level desktops, hand held computing and communications devices, in-vehicle infotainment devices, connected TVs, and media phones.</quote> 1122<trademark>KDE</trademark> 3.5.x desktop was built using
412</para>1123<application>Qt</application> 3 and the <trademark>KDE</trademark> 4.x desktop
413<note><para>1124was built using <application>Qt</application> 4. The two versions are not
414On February 11, 2011, Nokia announced a <quote>partnership</quote> with Microsoft in which Nokia will replace Symbian with Windows Phone 7 in wealthy American and European markets, but continue to use Symbian in India and other poorer regions. Because of a huge outcry by Qt and open source supporters who contributed to Symbian, Meego and Maemo, Nokia released a <ulink url="http://blog.qt.nokia.com/2011/02/12/nokia-new-strategic-direction-what-is-the-future-for-qt">blog message</ulink> the next day. It seems they need Qt in order to continue to support Symbian on the 200 million Nokia phones that run it, and MeeGo and Maemo for a <quote>disruptive</quote> presence in the markets for which they are being offered. But, the partnership puts the commercial version of Qt in a questionable light due to the influence of Microsoft and the history of its partnership with Novell, and others which no longer exist.1125compatible, and a tool is provided to migrate applications built with
415</para></note>1126<application>Qt</application> 3 to <application>Qt</application> 4. Some
416<para>1127classes, methods, and properties in <application>Qt</application> 3, however,
417Qt's the three major components are the Designer, the Linguist and the Application Programming Interface (API). The Qt toolkit allows you to write source code for advanced applications with graphical user interfaces on either Linux, Windows or Mac and compile them on all three platforms and embedded operating systems with little or no rewriting of the source code, saving time and development cost.1128were not carried forward into <application>Qt</application> 4, and those will
418</para>1129have to be replaced using existing <application>Qt</application> 4 objects.
419<para>1130</para>
420Since the Qt Toolkit is under the GPL/LGPL it is not threatened by this partnership, and Canonical announced that they are going to use Qt instead of Gnome to develop their Unity 2D desktop. So, considering that, and the fact that Qt is under the GPL/LGPL license, Qt remains as viable a development tool as it was before the announcement. Because Kubuntu uses the KDE desktop and KDE was built with Qt, and Qt is the most powerful GUI RAD tool available on Linux, and some would say Windows as well, the following is information about how to install Qt.1131<para>
1132The <application>Qt</application> (pronounced <quote>cute</quote>) toolkit
1133includes three major components, plus the <application>QtCreator</application>
1134<acronym>IDE</acronym> and the <application>Qt</application>-
1135<acronym>SDK</acronym>. They are produced by <trademark>Nokia</trademark>,
1136which purchased <application>Qt</application> from the original developer,
1137<trademark>Trolltech</trademark> so that <trademark>Nokia</trademark> could use
1138<application>Qt</application> to develop their mobile phone
1139<acronym>OS</acronym>, <trademark>Symbian</trademark>. They also use
1140<application>Qt</application> to support <trademark>MeeGo</trademark>, an open
1141source <trademark>Linux</trademark> project which brings together the
1142<trademark>Moblin</trademark> project, headed up by
1143<trademark>Intel</trademark>, and <trademark>Maemo</trademark>, by
1144<trademark>Nokia</trademark>, into a single open source activity.
1145<trademark>Nokia</trademark> states that <quote><trademark>MeeGo</trademark>
1146integrates the experience and skills of two significant development
1147ecosystems, versed in communications and computing technologies. The
1148<trademark>MeeGo</trademark> project believes these two pillars form the
1149technical foundations for next generation platforms and usages in the mobile
1150and device platforms space. <trademark>MeeGo</trademark> currently targets
1151platforms such as netbooks/entry-level desktops, hand held computing and
1152communications devices, in-vehicle infotainment devices, connected
1153<acronym>TV</acronym>s, and media phones.</quote>
1154<note>
1155<para>
1156On February 11, 2011, <trademark>Nokia</trademark> announced a
1157<quote>partnership</quote> with <trademark>Microsoft</trademark> in which
1158<trademark>Nokia</trademark> will replace <trademark>Symbian</trademark> with
1159<trademark>Windows Phone 7</trademark> in wealthy American and European markets,
1160but continue to use <trademark>Symbian</trademark> in India and other poorer
1161regions. Because of a huge outcry by <application>Qt</application> and open
1162source supporters who contributed to <trademark>Symbian</trademark>,
1163<trademark>Meego</trademark>, and <trademark>Maemo</trademark>,
1164<trademark>Nokia</trademark> released a <ulink
1165url="http://blog.qt.nokia.com/2011/02/12/nokia-new-strategic-direction-what-is-the-future-for-qt">
1166blog message</ulink> the next day. It seems they need
1167<application>Qt</application> in order to continue to support
1168<trademark>Symbian</trademark> on the 200 million <trademark>Nokia</trademark>
1169phones that run it, and <trademark>MeeGo</trademark> and
1170<trademark>Maemo</trademark> for a <quote>disruptive</quote> presence in the
1171markets for which they are being offered. But, the partnership puts the
1172commercial version of <application>Qt</application> in a questionable light due
1173to the influence of <trademark>Microsoft</trademark> and the history of its
1174partnership with <trademark>Novell</trademark> and others which no longer
1175exist.
1176</para>
1177</note>
1178</para>
1179<para>
1180<application>Qt</application>'s three major components are the Designer, the
1181Linguist and the Application Programming Interface (<acronym>API</acronym>).
1182The <application>Qt</application> toolkit allows you to write source code for
1183advanced applications with graphical user interfaces on either
1184<trademark>Linux</trademark>, <trademark>Windows</trademark>, or
1185<trademark>Mac</trademark>. It compiles them on all three platforms and
1186embedded operating systems with little or no rewriting of the source code,
1187saving time and development costs.
1188</para>
1189<para>
1190Since the <application>Qt</application> Toolkit is under the
1191<trademark>GPL</trademark>/<trademark>LGPL</trademark>, it is not threatened by
1192this partnership, and <trademark>Canonical</trademark> announced that they are
1193going to use <application>Qt</application> instead of
1194<trademark>GNOME</trademark> to develop their <trademark>Unity</trademark> 2D
1195desktop. So, considering that, and the fact that <application>Qt</application>
1196is under the <trademark>GPL</trademark>/<trademark>LGPL</trademark> license,
1197<application>Qt</application> remains as viable a development tool as it was
1198before the announcement.
1199</para>
1200<para>
1201&kubuntu; uses the <trademark>KDE</trademark> desktop, and
1202<trademark>KDE</trademark> was built with <application>Qt</application>. Some
1203would say that <application>Qt</application> is the most powerful
1204<acronym>GUI RAD</acronym> tool available on <trademark>Linux</trademark>, and
1205<trademark>Windows</trademark> as well.
421</para>1206</para>
422<sect2>1207<sect2>
423<title>Installation of Qt</title>1208<title>Installation of <application>Qt</application></title>
424<para>1209<para>
425The entire Qt toolkit is in the repository as qt-sdk or as part of the Qt SDK available from the <ulink url="http://qt.nokia.com/downloads"> http://qt.nokia.com/downloads </ulink> website under either the LGPL or a commercial license. The latest version the Qt-SDK-1.1 zip file available from Nokia in either the <ulink url="http://qt.nokia.com/downloads/sdk-linux-x11-64bit-cpp">32 bit</ulink> or <ulink url="http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp">64 bit</ulink> version. Either includes the QtCreator, the Designer, the Assistant (API), the Linguist and all the necessary libraries and utilities. The Qt SDK can be installed in the user's home account and used to create applications regardless of which version of Qt libraries the KDE desktop requires because the SDK startup scripts sets the shell environment to point to the SDK libraries.1210The entire <application>Qt</application> toolkit is in the repository as qt-sdk
1211or as part of the <application>Qt</application> <acronym>SDK</acronym>
1212available from the <ulink
1213url="http://qt.nokia.com/downloads">http://qt.nokia.com/downloads</ulink>
1214website under either the <trademark>LGPL</trademark> or a commercial license.
1215The latest version is 1.2 and is available from <trademark>Nokia</trademark> in
1216either the <ulink url="http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp">
121732 bit</ulink> or <ulink
1218url="http://qt.nokia.com/downloads/sdk-linux-x11-64bit-cpp">64 bit</ulink>
1219version. Each includes the <application>QtCreator</application>, the Designer,
1220the Assistant (<acronym>API</acronym>), the Linguist, and all the necessary
1221libraries and utilities. <application>Qt</application> <acronym>SDK</acronym>
1222can be installed in the user's home account and used to create applications
1223regardless of which version of <application>Qt</application> libraries the
1224<trademark>KDE</trademark> desktop requires, because the <acronym>SDK</acronym>
1225startup script sets the shell environment to point to the
1226<acronym>SDK</acronym> libraries.
426</para>1227</para>
427<para>1228<para>
428To use the QtCreator without installing the SDK one must first install the Qt components from the repository so that the Qt libraries, qmake, moc, debugger and other utilities are available to be automatically located by QtCreator when it is installed. Installing the following necessary packages in the order given will establish a proper QtCreator development environment:1229To use the <application>QtCreator</application> without installing the
1230<acronym>SDK</acronym>, one must first install the
1231<application>Qt</application> components from the repository so that the
1232<application>Qt</application> libraries, qmake, moc, debugger, and other
1233utilities will be available to be automatically located by
1234<application>QtCreator</application> when it is installed. Installing the
1235following necessary packages in the order given will establish a proper
1236<application>QtCreator</application> development environment:
429<orderedlist>1237<orderedlist>
430 <listitem><para>qt4-dev-tools</para></listitem>1238 <listitem>
431 <listitem><para>qt4-doc (installs the API locally, to save HD space use the online version)</para></listitem>1239 <para>
432 <listitem><para>qt4-designer</para></listitem>1240 qt4-dev-tools
433 <listitem><para>qt4-make</para></listitem>1241 </para>
434 <listitem><para>qt4-qtconfig</para></listitem>1242 </listitem>
435 <listitem><para>libqt4-sqlite</para></listitem>1243 <listitem>
436 <listitem><para>qtcreator</para></listitem>1244 <para>
1245 qt4-doc (installs the <acronym>API</acronym> locally
1246 &mdash; to save <acronym>HD</acronym> space, use the online
1247 version)
1248 </para>
1249 </listitem>
1250 <listitem>
1251 <para>
1252 qt4-designer
1253 </para>
1254 </listitem>
1255 <listitem>
1256 <para>
1257 qt4-make
1258 </para>
1259 </listitem>
1260 <listitem>
1261 <para>
1262 qt4-qtconfig
1263 </para>
1264 </listitem>
1265 <listitem>
1266 <para>
1267 libqt4-sqlite
1268 </para>
1269 </listitem>
1270 <listitem>
1271 <para>
1272 qtcreator
1273 </para>
1274 </listitem>
437</orderedlist>1275</orderedlist>
438</para>1276</para>
439<para>1277<para>
440Several other packages might be necessary, depending on your needs. For example, if you want to create database applications then libqt4-sql-psql, libqt4-sql-mysql and libqt4-sql-sqlite will allow you to connect to a PostgreSQL, MySQL or SQLite3 database, respectively. Also consider qt4-demos, libqt4-dbg, libqt4-network, libqt4-script, libqt4-xml, python-qt4 (Python bindings) and libqt4-webkit.1278Several other packages might be necessary depending on your needs. For example,
441</para>1279if you want to create database applications, then libqt4-sql-psql,
442<para>1280libqt4-sql-mysql, and libqt4-sql-sqlite will allow you to connect to a
443One can also create Qt applications using just Qt-Designer, the Assistant, and the Linguist by installing all of the 6 necessary packages listed above except qtcreator, which can be replaced using Kate or your favorite text editor. In this case one runs the Qt-Designer to create the graphical user interfaces independent of the text editor used.1281<trademark>PostgreSQL</trademark>, <trademark>MySQL</trademark> or
444</para>1282<trademark>SQLite3</trademark> database, respectively. Also consider qt4-demos,
445</sect2>1283libqt4-dbg, libqt4-network, libqt4-script, libqt4-xml, python-qt4
446<sect2>1284(<trademark>Python</trademark> bindings), and libqt4-webkit.
447<title>Qt Designer</title>1285</para>
448<para>1286<para>
449The Designer is the graphical user interface (GUI) designing tool for graphical applications written using the Qt toolkit. Qt provides the building blocks — a broad set of customizable widgets, graphics canvas, style engine and more that you need to build modern user interfaces. You can incorporate 3D graphics, multimedia audio or video, visual effects, and animations into your projects. Qts integration with the WebKit web rendering engine means that one can quickly incorporate content and services from the Web into their native application, and can use the web environment to deliver their services and functionality.1287One can also create <application>Qt</application> applications using just
450</para>1288Qt-Designer, the Assistant, and the Linguist, by installing all of the 6
451</sect2>1289necessary packages listed above except for qtcreator, which can be replaced
452<sect2>1290using <application>Kate</application> or your favorite text editor. In this
453<title>Qt Linguist</title>1291case one runs the Qt-Designer to create the graphical user interfaces
454<para>1292independent of the text editor used.
455The Linguist is Qt's i18n tool. (The word "internationalization" has 18 letters between its first and last letter). It allows for easy creation of translation files which are used with the translate (tr()) function to allow the text displayed by an application to localized to the language of the user.1293</para>
456</para>1294</sect2>
457</sect2>1295<sect2>
458<sect2>1296<title><trademark>Qt</trademark> Designer</title>
459<title>Qt Assistant</title>1297<para>
460<para>1298The Designer is the graphical user interface (<acronym>GUI</acronym>) designing
461The Assistant is Qt's Application Programming Interface (API), a world class documentation for Qt. It deals with more than just Qt's tools and classes. The API for any release of Qt, its tools and addons can be found <ulink url="http://doc.qt.nokia.com"> here</ulink>. It includes the following: Class index, Function index, Modules, Namespaces, Global Declarations, and the elements of the new declarative tool QML.1299tool for graphical applications written using the <application>Qt</application>
462</para>1300toolkit. <application>Qt</application> provides the building blocks &mdash;
463<para>1301a broad set of customizable widgets, graphics canvas, style engine, and more
464Other Qt API Topics are: Programming with Qt, Device UI's and Qt Quick, UI Design with Qt, Cross-platform and Platform-specific info, Qt and Key Technologies, and How-To's and Best Practices. Several dozen examples are documented. The Assistant also includes tutorials, demos and QML Examples.1302that you need to build modern user interfaces. You can incorporate 3D graphics,
1303multimedia audio or video, visual effects, and animations into your projects.
1304<application>Qt</application>'s integration with the
1305<trademark>WebKit</trademark> web rendering engine means that one can quickly
1306incorporate content and services from the web into their native application,
1307and can use the web environment to deliver their services and functionality.
1308</para>
1309</sect2>
1310<sect2>
1311<title><trademark>Qt</trademark> Linguist</title>
1312<para>
1313The Linguist is <application>Qt</application>'s i18n tool (the word
1314"internationalization" has 18 letters between its first and last letter). It
1315allows for easy creation of translation files which are used with the translate
1316(tr()) function to allow the text displayed by an application to be localized
1317to the language of the user.
1318</para>
1319</sect2>
1320<sect2>
1321<title><trademark>Qt</trademark> Assistant</title>
1322<para>
1323The Assistant is <application>Qt</application>'s Application Programming
1324Interface (<acronym>API</acronym>) with world class documentation for
1325<application>Qt</application>. It deals with more than just
1326<application>Qt</application>'s tools and classes. The <acronym>API</acronym>
1327for any release of <application>Qt</application>, its tools and addons can be
1328found <ulink url="http://doc.qt.nokia.com">here</ulink>. It includes the
1329following: Class index, Function index, Modules, Namespaces, Global
1330Declarations, and the elements of the new declarative tool
1331<trademark>QML</trademark>.
1332</para>
1333<para>
1334Other <application>Qt</application> <acronym>API</acronym> Topics are:
1335Programming with <application>Qt</application>, Device <acronym>UI</acronym>'s
1336and <application>Qt</application> Quick, <acronym>UI</acronym> Design with
1337<application>Qt</application>, Cross-platform and Platform-specific info,
1338<application>Qt</application> and Key Technologies, and How-To's and Best
1339Practices. Several dozen examples are documented. The Assistant also includes
1340tutorials, demos and <trademark>QML</trademark> examples.
465</para>1341</para>
466</sect2>1342</sect2>
467<sect2>1343<sect2>
468<title>QtCreator</title>1344<title>QtCreator</title>
469<para>1345<para>
470<application>QtCreator</application> is Qt's graphical IDE, linking a powerful text editor, the Designer and debugger in a GUI environment. The LGPL version includes connectivity to PostgreSQL and other open source databases. The commercial license allows connectivity to those open source databases and to proprietary databases like Oracle. QtCreator is similar in power to Microsoft's Visual Studio C++. Simple applications can sometimes be created without having to write a single line of code. The internet and YouTube is full of tutorials and videos describing all levels of Qt development, like this one documenting the results of a <ulink url="http://sector.ynet.sk/qt4-tutorial">first time user</ulink>. 1346<application>QtCreator</application> is <application>Qt</application>'s
1347graphical <acronym>IDE</acronym>, linking a powerful text editor, the Designer
1348and debugger in a <acronym>GUI</acronym> environment. The
1349<trademark>LGPL</trademark> version includes connectivity to
1350<trademark>PostgreSQL</trademark> and other open source databases. The
1351commercial license allows connectivity to those open source databases and to
1352proprietary databases like <trademark>Oracle</trademark>.
1353<application>QtCreator</application> is similar in power to
1354<trademark>Microsoft's Visual Studio C++</trademark>. Simple applications can
1355sometimes be created without having to write a single line of code. The
1356internet and <trademark>YouTube</trademark> is full of tutorials and videos
1357describing all levels of <application>Qt</application> development.
471</para>1358</para>
472</sect2>1359</sect2>
473</sect1>1360</sect1>
4741361
1362<!-- QUANTA PLUS -->
475<sect1 id="quanta-plus">1363<sect1 id="quanta-plus">
476<title>Quanta Plus - Web Development GUI</title>1364<title>Quanta Plus - Web Development <acronym>GUI</acronym></title>
477<para>Home Page: 1365<para>
478<ulink url="http://quanta.kdewebdev.org"> is a dead link</ulink>.1366Home Page:
1367<ulink url="http://quanta.kdewebdev.org">is a dead link</ulink>.
479</para>1368</para>
480<para>1369<para>
481The Quanta Plus <ulink url="http://sourceforge.net/projects/quanta/files/quanta/Quanta%203.5.8/">sourceforge website</ulink> shows that version 3.5.7, released on November 9, 2007 was the last update posted. Quanta Plus can be considered a dead project. The only changes in the Kubuntu repository package appear to be to the desktop file, made by the Kubuntu dev team. KompoZer is considered its replacement.1370The <application>Quanta Plus</application> <ulink
1371url="http://sourceforge.net/projects/quanta/files/quanta/Quanta%203.5.8/">
1372sourceforge website</ulink> shows that version 3.5.8, released on November 9,
13732007, was the last update posted. <application>Quanta Plus</application> can be
1374considered a dead project. The only changes in the &kubuntu; repository package
1375appear to be to the desktop file, made by the &kubuntu; development team.
1376<application>KompoZer</application> is considered its replacement.
482</para>1377</para>
483</sect1>1378</sect1>
4841379
1380<!-- SEAMONKEY -->
485<sect1 id="seamonkey">1381<sect1 id="seamonkey">
486<title>Seamonkey - Internet Navigator and Composer</title>1382<title>Seamonkey - Internet Navigator and Composer</title>
487<para>Home Page: 1383<para>
488<ulink url="http://www.seamonkey-project.org"> http://www.seamonkey-project.org </ulink>1384Home Page:
489</para>1385<ulink
490<para>1386url="http://www.seamonkey-project.org">http://www.seamonkey-project.org</ulink>
491The <application>SeaMonkey</application> project is a community effort to develop the SeaMonkey all-in-one internet application suite. Such a software suite was previously made popular by Netscape and Mozilla, and the SeaMonkey project continues to develop and deliver high-quality updates to this concept. It includes an Internet browser, email &amp; newsgroup client with an included web feed reader, HTML editor, IRC chat and web development tools. On February 14, 2011 version 2.1 Beta 2 was released.1387</para>
492</para>1388<para>
493<para>1389The <application>SeaMonkey</application> project is a community effort to
494Powered by Mozilla Under the hood, SeaMonkey uses much of the same Mozilla source code which powers such successful siblings as Firefox, Thunderbird, Camino, Sunbird and Miro. Legal backing is provided by the Mozilla Foundation. The code is licensed under a MPL/GPL/LGPL tri-licsense, allowing it to be easily reused in different environments. If your Internet activity consists of just browsing, emailing, using the IRC, reading web feeds and doing some light HTML editing then this application fills all your needs.1390develop the <application>SeaMonkey</application> all-in-one internet
1391application suite. Such a software suite was previously made popular by
1392<trademark>Netscape</trademark> and <trademark>Mozilla</trademark>, and the
1393<application>SeaMonkey</application> project continues to develop and deliver
1394high-quality updates to this concept. It includes an internet browser, email
1395&amp; newsgroup client, with an included web feed reader, HTML editor, IRC
1396chat, and web development tools. On March 13, 2012, version 2.8 was released.
1397</para>
1398<para>
1399Powered by <trademark>Mozilla</trademark> under the hood,
1400<application>SeaMonkey</application> uses much of the same
1401<trademark>Mozilla</trademark> source code which powers such successful
1402siblings as <trademark>Firefox</trademark>, <trademark>Thunderbird</trademark>,
1403<trademark>Camino</trademark>, <trademark>Sunbird</trademark> and
1404<trademark>Miro</trademark>. Legal backing is provided by the
1405<trademark>Mozilla Foundation</trademark>. The code is licensed under a <ulink
1406url="http://www.mozilla.org/MPL/"><trademark>MPL</trademark></ulink>/
1407<trademark>GPL</trademark>/<trademark>LGPL</trademark> tri-license, allowing it
1408to be easily reused in different environments. If your internet activity
1409consists of just browsing, emailing, using <acronym>IRC</acronym>, reading web
1410feeds, and doing some light <acronym>HTML</acronym> editing, then this
1411application fills all your needs.
495</para>1412</para>
496</sect1>1413</sect1>
4971414
1415<!-- SPE -->
498<sect1 id="spe">1416<sect1 id="spe">
499<title>SPE - Stani's Python IDE</title>1417<title>SPE - Stani's <trademark>Python</trademark>
500<para>Home Page:1418<acronym>IDE</acronym></title>
501<ulink url="http://pythonide.stani.be/"> http://pythonide.stani.be </ulink>1419<para>
1420Home Page:
1421<ulink url="http://pythonide.stani.be/">http://pythonide.stani.be</ulink>
502</para>1422</para>
503<para>1423<para>
504<application>SPE</application> is a python IDE with auto indentation and completion, call tips, syntax coloring &amp; highlighting, uml viewer, class explorer, source index, todo list, pycrust shell, file browsers, drag and drop, Blender support. SPE ships with wxGlade,PyChecker and Kiki. SPE is a mature project but development seems to have stopped around 2008.1424<application>SPE</application> is a <trademark>Python</trademark>
1425<acronym>IDE</acronym> with auto indentation and completion, call tips, syntax
1426coloring &amp; highlighting, <trademark>UML</trademark> viewer, class explorer,
1427source index, todo list, <trademark>PyCrust</trademark> shell, file browsers,
1428drag and drop, <trademark>Blender</trademark> support.
1429<application>SPE</application> ships with <trademark>wxGlade</trademark>,
1430<trademark>PyChecker</trademark>, and <trademark>Kiki</trademark>.
1431<application>SPE</application> is a mature project, but development seems to
1432have stopped in 2008.
505</para>1433</para>
506</sect1>1434</sect1>
5071435
1436<!-- WXFORMBUILDER -->
508<sect1 id="wxformbuilder">1437<sect1 id="wxformbuilder">
509<title>wxFormBuilder - wxWidgets GUI Designer</title>1438<title>wxFormBuilder - wxWidgets <acronym>GUI</acronym> Designer</title>
510<para>Home Page:1439<para>
511<ulink url="http://sourceforge.net/apps/wordpress/wxformbuilder"> http://sourceforge.net/apps/wordpress/wxformbuilder </ulink>1440Home Page:
1441<ulink url="http://sourceforge.net/apps/wordpress/wxformbuilder">
1442http://sourceforge.net/apps/wordpress/wxformbuilder</ulink>
512</para>1443</para>
513<para>1444<para>
514<application>wxFormBuilder</application> is an open-source, cross-platform RAD tool for wxWidgets. It aims to be an application that as well as enabling visual development and generating the corresponding code, allows the inclusion of non-graphical components, as well as providing facilities for extending the set of widgets easily via plugins. One should not edit the code generated by wxFormbuilder, so the correct way to implement a GUI generated by wxFormBuilder is by using inheritance. The generated classes which create the GUI are intended to be used as base classes for the user-entered classes which implement the GUI. See the <ulink url="http://wiki.wxformbuilder.org/Tutorials/WhyCantIEditTheGeneratedCode"> Why Can't I Edit the Generated Code</ulink> web page.1445<application>wxFormBuilder</application> is an open-source, cross-platform
1446<acronym>RAD</acronym> tool for <trademark>wxWidgets</trademark>. It aims to be
1447an application that &mdash; as well as enabling visual development and
1448generating the corresponding code &mdash; allows the inclusion of non-graphical
1449components, and provides facilities for extending the set of widgets easily via
1450plugins. One should not edit the code generated by
1451<application>wxFormBuilder</application>, so the correct way to implement a
1452<acronym>GUI</acronym> generated by <application>wxFormBuilder</application> is
1453by using inheritance. The generated classes which create the
1454<acronym>GUI</acronym> are intended to be used as base classes for the
1455user-entered classes which implement the <acronym>GUI</acronym>.
515</para>1456</para>
516</sect1>1457</sect1>
517</article>1458</article>
5181459
=== modified file 'docs/office/C/office.xml'
--- docs/office/C/office.xml 2011-01-25 03:01:24 +0000
+++ docs/office/C/office.xml 2012-03-20 07:06:17 +0000
@@ -12,7 +12,8 @@
12<title>Office and Productivity</title>12<title>Office and Productivity</title>
13&legalnotice;13&legalnotice;
14<abstract>14<abstract>
15<para>This document contains information on the installed and available Office15<para>
16This document contains information on the installed and available Office
16applications for &kubuntu;.17applications for &kubuntu;.
17</para>18</para>
18</abstract>19</abstract>
@@ -22,48 +23,55 @@
22<title>Introduction</title>23<title>Introduction</title>
2324
24<para>25<para>
25The default office application in &kubuntu; is LibreOffice. This office26The default office application in &kubuntu; is LibreOffice. It includes Calc,
26suite includes Writer, Calc, Draw, Impress and Math. This suite is the27Draw, Impress, Math, and Writer. This suite is the open source equivalent of
27open source equivalent of the Microsoft Office suite, and each application28the <trademark>Microsoft Office</trademark> suite, and each application
28corresponds to a similar product in that line. Calc is similar to Excel, Writer29corresponds to a similar product in that line. Calc is similar to
29is like Word, Impress is similar to PowerPoint, Base and Access have similar30<trademark>Excel</trademark>, Writer is like <trademark>Word</trademark>,
30functions. LibreOffice applications work well with the files created by their31Impress is similar to <trademark>PowerPoint</trademark>, Base and
31Microsoft counterparts, with the exception of Microsoft Access files.</para>32<trademark>Access</trademark> have similar functions. LibreOffice
3233applications work well with the files created by their
33<para>All of these applications are installed by default. &kubuntu; has renamed34<trademark>Microsoft</trademark> counterparts, with the exception of
34the titles listed in the <application>Kickoff Application Launcher</application>35<trademark>Microsoft Access</trademark> files.
35to reflect how the applications are used. For more information, visit the36</para>
36LibreOffice suite, found at <ulink37<para>
38All of these applications (except for Base) are installed by default. &kubuntu;
39has renamed the titles listed in the <application>Kickoff Application
40Launcher</application> to reflect how the applications are used. For more
41information, visit the LibreOffice suite at <ulink
37url="http://www.libreoffice.org">LibreOffice</ulink>.42url="http://www.libreoffice.org">LibreOffice</ulink>.
38</para>43</para>
39
40<orderedlist>44<orderedlist>
41<listitem>45<listitem>
42<para>LibreOffice Impress (Presentation) can be used to create46<para>
43presentations. Most PowerPoint files may be opened flawlessly in Impress. 47LibreOffice Impress (Presentation) can be used to create presentations.
44LibreOffice Impress can be launched by going to &menuooimpress;.</para>48Most <trademark>PowerPoint</trademark> files can be opened flawlessly in
45</listitem>49Impress. LibreOffice Impress can be launched by going to &menuloimpress;.
4650</para>
47<listitem>51</listitem>
48<para>LibreOffice Calc (Spreadsheets) is a full-featured spreadsheet52<listitem>
49program. Calc supports multiple spreadsheets, built-in functions, and can read53<para>
50and write most Microsoft Excel formats. LibreOffice Calc can be launched by54LibreOffice Calc (Spreadsheets) is a full-featured spreadsheet program. Calc
51going to &menuoocalc;.</para>55supports multiple spreadsheets, built-in functions, and can read and write most
52</listitem>56<trademark>Microsoft Excel</trademark> formats. LibreOffice Calc can be
5357launched by going to &menulocalc;.
54<listitem>58</para>
55<para>LibreOffice Writer (Word Processor) is a full-featured word processor59</listitem>
56that can create simple or complex documents. Writer can be launched by going to60<listitem>
57&menuoowriter;.</para>61<para>
58</listitem>62LibreOffice Writer (Word Processor) is a full-featured word processor that can
5963create simple or complex documents. Writer can be launched by going to
60<listitem>64&menulowriter;.
61<para>LibreOffice Draw provides complex functionality to create drawings,65</para>
62diagrams, charts and other business graphics. The application is object-oriented66</listitem>
63and allows for layering of various panes of work. Draw can be launched from67<listitem>
64within any other LibreOffice application or by pressing68<para>
65<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and69LibreOffice Draw provides complex functionality to create drawings, diagrams,
66typing <userinput>oodraw</userinput> and pressing the <guibutton>Ok</guibutton>70charts and other business graphics. The application is object-oriented and
71allows for layering of various panes of work. Draw can be launched from within
72any other LibreOffice application, by going to &menulodraw;, or by pressing
73<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and typing
74<userinput>lodraw</userinput> and pressing the <guibutton>Ok</guibutton>
67button.75button.
68</para>76</para>
69</listitem>77</listitem>
@@ -74,29 +82,36 @@
74<sect1 id="database" status="needs review">82<sect1 id="database" status="needs review">
75<title>Database Application</title>83<title>Database Application</title>
7684
77<para>&kubuntu; does not ship with a default database application. However85<para>
78there are options to choose from.86&kubuntu; does not ship with a default database application. However, there are
87options to choose from.
79<itemizedlist>88<itemizedlist>
80<listitem>89<listitem>
81<para><application>LibreOffice Base</application> is the database that is a90<para>
82part of the LibreOffice suite.91<application>LibreOffice Base</application> is the database that is a part of
83<application>Base</application> is in the <emphasis>Main</emphasis> repository. 92the LibreOffice suite. <application>Base</application> is in the
84Please refer to the 93<emphasis>Main</emphasis> repository. Please refer to the <ulink
85<ulink type="help" url="help:kubuntu/add-applications">Adding94type="help" url="help:kubuntu/manage-software">Software Management In
86Applications</ulink> documentation for help on installation.</para>95&kubuntu;</ulink> documentation for help with installation.
96</para>
87</listitem>97</listitem>
88
89<listitem>98<listitem>
90<para><application>Kexi</application> is another choice for a database99<para>
91application. Kexi is part of the KDE <application>KOffice</application>100<application>Kexi</application> is another choice for a database application.
92suite and tends to integrate better within KDE. <application>Kexi</application>101Kexi is part of the KDE <application>KOffice</application> suite and tends to
93is in the <emphasis>Main</emphasis> repository. Please refer to the102integrate better within KDE. <application>Kexi</application> is in the
94<ulink type="help" url="help:/kubuntu/add-applications">Adding103<emphasis>Main</emphasis> repository. Please refer to the <ulink type="help"
95Applications</ulink> documentation for help on installation.</para>104url="help:kubuntu/manage-software">Software Management In &kubuntu;</ulink>
105documentation for help with installation.
106</para>
96</listitem>107</listitem>
97</itemizedlist>108</itemizedlist>
98It is recommended to try both database applications in order to see which works109<note>
99best in a given situation.</para>110<para>
111It is recommended to try both database applications in order to see which works
112best in a given situation.
113</para>
114</note>
100</sect1>115</sect1>
101116
102</article>117</article>
103118
=== modified file 'docs/support/C/support.xml'
--- docs/support/C/support.xml 2010-03-26 06:26:38 +0000
+++ docs/support/C/support.xml 2012-03-20 07:06:17 +0000
@@ -13,8 +13,7 @@
13&legalnotice;13&legalnotice;
14<abstract>14<abstract>
15<para>15<para>
16This document explains how to obtain extra help with a16This document explains how to obtain extra help with a Kubuntu desktop system.
17Kubuntu desktop system.
18</para>17</para>
19</abstract>18</abstract>
20</articleinfo>19</articleinfo>
@@ -23,15 +22,15 @@
23<title>Application Help</title>22<title>Application Help</title>
2423
25<para>24<para>
26The easiest way to find help about an application is to read its handbook, which25The easiest way to find help on an application is to read its handbook, which
27is accessible from the <emphasis>Help</emphasis> menu in the application's26is accessible from the <emphasis>Help</emphasis> menu in the application's
28toolbar. 27toolbar.
29</para>28</para>
30<para>29<para>
31<acronym>KDE</acronym> also offers extra documentation on all the software30<acronym>KDE</acronym> also offers extra documentation on all the software
32shipped with it. This documentation can be accessed through their <ulink31shipped with it. This documentation can be accessed through their <ulink
33url="http://www.kde.org/documentation/">website</ulink> and is also present on32url="http://www.kde.org/documentation/">website</ulink> and is also present on
34a &kubuntu; system in <application>KHelpCenter</application>.33a &kubuntu; system in the <application>KHelpCenter</application>.
35</para>34</para>
36</sect1>35</sect1>
3736
@@ -39,12 +38,12 @@
39<title><acronym>KDE</acronym> Help Center</title>38<title><acronym>KDE</acronym> Help Center</title>
4039
41<para>40<para>
42The <acronym>KDE</acronym> help system known as41The <acronym>KDE</acronym> help system known as the
43<application>KHelpCenter</application> is included with &kubuntu;. To42<application>KHelpCenter</application> is included with &kubuntu;. To access
44access <application>KHelpCenter</application>, go to &menuhelp;. From there,43<application>KHelpCenter</application>, go to &menuhelp;. From there, search
45search within the system's man pages or within the system documentation created44within the system's man pages or within the system documentation created by the
46by the &kubuntu; and <acronym>KDE</acronym> documenters. The main page is a45&kubuntu; and <acronym>KDE</acronym> documenters. The main page is a simple
47simple menu layout that provides access to the needed help.46menu layout that provides access to the needed help.
48</para>47</para>
49</sect1>48</sect1>
50 49
@@ -59,29 +58,29 @@
59<itemizedlist>58<itemizedlist>
60<listitem>59<listitem>
61<para>60<para>
62<ulink url="http://help.ubuntu.com/">The Ubuntu Documentation Website</ulink>61The <ulink url="http://help.ubuntu.com/">Ubuntu Documentation Website</ulink>
63contains HTML and PDF versions of this guide, and other guides produced by the62contains HTML and PDF versions of this guide, and other guides produced by the
64Ubuntu Documentation Team for Ubuntu and Kubuntu.63Ubuntu Documentation Team for Ubuntu and Kubuntu.
65</para>64</para>
66</listitem>65</listitem>
67<listitem>66<listitem>
68<para>67<para>
69<ulink url="https://help.ubuntu.com/community">Ubuntu Community Documentation68The <ulink url="https://help.ubuntu.com/community">Ubuntu Community
70Wiki</ulink> - this contains many other community maintained guides.69Documentation Wiki</ulink> contains many other community-maintained guides.
71</para>70</para>
72</listitem>71</listitem>
73<listitem>72<listitem>
74<para>73<para>
75<ulink url="http://www.kubuntuforums.net/">Kubuntu</ulink> and <ulink74The <ulink url="http://www.kubuntuforums.net/">Kubuntu</ulink> and <ulink
76url="http://ubuntuforums.org/">Ubuntu</ulink> Community Forums - for asking75url="http://ubuntuforums.org/">Ubuntu</ulink> Community Forums are for asking
77questions and getting answers from the forum community.76questions and getting answers from the forum community.
78</para>77</para>
79</listitem>78</listitem>
80<listitem>79<listitem>
81<para>80<para>
82Much software in Kubuntu is provided by <acronym>KDE</acronym>, so it is useful81Much software in Kubuntu is provided by <acronym>KDE</acronym>, so it is useful
83to ask for help on <ulink82to ask for help on the <ulink
84url="http://forum.kde.org/index.php"><acronym>KDE</acronym> forums</ulink>83url="http://forum.kde.org/index.php"><acronym>KDE</acronym> forums</ulink>.
85</para>84</para>
86</listitem>85</listitem>
87<listitem>86<listitem>
@@ -92,14 +91,14 @@
92</listitem>91</listitem>
93<listitem>92<listitem>
94<para>93<para>
95IRC chat: <phrase>&kubuntu-irc;</phrase> - chat in realtime with the94The irc.freenode.net <phrase>&kubuntu-irc;</phrase> IRC channel offers a way to
96&kubuntu; community.95chat in realtime with other members of the &kubuntu; community.
97</para>96</para>
98</listitem>97</listitem>
99<listitem>98<listitem>
100<para>99<para>
101<ulink url="http://kubuntu.org">Kubuntu Homepage</ulink> - Get the latest news100The <ulink url="http://kubuntu.org">Kubuntu Homepage</ulink> gives you the
102about &kubuntu;.101latest news about &kubuntu;.
103</para>102</para>
104</listitem>103</listitem>
105</itemizedlist>104</itemizedlist>

Subscribers

People subscribed via source and target branches

to all changes: