forked from fritzing/fritzing-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.fritzing.Fritzing.appdata.xml
62 lines (62 loc) · 2.6 KB
/
org.fritzing.Fritzing.appdata.xml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2019 Fritzing Team <info_AT_fritzing.org> -->
<!-- Copyright 2020-2023 Fritzing GmbH <info_AT_fritzing.org> -->
<component type="desktop">
<id>org.fritzing.Fritzing.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<name>Fritzing</name>
<summary>Electronic Design Tool</summary>
<description>
<p>
Fritzing is an open-source electronic design tool focusing on makers, hobbyists, and everyone else
interested in getting creative with interactive electronics. Document your electronic sketches, learn
from example projects, produce your own PCBs, and share with the community.
Fritzing differs from other tools through:
</p>
<ul>
<li>A real-world breadboard view that is hands-on and easy to understand</li>
<li>A visual component library including the Arduino, Raspberry Pi, SparkFun parts and many more</li>
<li>An intuitive user interface, with seamless switching between breadboard, schematic and pcb design</li>
</ul>
<p>
The lively community on fritzing.org exchanges projects and tips, and there is also a PCB service "Fritzing Fab"
that produces user designs.
</p>
<p>
The project is made possible with the payments from our users. If you don't yet have it, please
consider downloading the offical, most up to date, version from our website, http://fritzing.org .
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://fritzing.org/static/img/fritzing-preview-bb.png</image>
</screenshot>
<screenshot>
<image>https://fritzing.org/static/img/fritzing-preview-schem.png</image>
</screenshot>
<screenshot>
<image>https://fritzing.org/static/img/fritzing-preview-pcb.png</image>
</screenshot>
<screenshot>
<image>https://fritzing.org/static/img/fritzing-preview-welcome.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://fritzing.org/</url>
<url type="bugtracker">https://github.com/fritzing/fritzing-app/issues</url>
<url type="faq">https://fritzing.org/faq/</url>
<url type="help">https://fritzing.org/learning/</url>
<url type="forum">https://forum.fritzing.org</url>
<url type="translate">https://fritzing.org/support-us/language-translation/</url>
<releases>
<release version="1.0.2b" date="2023-09-09"/>
</releases>
<provides>
<binary>Fritzing</binary>
</provides>
<translation type="qt">fritzing</translation>
<update_contact>info_AT_fritzing.org</update_contact>
</component>