contacts/appinfo/info.xml

54 lines
2.1 KiB
XML
Raw Normal View History

2015-10-26 10:29:01 +00:00
<?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>contacts</id>
<name>Contacts</name>
2017-04-29 12:51:56 +00:00
<summary>A contacts app for Nextcloud</summary>
<description>The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.
* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar more to come.
* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
<version>3.3.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
<documentation>
2020-01-22 13:24:03 +00:00
<user>https://docs.nextcloud.com/server/stable/user_manual/pim/contacts.html</user>
<admin>https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
<developer>https://github.com/nextcloud/contacts#build-the-app</developer>
</documentation>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
<category>office</category>
<category>social</category>
<category>organization</category>
<website>https://github.com/nextcloud/contacts#readme</website>
<bugs>https://github.com/nextcloud/contacts/issues</bugs>
<repository type="git">https://github.com/nextcloud/contacts.git</repository>
<dependencies>
2020-05-10 12:31:18 +00:00
<nextcloud min-version="17" max-version="20" />
</dependencies>
<contactsmenu>
<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
</contactsmenu>
<navigations>
<navigation>
<name>Contacts</name>
<route>contacts.page.index</route>
<icon>app.svg</icon>
<order>4</order>
</navigation>
</navigations>
2015-12-10 15:15:23 +00:00
</info>