info.xml
903 Bytes
<?xml version="1.0"?>
<info>
<id>notify</id>
<name>User Notifications</name>
<description>Lets other apps send notifications to ownCloud users.</description>
<licence>AGPL</licence>
<author>Florian Hülsmann</author>
<require>4.93</require>
<standalone/>
<remote>
<notify_feed>feed.php</notify_feed>
</remote>
<notifications>
<template id="sharedEvent" summary="Event shared">{user} shared an event with you: {title}.</template>
<template id="sharedCal" summary="Calendar shared">{user} shared the calendar {name} with you!</template>
<template id="sharedFile" summary="File shared">{user} shared the file {name} with you!</template>
<template id="sharedFolder" summary="Folder shared">{user} shared the folder {name} with you!</template>
<template id="sharedAbook" summary="Address book shared">{user} shared the address book {name} with you!</template>
</notifications>
</info>