File: ktikz.appdata.xml

package info (click to toggle)
ktikz 0.11~git20161122-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,248 kB
  • ctags: 1,225
  • sloc: cpp: 10,302; xml: 701; sh: 150; makefile: 29
file content (26 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 First Lastname <your@email.com> -->
<component type="desktop">
 <id>ktikz.desktop</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-2.0</project_license>
 <name>KtikZ</name>
 <summary>Editor for the TikZ language</summary>
 <description>
  <p>
   KtikZ is a small application helping you to create TikZ (from the LaTeX
   pgf package) diagrams for your publications.
  </p>
 </description>
 <screenshots>
  <screenshot type="default">
   <image>https://github.com/fhackenberger/ktikz/raw/master/screenshot_v0.10.png</image>
   <caption>The main window showing the application in action</caption>
  </screenshot>
  <screenshot>
   <image>https://github.com/fhackenberger/ktikz/raw/master/screenshot_v0.10_2.png</image>
   <caption>Another example file</caption>
  </screenshot>
 </screenshots>
 <url type="homepage">https://github.com/fhackenberger/ktikz</url>
</component>