File: bibledit.appdata.xml

package info (click to toggle)
bibledit 5.1.023-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252,116 kB
  • sloc: xml: 915,984; ansic: 231,234; cpp: 96,957; javascript: 46,996; sh: 5,022; makefile: 512; php: 69
file content (57 lines) | stat: -rw-r--r-- 1,787 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (©) 2003-2022 Teus Benschop. -->
<component type="desktop-application">
  <id>org.bibledit.bibledit</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <name>Bibledit</name>
  <summary>Bible editor</summary>

  <description>
    <p>
      A tool for the Bible translator.
    </p>
    <p>
      Translate Bibles.
    </p>
    <p>
      Edit Bibles.
    </p>
    <p>
      Proofread Bibles.
    </p>
    <p>
      Publish Bibles.
    </p>
    <p>
      Synchronize your data through Bibledit Cloud.
    </p>
  </description>

  <launchable type="desktop-id">bibledit.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <caption>The main screen</caption>
      <image>https://raw.githubusercontent.com/bibledit/linux/master/screenshot-main.png</image>
    </screenshot>
    <screenshot>
      <caption>A workspace</caption>
      <image>https://raw.githubusercontent.com/bibledit/linux/master/screenshot-workspace.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://bibledit.org</url>

  <provides>
    <binary>bibledit</binary>
  </provides>

  <releases>
    <release version="5.0.894" date="2020-06-13">
      <description>
        <p>Fixed: Second USFM editor in a workspace does not move the focused verse into view. Fixed: Focused verse in USFM editor jumps to next verse if there's a space at the end of the verse text. The chapter editor honours the setting for the initial vertical position of the cursor. Fixed: The second Bible editor at times was not read-only leading to unexpected caret jumps. A translator can now edit the summary of a consultation note.</p>
      </description>
    </release>
  </releases>
</component>