nextcloud/plugins/publiclink/plugin.xml
Robin Appelman 9dd0d90f69 publiclink plugin
Allows sharing files by creating a public link, no gui yet.
2011-04-16 12:37:13 +02:00

17 lines
397 B
XML
Executable file

<?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>