-
Notifications
You must be signed in to change notification settings - Fork 0
/
habarisilo.plugin.xml
22 lines (17 loc) · 1.11 KB
/
habarisilo.plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?>
<pluggable type="plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schemas.habariproject.org/pluggable/0.8">
<name>Habari Media Silo</name>
<license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<author url="http://habariproject.org/">The Habari Community</author>
<version>1.0.1</version>
<url>http://habariproject.org/</url>
<description><![CDATA[Provides simple file uploading and embedding functionality.]]></description>
<copyright>2009</copyright>
<help>
<value><![CDATA[
<p>This plugin provides basic media functionality by allowing users to insert into posts images that exist on the server.</p>
<p>Depending on server capabilities, users may also be able to upload new images and create directories for new images on the server.</p>
<p>Upon initialization, this plugin will attempt to create a <strong>/user/files</strong> directory under your Habari installation. You may need to alter permissions to allow this action.</p>
]]></value>
</help>
</pluggable>