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

info.xml « appinfo « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 727bb451f32d429f3f67805c72a715bb5765a735 (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
<?xml version="1.0"?>
<info>
	<id>external</id>
	<name>External sites</name>
	<description>
		This application allows an admin to add a link in the ownCloud web interface
		Apps menu that points to an external website. By simply entering the URL and
		the name for the external site, icon appears. When this icon is clicked by a
		user, the external website appears in the ownCloud frame. For the user, this
		external site appears as if it is part of ownCloud but, in fact, this can be
		any external URL.

		Note that the external site link must use the same type of encryption as
		provided by ownCloud. In other words, if ownCloud is hosted on HTTPS, the
		link in the external site must also be HTTPS. The same is also true for HTTP.
		More information is available in the External sites documentation.
	</description>
	<licence>AGPL</licence>
	<author>Frank Karlitschek</author>
	<dependencies>
		<owncloud min-version="9.1" max-version="9.1" />
		<nextcloud min-version="11" max-version="11" />
	</dependencies>
	<shipped>true</shipped>
	<ocsid>166046</ocsid>
</info>