Blame view
sources/apps/contacts/appinfo/info.xml
398 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<?xml version="1.0"?> <info> <id>contacts</id> <name>Contacts</name> <licence>AGPL</licence> <author>Jakob Sack,Thomas Tanghus</author> <require>6.00</require> <shipped>true</shipped> <description>Address book with CardDAV support.</description> <standalone/> <default_enable/> <remote> <contacts>appinfo/remote.php</contacts> <carddav>appinfo/remote.php</carddav> </remote> </info> |