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

info.xml « appinfo - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2144e74cc3b5ae2c22c67a82af5c2dd066e08c7 (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
<?xml version="1.0"?>
<info>
	<id>external</id>
	<name>External sites</name>
	<summary>Add external sites to your Nextcloud navigation</summary>
	<description><![CDATA[This application allows an admin to add additional links into the Nextcloud menus.
Following a link, the external website appears in the Nextcloud frame.
It is also possible to add links only for a given language, device type or user group.

More information is available in the External sites documentation.]]></description>

	<documentation>
		<admin>https://docs.nextcloud.com/server/14/admin_manual/configuration_server/external_sites.html</admin>
	</documentation>

	<licence>AGPL</licence>
	<author>Joas Schilling</author>

	<category>customization</category>
	<category>integration</category>
	<category>tools</category>

	<screenshot>https://github.com/nextcloud/external/raw/master/docs/admin-settings.png</screenshot>
	<screenshot>https://github.com/nextcloud/external/raw/master/docs/menu-and-settings-integration.png</screenshot>
	<screenshot>https://github.com/nextcloud/external/raw/master/docs/page-sample.png</screenshot>

	<website>https://github.com/nextcloud/external</website>
	<bugs>https://github.com/nextcloud/external/issues</bugs>
	<repository type="git">https://github.com/nextcloud/external.git</repository>

	<version>3.8.0</version>
	<namespace>External</namespace>

	<dependencies>
		<nextcloud min-version="21" max-version="21" />
	</dependencies>

	<settings>
		<admin-section>OCA\External\Settings\Section</admin-section>
		<admin>OCA\External\Settings\Admin</admin>
	</settings>

	<repair-steps>
		<install>
			<step>OCA\External\Migration\CopyDefaultIcons</step>
		</install>
		<post-migration>
			<step>OCA\External\Migration\CopyDefaultIcons</step>
		</post-migration>
	</repair-steps>
</info>