forked from fritzing/fritzing-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.fritzing.Fritzing.appdata.xml
54 lines (54 loc) · 2.22 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2017 Fritzing Team <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>
<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>
</description>
<screenshots>
<screenshot type="default">
<image>http://fritzing.org/static/img/fritzing-preview-bb.png</image>
</screenshot>
<screenshot>
<image>http://fritzing.org/static/img/fritzing-preview-schem.png</image>
</screenshot>
<screenshot>
<image>http://fritzing.org/static/img/fritzing-preview-pcb.png</image>
</screenshot>
<screenshot>
<image>http://fritzing.org/static/img/fritzing-preview-welcome.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://fritzing.org/</url>
<url type="bugtracker">https://github.com/fritzing/fritzing-app/issues</url>
<url type="faq">http://fritzing.org/faq/</url>
<url type="help">http://fritzing.org/learning/</url>
<url type="donation">http://fritzing.org/shop/donations/</url>
<url type="translate">http://fritzing.org/support-us/language-translation/</url>
<releases>
<release version="0.9.4b" date="2019-07-05"/>
</releases>
<provides>
<binary>Fritzing</binary>
</provides>
<translation type="qt">fritzing</translation>
<update_contact>info_AT_fritzing.org</update_contact>
</component>