Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16ae8e580618debd787c0e79280f5218bef308fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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>fulltextsearch</id>
	<name>Full text search</name>
	<summary>Core of the full-text search framework for Nextcloud</summary>
	<description><![CDATA[

Core App of the full-text search framework for your Nextcloud.

]]>
	</description>
	<version>23.1.0-dev.1</version>
	<licence>agpl</licence>
	<author>Maxence Lange</author>
	<namespace>FullTextSearch</namespace>
	<documentation>
		<admin>https://github.com/nextcloud/fulltextsearch/wiki</admin>
	</documentation>
	<category>search</category>
	<website>https://github.com/nextcloud/fulltextsearch</website>
	<bugs>https://github.com/nextcloud/fulltextsearch/issues</bugs>
	<repository>https://github.com/nextcloud/fulltextsearch.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
	<dependencies>
		<nextcloud min-version="22" max-version="24"/>
	</dependencies>

	<background-jobs>
		<job>OCA\FullTextSearch\Cron\Index</job>
	</background-jobs>

	<commands>
		<command>OCA\FullTextSearch\Command\Check</command>
		<command>OCA\FullTextSearch\Command\Configure</command>
		<command>OCA\FullTextSearch\Command\DocumentIndex</command>
		<command>OCA\FullTextSearch\Command\DocumentPlatform</command>
		<command>OCA\FullTextSearch\Command\DocumentProvider</command>
		<command>OCA\FullTextSearch\Command\DocumentStatus</command>
		<command>OCA\FullTextSearch\Command\Index</command>
		<command>OCA\FullTextSearch\Command\Live</command>
		<command>OCA\FullTextSearch\Command\Reset</command>
		<command>OCA\FullTextSearch\Command\Search</command>
		<command>OCA\FullTextSearch\Command\Stop</command>
		<command>OCA\FullTextSearch\Command\Test</command>
	</commands>

	<settings>
		<admin>OCA\FullTextSearch\Settings\Admin</admin>
		<admin-section>OCA\FullTextSearch\Settings\AdminSection</admin-section>
	</settings>

</info>