This repository has been archived by the owner on Jul 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.Pinpoint.appdata.xml
47 lines (42 loc) · 1.71 KB
/
org.gnome.Pinpoint.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Nick Richards -->
<component type="console-application">
<id>org.gnome.Pinpoint</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1</project_license>
<content_rating type="oars-1.1" />
<name>Pinpoint</name>
<summary>Help hackers give excellent presentations</summary>
<description>
<p>
Pinpoint a simple presentation tool that hopes to avoid audience death by
bullet point and instead encourage presentations containing beautiful images
and small amounts of concise text in slides. Some of pinpoints core features are:
</p>
<ul>
<li>Text position.</li>
<li>Styling of font, text-color, contrast background and text positioning for
global default and per slide overrides.</li>
<li>Image backgrounds</li>
<li>Video backgrounds</li>
<li>Pango markup inside slides</li>
<li>Transitions, extendable through json</li>
<li>PDF export</li>
<li>Embedding commands to run for demos in slides, with editable commandline
during presentation.</li>
<li>Monitoring of source file with live updates of changed slide for authoring</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/nedrichards/pinpoint-flatpak/master/pinpoint-screenshot.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://wiki.gnome.org/action/show/Attic/Pinpoint</url>
<developer_name>GNOME</developer_name>
<update_contact>nick_at_nedrichards.com</update_contact>
<launchable type="desktop-id">org.gnome.Pinpoint.desktop</launchable>
<releases>
<release version="0.1.8" date="2015-09-22" />
</releases>
</component>