summaryrefslogtreecommitdiff
path: root/plakativ.appdata.xml
blob: cd6660248d52841ba3e5b7052d6733f9c2ea8e64 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
  <id>de.mister-muffin.plakativ</id>
  <launchable type="desktop-id">de.mister-muffin.plakativ.desktop</launchable>
  <name>Plakativ</name>
  <summary>Create large posters by printing and gluing together smaller pages</summary>

  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-3.0</project_license>
  <developer_name>Johannes Schauer Marin Rodrigues</developer_name>

  <description>
    <p>
 This program is for situations when you want to create a large poster or
 banner but do not have a printer that supports large sheets of paper. Plakativ
 allows one to enlarge and split a PDF across multiple pages, creating another
 PDF with pages of the desired printable size. After printing, the pages can be
 cut and glued together to form a larger poster.
    </p>
  </description>

  <screenshots>
   <screenshot type="default">
      <image>https://gitlab.mister-muffin.de/josch/plakativ/raw/master/demo.gif</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://gitlab.mister-muffin.de/josch/plakativ</url>
  <url type="bugtracker">https://gitlab.mister-muffin.de/josch/plakativ/issues</url>
  <!--<url type="help"></url>-->

  <updatecontact></updatecontact>

  <provides>
    <binary>plakativ-gui</binary>
  </provides>

</component>