File: openrefine.metainfo.xml

package info (click to toggle)
openrefine 3.6.2-2%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,068 kB
  • sloc: javascript: 95,890; java: 80,684; xml: 5,881; sh: 791; makefile: 65; sql: 60
file content (42 lines) | stat: -rw-r--r-- 1,379 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Markus Koschany <apo@debian.org> -->
<component type="desktop-application">
  <id>org.openrefine.openrefine</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>BSD-3-clause</project_license>
  <name>OpenRefine</name>
  <summary>powerful tool for working with messy data</summary>

  <description>
    <p>
        OpenRefine is a power tool for working with messy data. Use it to
        improve data consistency, link it to data registries like Wikidata,
        augment it with data from other sources, transform it into different
        formats for other tools to consume, and contribute it back to the
        original sources. OpenRefine is not a web service but a desktop app
        that runs on your own computer,so you can process sensitive data with
        privacy.
    </p>
  </description>

  <launchable type="desktop-id">org.openrefine.openrefine.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <caption>The options dialog</caption>
      <image>http://www.example.com/en_US/main.png</image>
    </screenshot>
    <screenshot>
      <image>http://www.example.com/en_US/preferences.png</image>
    </screenshot>
  </screenshots>

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

  <provides>
    <binary>openrefine</binary>
  </provides>

</component>