nextcloud/apps/impress/appinfo/info.xml
Frank Karlitschek 1cfa831239 A first basic presentation app based on the amazing impress.js.
You have to put a presentation file that contains the presentation defined in html into your ownCloud with the file extension .impress
Then you can use this app to play it. It also contains a demo presentation that you can use to learn.
Help is welcome to improve this app. :-)
2012-08-21 14:44:23 +02:00

10 lines
352 B
XML

<?xml version="1.0"?>
<info>
<id>impress</id>
<name>Impress</name>
<description>A Player for impress presentations. Many thanks to Bartek Szopka for creating the wonderful impress.js library who made this app possible.</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<require>4</require>
<shipped>true</shipped>
</info>