mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 09:51:09 +01:00
It does not make sense for the metadata license to be GPLv3 (see [1]), so make it CC0-1.0. On the other hand, the project is GPL-2.0, so add the appropriate tag. [1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license
49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
<?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>
|