-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoreblocks.plugin.xml
31 lines (29 loc) · 1.23 KB
/
coreblocks.plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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>Core Blocks</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</version>
<url>http://habariproject.org/</url>
<description><![CDATA[A collection of blocks for your sidebar or other areas.]]></description>
<copyright>2011</copyright>
<help>
<value><![CDATA[<p>After activating this plugin, these block types will be available for you to use and configure in the 'Areas' of the Theme admin page.</p>
<ul>
<li>Recent Comments</li>
<li>Recent Posts</li>
<li>Monthly Archives</li>
<li>Tag Archives</li>
<li>Meta Links</li>
<li>Search Form</li>
<li>Text</li>
</ul>
<p>Each one has a template file you can copy to your theme and customize.</p>]]></value>
</help>
<provides>
<feature url="http://wiki.habariproject.org/en/feature/block">block</feature>
</provides>
<recommends>
<feature url="http://wiki.habariproject.org/en/feature/area">area</feature>
</recommends>
</pluggable>