summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/misc/qutebrowser.appdata.xml
blob: bdab55f54f3705b15e04bc799a8fe3cc66f51634 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 suve <veg@svgames.pl> -->
<component type="desktop">
	<id>org.qutebrowser.qutebrowser</id>
	<metadata_license>CC-BY-SA-3.0</metadata_license>
	<project_license>GPL-3.0</project_license>
	<name>qutebrowser</name>
	<summary>A keyboard-driven web browser</summary>
	<description>
		<p>
			qutebrowser is a keyboard-focused browser with a minimal GUI.
			It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl,
			and is based on Python and PyQt5.
		</p>
	</description>
	<categories>
		<category>Network</category>
		<category>WebBrowser</category>
	</categories>
	<provides>
		<binary>qutebrowser</binary>
	</provides>
	<launchable type="desktop-id">qutebrowser.desktop</launchable>
	<screenshots>
		<screenshot type="default">
			<image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/main.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/downloads.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/completion.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/hints.png</image>
		</screenshot>
	</screenshots>
	<url type="homepage">https://www.qutebrowser.org</url>
	<url type="faq">https://qutebrowser.org/doc/faq.html</url>
	<url type="help">https://qutebrowser.org/doc/help/</url>
	<url type="bugtracker">https://github.com/qutebrowser/qutebrowser/issues/</url>
	<url type="donation">https://github.com/qutebrowser/qutebrowser#donating</url>
	<releases>
		<release version="1.3.0" date="2018-05-04"/>
		<release version="1.2.1" date="2018-03-14"/>
		<release version="1.2.0" date="2018-03-09"/>
	</releases>
</component>