-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zone.xiv.novus.appdata.xml
56 lines (56 loc) · 1.98 KB
/
zone.xiv.novus.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
<?xml version="1.0" encoding="utf-8"?>
<!--
- SPDX-License-Identifier: CC0-1.0
- SPDX-FileCopyrightText: 2023 Joshua Goins <[email protected]>
-->
<component type="desktop-application">
<id>zone.xiv.novus</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Novus</name>
<summary>Unofficial FFXIV tools</summary>
<description>
<p>A suite of unofficial FFXIV tools, including a model viewer and data archive explorer.</p>
</description>
<categories>
<category>Game</category>
</categories>
<keywords>
<keyword>modding</keyword>
<keyword translate="no">ffxiv</keyword>
<keyword translate="no">ff14</keyword>
</keywords>
<url type="homepage">https://xiv.zone/novus</url>
<url type="bugtracker">https://github.com/redstrate/Novus/issues</url>
<url type="donation">https://redstrate.com/fund</url>
<url type="contact">https://redstrate.com/contact</url>
<url type="vcs-browser">https://github.com/redstrate/Novus</url>
<launchable type="desktop-id">zone.xiv.novus.desktop</launchable>
<releases>
<release version="0.1.0"/>
</releases>
<provides>
<binary>novus-argcracker</binary>
<binary>novus-armoury</binary>
<binary>novus-gamelauncher</binary>
<binary>novus-karuku</binary>
<binary>novus-launcher</binary>
<binary>novus-mapeditor</binary>
<binary>novus-mateditor</binary>
<binary>novus-mdlviewer</binary>
<binary>novus-sagasu</binary>
</provides>
<recommends>
<display_length compare="ge">600</display_length>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>
<project_license>GPL-3.0</project_license>
<developer_name>redstrate</developer_name>
<screenshots>
<screenshot type="default">
<image width="1033" height="667">https://xiv.zone/novus.png</image>
</screenshot>
</screenshots>
</component>