-
Notifications
You must be signed in to change notification settings - Fork 43
/
qtdomterm.appdata.xml
29 lines (29 loc) · 1.07 KB
/
qtdomterm.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
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>qtdomterm.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause</project_license>
<name>qrdomterm</name>
<url type="homepage">https://domterm.org/</url>
<summary>A Qt-based UI for the Domterm Terminal Emulator</summary>
<p>
A terminal emulator based on web technologies, with a Qt front-end.
You can "print" images, tables, and other HTML forms.
Supports 24-bit color; xterm mouse events; solid xterm emulation.
Good handling of Unicode, CJK wide characters, and IME support.
Builtin input line editor with history.
Styling using CSS.
Hide/unhide a commands's output.
</p>
<provides>
<binary>qtdomterm</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>http://domterm.org/images/domterm-panes-1.png</image>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<!-- for appstream-util validate - may do something useful later -->
<translation type="gettext">domterm</translation>
</component>