forked from chrismeller/import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport.plugin.xml
18 lines (18 loc) · 1.07 KB
/
import.plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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-1.3.xsd">
<name>Import</name>
<license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<url>http://habariproject.org</url>
<author url="http://chrismeller.com/">Chris Meller</author>
<version>0.1</version>
<guid>7c4133b7-6578-4dc0-9dbe-f8ef89a9ec80</guid>
<description><![CDATA[Imports a BlogML XML file generated by the Export plugin into your Habari blog. Includes: Users, Posts, Tags, Comments, and Options.]]></description>
<help name="main">
<value><![CDATA[
<p>When importing / restoring a BlogML file all contents in the file are <em>appended</em> to your blog. Nothing is deleted beforehand, so clean out any default posts / comments / tags that may be created on install.</p>
]]></value>
</help>
<provides>
<feature url="http://wiki.habariproject.org/en/feature/blogml_import">blogml_import</feature>
</provides>
</pluggable>