-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
26 lines (21 loc) · 1013 Bytes
/
theme.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
<?xml version="1.0" encoding="utf-8" ?>
<pluggable type="theme" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schemas.habariproject.org/pluggable/0.8">
<name>Mzingi</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>2.0</version>
<url>http://habariproject.org/</url>
<description><![CDATA[Mzingi, Swahili for foundation, is intended as a clean, simple design that can be used
as a framework for customization and theme development. It demonstrates using HiEngine theme
templating in theme construction.]]></description>
<template_engine>hiengine</template_engine>
<copyright>2009</copyright>
<areas>
<area name="sidebar">
<description><![CDATA[Sidebar]]></description>
</area>
</areas>
<provides>
<feature url="http://wiki.habariproject.org/en/feature/area">area</feature>
</provides>
</pluggable>