-
Notifications
You must be signed in to change notification settings - Fork 88
/
kibi.metainfo.xml
63 lines (63 loc) · 2.58 KB
/
kibi.metainfo.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
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright Ilaï Deutel -->
<component type="console-application">
<id>com.github.ilai_deutel.kibi</id>
<project_license>Apache-2.0 AND MIT</project_license>
<metadata_license>MIT</metadata_license>
<name>Kibi</name>
<summary>A text editor in ≤1024 lines of code, written in Rust</summary>
<description>
<p>
Kibi is a configurable text editor with UTF-8 support, incremental
search, syntax highlighting, line numbers and more, written in
less than 1024 lines of Rust with minimal dependencies.
</p>
<p>
Kibi is compatible with Linux, macOS, and Windows 10 (version 1703
and above).
</p>
<p>
This project is inspired by kilo, a text editor written in C.
</p>
</description>
<categories>
<category>Development</category>
<category>Utility</category>
<category>ConsoleOnly</category>
<category>TextEditor</category>
</categories>
<url type="homepage">https://github.com/ilai-deutel/kibi</url>
<url type="bugtracker">https://github.com/ilai-deutel/kibi/issues</url>
<releases>
<release version="0.2.2" date="2021-02-13">
<url type="details">https://github.com/ilai-deutel/kibi/releases/tag/v0.2.2</url>
</release>
<release version="0.2.1" date="2020-10-05">
<url type="details">https://github.com/ilai-deutel/kibi/releases/tag/v0.2.1</url>
</release>
<release version="0.2.0" date="2020-04-24">
<url type="details">https://github.com/ilai-deutel/kibi/releases/tag/v0.2.0</url>
</release>
<release version="0.1.2" date="2020-02-17">
<url type="details">https://github.com/ilai-deutel/kibi/releases/tag/v0.1.2</url>
</release>
<release version="0.1.1" date="2020-02-10">
<url type="details">https://github.com/ilai-deutel/kibi/releases/tag/v0.1.1</url>
</release>
<release version="0.1.0" date="2020-02-10">
<description>
<p>Initial release.</p>
</description>
</release>
</releases>
<provides>
<binary>kibi</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://gist.githubusercontent.com/ilai-deutel/39670157dd008d9932b2f2fd3c885cca/raw/bfdbfc96181c4f6e3ce2663c25c6e97bf57c8684/kibi.gif</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">kibi.desktop</launchable>
<content_rating type="oars-1.0" />
</component>