-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathorg.gnumeric.gnumeric.appdata.xml.in
More file actions
75 lines (75 loc) · 3.49 KB
/
org.gnumeric.gnumeric.appdata.xml.in
File metadata and controls
75 lines (75 loc) · 3.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2022 Morten Welinder <terra@gnome.org> -->
<component type="desktop-application">
<id>org.gnumeric.gnumeric</id>
<_name>The Gnumeric Spreadsheet</_name>
<_summary>A High-Precision Spreadsheet Program</_summary>
<metadata_license>CC0-1.0</metadata_license>
<!-- No idea what the SPDX ID for this is. -->
<project_license>GPL-2.0 or GPL-3.0</project_license>
<description>
<_p>Gnumeric is a spreadsheet application for interactive manipulation of data.</_p>
<_p>Gnumeric aims to provide high-accuracy computations, expressive graphs,
and a wide selection of statistical analysis tools. Gnumeric can share
files with Microsoft Excel and programs supporting the ODS standard.</_p>
</description>
<launchable type="desktop-id">org.gnumeric.gnumeric.desktop</launchable>
<provides>
<mediatype>application/x-gnumeric</mediatype>
<mediatype>application/vnd.ms-excel</mediatype>
<mediatype>application/excel</mediatype>
<mediatype>application/msexcel</mediatype>
<mediatype>application/x-excel</mediatype>
<mediatype>application/x-ms-excel</mediatype>
<mediatype>application/x-msexcel</mediatype>
<mediatype>application/x-xls</mediatype>
<mediatype>application/xls</mediatype>
<mediatype>application/x-dos_ms_excel</mediatype>
<mediatype>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mediatype>
<mediatype>application/tab-separated-values</mediatype>
<mediatype>text/csv</mediatype>
<mediatype>text/x-csv</mediatype>
<mediatype>text/spreadsheet</mediatype>
<mediatype>text/tab-separated-values</mediatype>
<mediatype>application/vnd.lotus-1-2-3</mediatype>
<mediatype>application/x-123</mediatype>
<mediatype>application/vnd.sun.xml.calc</mediatype>
<mediatype>application/vnd.sun.xml.calc.template</mediatype>
<mediatype>application/x-applix-spreadsheet</mediatype>
<mediatype>application/x-mps</mediatype>
<mediatype>application/x-oleo</mediatype>
<mediatype>application/x-planperfect</mediatype>
<mediatype>application/x-quattropro</mediatype>
<mediatype>application/x-sc</mediatype>
<mediatype>application/x-sylk</mediatype>
<mediatype>application/x-dbase</mediatype>
<mediatype>application/x-dbf</mediatype>
<mediatype>application/x-xbase</mediatype>
<mediatype>application/vnd.oasis.opendocument.spreadsheet</mediatype>
<binary>gnumeric</binary>
<binary>ssconvert</binary>
</provides>
<update_contact>gnumeric-list@gnome.org</update_contact>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<project_group>GNOME</project_group>
<_developer_name>The Gnumeric Team</_developer_name>
<url type="homepage">http://www.gnumeric.org/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnumeric/issues</url>
<!-- These guys need your donations more than we do: -->
<url type="donation">https://www.doctorswithoutborders.org/</url>
<url type="help">https://gnome.pages.gitlab.gnome.org/gnumeric/manual/</url>
<url type="translate">https://l10n.gnome.org/module/gnumeric/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnumeric</url>
<screenshots>
<screenshot type="default">
<image>https://gitlab.gnome.org/GNOME/gnumeric-web/raw/master/screenshots/gnumeric-sample.png</image>
</screenshot>
</screenshots>
<releases>
<release version="##VERSION##" date="2021-06-10" />
</releases>
<content_rating type="oars-1.1" />
</component>