blob: 514940b14db173d523a1f3cd0e7861e6c79784fc (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.l3afpad</id>
<launchable type="desktop-id">l3afpad.desktop</launchable>
<name>L3afpad</name>
<summary>Simple text editor</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<description>
<p>
L3afpad is a simple GTK text editor that emphasizes simplicity. As development
focuses on keeping weight down to a minimum, only the most essential features
are implemented in the editor. L3afpad is simple to use, is easily compiled,
requires few libraries, and starts up quickly.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://cn.opendesktop.org/img/hive/content-pre1/144892-1.png</image>
</screenshot>
</screenshots>
<url type="bugtracker">https://github.com/stevenhoneyman/l3afpad/issues</url>
<url type="homepage">https://github.com/stevenhoneyman/l3afpad</url>
</component>
|