summaryrefslogtreecommitdiffstats
path: root/plugins/publiclink/plugin.xml
blob: 75abed6cf08a12dd5942b0251142ef3f1991edb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<plugin version="1.0">
	<info>
		<id>publiclink</id>
		<name>Simple file sharing by creating a public link to a file</name>
		<version>0.1</version>
		<licence>AGPL</licence>
		<author>Robin Appelman</author>
		<require>1.1</require>
	</info>
	<runtime>
		<include>lib_public.php</include>
	</runtime>
	<install>
		<database>db_structure.xml</database>
	</install>
</plugin>