-
Notifications
You must be signed in to change notification settings - Fork 20
/
eu.skribisto.skribisto.appdata.xml
48 lines (48 loc) · 2.27 KB
/
eu.skribisto.skribisto.appdata.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
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
<id>eu.skribisto.skribisto</id>
<name>Skribisto</name>
<summary>Software for writing</summary>
<summary xml:lang="fr">Logiciel d'écriture</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<developer_name>Cyril Jacquet</developer_name>
<description>
<p>Skribisto is geared toward helping anyone write anything, be it a novel or course notes. The user is free to use tags to define texts or write hundreds of notes. The tools are designed to be most unobstrusive, so you can write, write and write a bit more without too much distraction.</p>
</description>
<launchable type="desktop-id">eu.skribisto.skribisto.desktop</launchable>
<url type="homepage">https://github.com/jacquetc/skribisto</url>
<url type="bugtracker">https://github.com/jacquetc/skribisto/issues</url>
<url type="faq">https://manual.skribisto.eu/faq/</url>
<url type="help">https://manual.skribisto.eu/manual/</url>
<url type="translate">https://github.com/jacquetc/skribisto#translation</url>
<url type="contact">https://github.com/jacquetc/skribisto#to-contact-me</url>
<categories>
<category>Office</category>
</categories>
<provides>
<mediatype>application/x-skribisto</mediatype>
<binary>SkribistoDesktop</binary>
</provides>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/jacquetc/skribisto/master/resources/skribisto_screenshot1.png</image>
<image type="source">https://raw.githubusercontent.com/jacquetc/skribisto/master/resources/skribisto_screenshot2.png</image>
<image type="source">https://raw.githubusercontent.com/jacquetc/skribisto/master/resources/skribisto_screenshot3.png</image>
</screenshot>
</screenshots>
<releases>
<release type="stable" version="2.0.5" date="2023-02-15T00:00:00Z">
<description>
<ul>
<li>Add Welcome dialog</li>
<li>Add paste without formating</li>
<li>Make HTML paste cleaner</li>
<li>Add user dictionary dialog</li>
<li>Fix words with apostrophe not spellchecked</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>