File: rednotebook.appdata.xml

package info (click to toggle)
rednotebook 2.42%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,976 kB
  • sloc: python: 9,842; javascript: 4,103; xml: 128; sh: 58; makefile: 12
file content (61 lines) | stat: -rw-r--r-- 2,861 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <!-- https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-id-desktopapp -->
  <id>rednotebook</id>
  <metadata_license>CC0-1.0</metadata_license>
  <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-project_license -->
  <project_license>GPL-2.0+</project_license>
  <name>RedNotebook</name>
  <developer>
    <name>Jendrik Seipp</name>
  </developer>
  <update_contact>jendrikseipp_AT_gmail.com</update_contact>
  <summary>Graphical diary and journal</summary>
  <description>
    <p>Modern desktop diary and personal journaling tool. It lets you format,
    tag and search your entries. You can also add pictures, links and
    customisable templates, spell check your notes, and export to plain
    text, HTML, LaTeX or PDF.</p>
  </description>

  <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url -->
  <url type="homepage">https://rednotebook.app</url>
  <url type="bugtracker">https://github.com/jendrikseipp/rednotebook/issues</url>
  <url type="faq">https://github.com/jendrikseipp/rednotebook/discussions</url>
  <url type="help">https://rednotebook.app/help.html</url>
  <url type="donation">https://rednotebook.app/downloads.html</url>
  <url type="translate">https://hosted.weblate.org/engage/rednotebook</url>
  <url type="contribute">https://rednotebook.app/participate.html</url>
  <url type="vcs-browser">https://github.com/jendrikseipp/rednotebook</url>

  <!-- https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-dapp-screenshots -->
  <screenshots>
    <screenshot type="default">
      <caption>RedNotebook - Edit mode</caption>
      <image>https://rednotebook.app/screenshots/rednotebook-2.0-1.png</image>
    </screenshot>
    <screenshot>
      <caption>RedNotebook - Preview mode</caption>
      <image>https://rednotebook.app/screenshots/rednotebook-2.0-2.png</image>
    </screenshot>
  </screenshots>

  <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-content_rating -->
  <content_rating type="oars-1.0" />

  <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-translation -->
  <translation type="gettext">rednotebook</translation>

  <!-- https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-dapp-launchable -->
  <launchable type="desktop-id">rednotebook.desktop</launchable>

  <!-- https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-dapp-provides -->
  <provides>
    <binary>rednotebook</binary>
  </provides>

  <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases -->
  <releases>
    <release version="2.34" date="2024-09-16"/>
  </releases>
</component>