-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
30 lines (25 loc) · 1.08 KB
/
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
27
28
29
30
<?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>Charcoal</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>0.5</version>
<url>http://habariproject.org/</url>
<description><![CDATA[Charcoal is a Habari signature release, demonstrating the craft and style of the Habari platform.]]></description>
<copyright>2009</copyright>
<template_engine>rawphpengine</template_engine>
<areas>
<area name="sidebar">
<description><![CDATA[The sidebar area]]></description>
</area>
<area name="nav">
<description><![CDATA[The sidebar area]]></description>
</area>
</areas>
<provides>
<feature url="http://wiki.habariproject.org/en/feature/area">area</feature>
</provides>
<provides>
<feature url="http://wiki.habariproject.org/en/feature/menu">menu</feature>
</provides>
</pluggable>