mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
23 lines
856 B
XML
23 lines
856 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<component>
|
||
<id>com.github.zyedidia.micro</id>
|
||
<name>Micro Text Editor</name>
|
||
<summary>A modern and intuitive terminal-based text editor</summary>
|
||
<metadata_license>MIT</metadata_license>
|
||
<categories>
|
||
<category>Development</category>
|
||
<category>TextEditor</category>
|
||
</categories>
|
||
<provides>
|
||
<binary>micro</binary>
|
||
</provides>
|
||
<developer_name>Zachary Yedidia</developer_name>
|
||
<screenshots>
|
||
<screenshot type="default">
|
||
<caption>Micro Text Editor editing its source code.</caption>
|
||
<image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
|
||
</screenshot>
|
||
</screenshots>
|
||
<url type="homepage">https://micro-editor.github.io</url>
|
||
<url type="bugtracker">https://github.com/zyedidia/micro/issues</url>
|
||
</component>
|