Skip to content

Instantly share code, notes, and snippets.

@jhesketh
Created March 23, 2020 12:15
Show Gist options
  • Save jhesketh/b34fc3abce5fd488bc2512c1f9976f6c to your computer and use it in GitHub Desktop.
Save jhesketh/b34fc3abce5fd488bc2512c1f9976f6c to your computer and use it in GitHub Desktop.
/var/www/html/apps/viewer/appinfo# cat info.xml
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>viewer</id>
<name>Viewer</name>
<summary>Simple file viewer with slideshow for media</summary>
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
<namespace>Viewer</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/viewer</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
<dependencies>
<nextcloud min-version="18" max-version="18" />
</dependencies>
<default_enable />
</info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment