Blame view

sources/apps/notify/appinfo/info.xml 903 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?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>