mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
fix(assets): fix AppStream validation errors
This commit is contained in:
@@ -1,18 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>org.zealdocs.Zeal.desktop</id>
|
||||
<id>org.zealdocs.Zeal</id>
|
||||
<name>Zeal</name>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-only</project_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<developer_name>Oleg Shparber</developer_name>
|
||||
<summary>Documentation browser</summary>
|
||||
<description>
|
||||
<p>Zeal is a simple offline documentation browser inspired by Dash.</p>
|
||||
<p>Zeal is a simple offline documentation browser inspired by Dash. It offers access to over 200 docsets covering various libraries and APIs.</p>
|
||||
</description>
|
||||
<categories>
|
||||
<category>Development</category>
|
||||
</categories>
|
||||
<url type="homepage">https://zealdocs.org/</url>
|
||||
<url type="bugtracker">https://github.com/zealdocs/zeal/issues</url>
|
||||
<url type="help">https://zealdocs.org/usage.html</url>
|
||||
<!-- TODO: Reenable after moving AppImage build to Ubuntu 20.04. -->
|
||||
<!--url type="contact">https://go.zealdocs.org/l/contact</url-->
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>The main window</caption>
|
||||
<image>https://i.imgur.com/qBkZduS.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
Reference in New Issue
Block a user