printrun-src/plater.appdata.xml

changeset 45
c82943fb205f
parent 15
0bbb006204fc
equal deleted inserted replaced
44:310be640a303 45:c82943fb205f
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <application> 2 <component type="desktop-application">
3 <id type="desktop">plater.desktop</id> 3 <id>com.github.kliment.printrun.plater</id>
4 <licence>CC0</licence> 4 <metadata_license>CC0-1.0</metadata_license>
5 <project_license>GPL-3.0+</project_license>
6 <name>Plater</name>
5 <summary>3D printer plating tool</summary> 7 <summary>3D printer plating tool</summary>
6 <description> 8 <description>
7 <p>Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.</p> 9 <p>Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.</p>
8 <p>It lets you load 3D models and manipulate them on XY plane. It is also possible to let Plater automatically arrange the files to fit. You can than export the prepared plate for later use or load it directly to Pronterface (if installed).</p> 10 <p>It lets you load 3D models and manipulate them on XY plane. It is also possible to let Plater automatically arrange the files to fit. You can then export the prepared plate for later use or load it directly to Pronterface (if installed).</p>
9 </description> 11 </description>
12 <launchable type="desktop-id">plater.desktop</launchable>
10 <screenshots> 13 <screenshots>
11 <screenshot type="default" width="804" height="606">https://raw.github.com/kliment/Printrun/master/screenshots/plater.png</screenshot> 14 <screenshot type="default">
15 <image width="804" height="606">https://raw.github.com/kliment/Printrun/master/screenshots/plater.png</image>
16 </screenshot>
12 </screenshots> 17 </screenshots>
13 <url type="homepage">https://github.com/kliment/Printrun</url> 18 <url type="homepage">https://github.com/kliment/Printrun</url>
14 </application> 19 </component>

mercurial