eric6.appdata.xml

Sun, 06 Mar 2016 12:06:16 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 06 Mar 2016 12:06:16 +0100
branch
6_1_x
changeset 4811
4ba9e5ae764b
parent 4641
9fcce00f9714
child 5216
113279c2a38b
permissions
-rw-r--r--

Prepared release 6.1.3.

3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <application>
3931
ff8e034662d6 Modified the install script to allow parallel installation for Python2 and Python3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3758
diff changeset
3 <id type="desktop">eric6@MARKER@.desktop</id>
3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <metadata_license>CC-BY-3.0</metadata_license>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <project_license>GPL-3.0+</project_license>
3931
ff8e034662d6 Modified the install script to allow parallel installation for Python2 and Python3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3758
diff changeset
6 <name>eric6@MARKER@</name>
3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <summary>Integrated Development Environment for Python</summary>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <description>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 <p>
4641
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
10 Eric is a full featured Python editor and IDE, written
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
11 in Python. It is based on the cross platform Qt gui toolkit, integrating
3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 the highly flexible Scintilla editor control. It is designed to be
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 usable as everdays' quick and dirty editor as well as being usable as a
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 professional project management tool integrating many advanced features
4054
3ef699270e61 Corrected a little typo and improved the .desktop file generation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3931
diff changeset
15 Python offers the professional coder. Eric includes a plug-in system, which
3ef699270e61 Corrected a little typo and improved the .desktop file generation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3931
diff changeset
16 allows easy extension of the IDE functionality with plug-ins downloadable
3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 from the net.
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 </p>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 </description>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 <screenshots>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <screenshot type="default" width="1931" height="1404">http://eric-ide.python-projects.org/images/eric5-screen-01.png</screenshot>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <screenshot width="1936" height="1404">http://eric-ide.python-projects.org/images/eric5-screen-02.png</screenshot>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 <screenshot width="1330" height="1405">http://eric-ide.python-projects.org/images/eric5-screen-04.png</screenshot>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 <screenshot width="1431" height="1254">http://eric-ide.python-projects.org/images/eric5-screen-10.png</screenshot>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 </screenshots>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 <url type="homepage">http://eric-ide.python-projects.org</url>
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 <updatecontact>detlev_at_die-offenbachs.de</updatecontact>
4641
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
28 <keywords>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
29 <keyword>qt</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
30 <keyword>python</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
31 <keyword>development</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
32 <keyword>ide</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
33 <keyword>debugger</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
34 <keyword>editor</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
35 <keyword>unit test</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
36 <keyword>mercurial</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
37 <keyword>subversion</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
38 <keyword>git</keyword>
9fcce00f9714 Added keywords to the appdata and desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 4054
diff changeset
39 </keywords>
3609
5f17196652d5 Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 </application>

eric ide

mercurial