49 строки
1.5 KiB
XML
49 строки
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>files_fulltextsearch</id>
|
|
<name>Full text search - Files</name>
|
|
<summary>Index the content of your files</summary>
|
|
<description><![CDATA[
|
|
|
|
Extension to the _Full text search_ app to index your users' files.
|
|
|
|
]]>
|
|
</description>
|
|
<version>31.0.0-dev.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Maxence Lange</author>
|
|
<namespace>Files_FullTextSearch</namespace>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<documentation>
|
|
<admin>https://github.com/nextcloud/files_fulltextsearch/wiki</admin>
|
|
</documentation>
|
|
<category>search</category>
|
|
<website>https://github.com/nextcloud/files_fulltextsearch</website>
|
|
<bugs>https://github.com/nextcloud/files_fulltextsearch/issues</bugs>
|
|
<repository>https://github.com/nextcloud/files_fulltextsearch.git</repository>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="30" max-version="31"/>
|
|
</dependencies>
|
|
|
|
<commands>
|
|
<command>OCA\Files_FullTextSearch\Command\Configure</command>
|
|
</commands>
|
|
|
|
<settings>
|
|
<admin>OCA\Files_FullTextSearch\Settings\Admin</admin>
|
|
</settings>
|
|
|
|
<fulltextsearch>
|
|
<provider>OCA\Files_FullTextSearch\Provider\FilesProvider</provider>
|
|
</fulltextsearch>
|
|
|
|
</info>
|