-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathformiko.metainfo.xml
66 lines (66 loc) · 2.86 KB
/
formiko.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
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2024 Ondřej Tůma -->
<component type="desktop-application">
<id>cz.zeropage.Formiko</id>
<name>Formiko</name>
<summary>reStructuredText and MarkDown editor</summary>
<provides>
<mediatype>text/plain</mediatype>
<mediatype>text/html</mediatype>
<mediatype>text/x-mardown</mediatype>
<mediatype>text/x-rst</mediatype>
<mediatype>application/json</mediatype>
<mediatype>text/json</mediatype>
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.5.0" type="stable" date="2024-11-14">
<url>https://github.com/ondratu/formiko/releases/tag/1.5.0</url>
</release>
<release version="1.4.3" type="stable" date="2019-12-10">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.3</url>
</release>
<release version="1.4.2" type="stable" date="2019-12-02">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.2</url>
</release>
<release version="1.4.0" type="stable" date="2019-11-06">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.0</url>
</release>
</releases>
<url type="homepage">https://github.com/ondratu/formiko</url>
<url type="bugtracker">https://github.com/ondratu/formiko/issues</url>
<url type="vcs-browser">https://github.com/ondratu/formiko</url>
<launchable type="desktop-id">cz.zeropage.Formiko.desktop</launchable>
<metadata_license>MIT</metadata_license>
<project_license>BSD-3-Clause</project_license>
<description>
<p>Formiko is reStructuredText and MarkDown editor and live previewer.
It is written in Python with Gtk3, GtkSourceView and Webkit2. Use
Docutils and recommonmark Common Mark parser.</p>
<p>Features:</p>
<ul>
<li>GtkSourceView based editor with syntax highlighting</li>
<li>Possible use Vim editor</li>
<li>Vertical or horizontal window splitting</li>
<li>Preview mode with auto scroll</li>
<li>Periodic save file</li>
<li>Json and html preview</li>
<li>Spell check</li>
<li>Linked file opening</li>
</ul>
</description>
<screenshots>
<screenshot type="default" width="1024" height="647">
<caption>The Formiko main window with editore and preview.</caption>
<image>https://raw.githubusercontent.com/ondratu/formiko/master/screenshot_1024.png</image>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#ebebeb</color>
<color type="primary" scheme_preference="dark">#828282</color>
</branding>
<developer id="cz.zeropage">
<name>Ondřej Tůma</name>
</developer>
<update_contact>[email protected]</update_contact>
</component>