HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux aritmodecarnaval.es 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/www/aritmodecarnaval/nextcloud/apps/contacts/appinfo/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>contacts</id>
	<name>Contacts</name>
	<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!
* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
	</description>

	<version>5.0.2</version>
	<licence>agpl</licence>

	<author>Christoph Wurst</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>

	<!-- required for dav plugins registration -->
	<types>
		<dav/>
	</types>

	<documentation>
		<user>https://docs.nextcloud.com/server/stable/user_manual/en/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>

	<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>
	<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>

	<dependencies>
		<php min-version="7.3" max-version="8.1" />
		<nextcloud min-version="25" max-version="25" />
	</dependencies>

	<background-jobs>
		<job>OCA\Contacts\Cron\SocialUpdateRegistration</job>
	</background-jobs>

	<settings>
		<admin>OCA\Contacts\Settings\AdminSettings</admin>
	</settings>

	<navigations>
		<navigation>
			<name>Contacts</name>
			<route>contacts.page.index</route>
			<icon>app.svg</icon>
			<order>4</order>
		</navigation>
	</navigations>

	<contactsmenu>
		<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
	</contactsmenu>
</info>