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: 59fb4d26b1313be3763af02dce45f3917ceb4e7f (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
<?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>nextant</id>
	<name>Nextant</name>
	<summary>Navigate through your cloud using Solr</summary>
	<description>
	One to enable a Full-Text Search within your cloud.

 Index your own files and your shared documents and perform fast and precise search using a Solr Servlet.

_Recognized file format: text, rtf, pdf, html, openoffice, office, ..._


	</description>
	<version>0.3.2</version>
	<licence>agpl</licence>
	<author>Maxence Lange</author>
	<types>
		<filesystem />
	</types>
	<documentation>
		<admin>https://github.com/daita/nextant/wiki</admin>
	</documentation>
	<category>tools</category>
	<category>files</category>
	<website>https://github.com/daita/nextant/wiki</website>
	<bugs>https://github.com/daita/nextant/issues</bugs>
	<repository>https://github.com/daita/nextant/</repository>
	<discussion>https://help.nextcloud.com/t/nextant-navigate-through-your-cloud-using-solr/2954</discussion>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.2" />
		<nextcloud min-version="9" max-version="11" />
	</dependencies>
	<background-jobs>
		<job>OCA\Nextant\Cron\Cache</job>
	</background-jobs>
	<repair-steps>
		<post-migration>
			<step>OCA\Nextant\Migration\NextantUpgrade</step>
		</post-migration>		
	</repair-steps>
</info>