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: 4f5b2dd2cc9960787ac359b2ebe875c8c469a077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
	<requiremin>4.93</requiremin>
	<shipped>true</shipped>
	<ocsid>166046</ocsid>
</info>