-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathappdata.xml
More file actions
48 lines (41 loc) · 1.84 KB
/
appdata.xml
File metadata and controls
48 lines (41 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html -->
<component type="desktop-application">
<id>org.processing.processingide.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<developer_name>Processing Foundation</developer_name>
<name>Processing IDE</name>
<summary>Open-source software prototyping platform</summary>
<description>
<p>
Processing is the first easy-to-use software sketching platform
created by C. Reas and B. Fry and supported by the Processing
Foundation.
</p>
<p>
Included is an integrated development environment that can be used
to develop interactive applications using different programming
languages but mainly Java, Android, Python, and Javascript.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://upload.wikimedia.org/wikipedia/commons/6/6b/Processing_screen_shot.png</image>
<caption>The Processing IDE showing a simple example program</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release date="2018-07-26" version="3.4" />
<release date="2018-07-22" version="3.3.7.2" />
<release date="2018-07-01" version="3.3.7.1" />
<release date="2018-03-13" version="3.3.7" />
</releases>
<url type="homepage">http://www.processing.org/</url>
<url type="help">https://processing.org/reference/</url>
<url type="bugtracker">https://github.com/processing/processing/issues?q=is%3Aopen</url>
<url type="translate">https://github.com/processing/processing/tree/master/build/shared/lib/languages</url>
<url type="donation">https://processing.org/download/support.html</url>
<update_contact>foundation@processing.org</update_contact>
</component>