<?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>collectives</id>
	<name>Collectives</name>
	<summary>A place for activist and community projects to build shared knowledge</summary>
	<description><![CDATA[
Collectives is a Nextcloud App for activist and community projects to organize together.
Come and gather in collectives to build shared knowledge.

* 👥 **Collective and non-hierarchical workflow by heart**: Collectives are
  tied to a [Nextcloud Circle](https://github.com/nextcloud/circles) and
  owned by the collective.
* 📝 **Collaborative page editing** like known from Etherpad thanks to the
  [Text app](https://github.com/nextcloud/text).
* 🔤 **Well-known [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax**
  for page formatting.

## Installation

In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Circles«** and **»Collectives«** apps and enable them.

	]]></description>
	<version>1.1.0</version>
	<licence>agpl</licence>
	<author>CollectiveCloud Team</author>
	<namespace>Collectives</namespace>
	<types>
		<filesystem/>
	</types>
	<documentation>
		<user>https://collectivecloud.gitlab.io/collectives/usage/</user>
		<admin>https://collectivecloud.gitlab.io/collectives/administration/</admin>
		<developer>https://collectivecloud.gitlab.io/collectives/development/</developer>
	</documentation>
	<category>organization</category>
	<category>social</category>
	<website>https://gitlab.com/collectivecloud/collectives</website>
	<bugs>https://gitlab.com/collectivecloud/collectives/issues</bugs>
	<repository type="git">https://gitlab.com/collectivecloud/collectives.git</repository>
	<screenshot small-thumbnail="https://collectivecloud.gitlab.io/collectives/images/screenshot-small.png">
		https://collectivecloud.gitlab.io/collectives/images/screenshot.png
	</screenshot>
	<dependencies>
		<nextcloud min-version="22" max-version="24" />
	</dependencies>
	<background-jobs>
		<job>OCA\Collectives\BackgroundJob\ExpirePageVersions</job>
		<job>OCA\Collectives\BackgroundJob\PurgeObsoleteCollectives</job>
		<job>OCA\Collectives\BackgroundJob\PurgeObsoletePages</job>
	</background-jobs>
	<commands>
		<command>OCA\Collectives\Command\CreateCollective</command>
		<command>OCA\Collectives\Command\ExpirePageVersions</command>
		<command>OCA\Collectives\Command\PurgeObsoleteCollectives</command>
		<command>OCA\Collectives\Command\PurgeObsoletePages</command>
	</commands>
	<navigations>
		<navigation>
			<name>Collectives</name>
			<route>collectives.start.index</route>
			<order>12</order>
		</navigation>
	</navigations>
	<versions>
		<backend for="OCA\Collectives\Mount\CollectiveStorage">OCA\Collectives\Versions\VersionsBackend</backend>
	</versions>
</info>
