File: formiko.metainfo.xml

package info (click to toggle)
formiko 1.4.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,370; xml: 65; makefile: 7
file content (67 lines) | stat: -rw-r--r-- 2,713 bytes parent folder | download
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
67
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
    <id>cz.zeropage.Formiko</id>
    <name>Formiko</name>
    <summary>reStructuredText and MarkDown editor and live previewer</summary>
    <!-- Copyright 2018 Ondřej Tůma -->
    <keywords>
        <keyword>Documentation</keyword>
        <keyword>Markup</keyword>
        <keyword>Editor</keyword>
        <keywords>Text</keywords>
        <keywords>MarkDown</keywords>
        <keywords>reStructuredText</keywords>
    </keywords>
    <categories>
        <category>Office</category>
        <category>WordProcessor</category>
        <category>GNOME</category>
        <category>GTK</category>
    </categories>
    <mimetypes>
        <mimetype>text/plain</mimetype>
        <mimetype>text/html</mimetype>
        <mimetype>text/x-mardown</mimetype>
        <mimetype>text/x-rst</mimetype>
        <mimetype>application/json</mimetype>
        <mimetype>text/json</mimetype>
    </mimetypes>
    <content_rating type="oars-1.0"/>
    <releases>
        <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>
    <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>

        Features:
        <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">
            <image>https://raw.githubusercontent.com/ondratu/formiko/master/screenshot_1024.png</image>
        </screenshot>
        </screenshots>
    <developer_name>Ondřej Tůma</developer_name>
    <update_contact>mcbig@zeropage.cz</update_contact>
</component>