You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2017/11/17 15:26:26 UTC

[3/4] celix-site git commit: added relevent files

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/import/style.css
----------------------------------------------------------------------
diff --git a/site/import/style.css b/site/import/style.css
new file mode 100755
index 0000000..d88e14d
--- /dev/null
+++ b/site/import/style.css
@@ -0,0 +1,294 @@
+html, body {
+	margin: 0;
+	min-height: 100%;
+	min-width: 330px;
+	width: 100%;
+	height: 100%;
+	border-collapse:collapse;
+	display : table;
+}
+
+nav {
+	text-align: left;
+	position: fixed;
+	width: 100%;
+	background: #2CB9EC;
+	background: linear-gradient(50deg, transparent 190px, #2CB9EC 0);
+	z-index: 1;
+	height: 70px;
+}
+
+nav img {
+	height: 70px;
+	margin-left: 10px;
+	display: inline-block;
+}
+
+nav ul {
+	float: right !important;
+	height: 100%;
+	line-height: 60px;
+	margin: 0;
+}
+
+#imgbackground {
+	width: 250px;
+	height: 70px;
+	position: fixed;
+	background: #FFFFFF;
+	background: linear-gradient(0deg, transparent 0, #FFFFFF 20px);
+}
+
+a {
+	text-decoration: none;
+	outline: none;
+}
+
+#mobmenu {
+	display: inline;
+	margin-top: 38px;
+}
+
+#dropmenu a{
+	border-radius: 8px;
+	color: #FFFFFF;
+}
+
+#dropmenu {
+	position: fixed;
+	display: inline;
+	margin-left: 50px;
+	line-height: 54px;
+	color: #FFFFFF;
+}
+
+.dropbutton {
+	padding: 8px 20px 8px 20px;
+	cursor: pointer;
+	border: none;
+	display: inline-block;
+}
+
+.mobbutton {
+	display: none;
+}
+
+.dropdown {
+	position: relative;
+	display: inline-block;
+}
+
+.triangle {
+	margin-left: 4px;
+	display: inline-block;
+	width: 0;
+	height: 0;
+	border-style: solid;
+	border-width: 6px 8px 6px 0;
+	border-color: transparent #FFFFFF transparent transparent;
+	transition: transform 0.5s;
+}
+
+.dropdown-content {
+	position: absolute;
+	background: #f9f9f9;
+	min-width: 160px;
+	border-radius: 0px 0px 8px 8px;
+	right: 0;
+	transform: scaleY(0);
+	transform-origin: top;
+	-webkit-transform: scaleY(0);
+	-webkit-transform-origin: top;
+	transition: transform 0.5s;
+	line-height: 30px;
+}
+
+.dropdown-content a {
+	padding: 12px 16px;
+	display: block;
+	color:black !important;
+}
+
+.dropdown-content a:hover, .dropdown:hover, .dropbutton:hover, #dropmenu a:hover{
+	background: #f1f1f1;
+	color:black;
+}
+
+.dropdown:hover .dropdown-content {
+	transform: scaleY(1);
+	-webkit-transform: scaleY(1);
+	z-index: 1;
+}
+
+.dropdown:hover .triangle {
+	transform: rotate(-90deg);
+	-webkit-transform: rotate(-90deg);
+	border-color: transparent #2CB9EC transparent transparent;
+}
+
+.container {
+	margin: 0 auto;
+	height: 100%;
+	min-height:100%;
+	text-align: center;
+}
+
+.logoAP {
+	position: fixed;
+	top: 4px;
+	right: 150px;
+	height: 64px;
+	z-index:2;
+}
+
+#APsmall{
+	display:none;
+}
+
+.GHImg {
+	z-index:2;
+	position: fixed;
+	top: 0;
+	right: 0;
+	transform: rotate(90deg);
+	-webkit-transform: rotate(90deg);
+}
+
+.GHImgSmall {
+	z-index:2;
+	position: fixed;
+	top: 0;
+	left: 0;
+	height: 30px;
+	display: none;
+}
+
+#banner {
+	max-width: 1100px;
+	margin: 0 auto;
+	overflow: auto;
+	padding-bottom: 10%;
+	align-items: center;
+}
+
+.bannertext {
+	text-align: left;
+	font-size: 18px;
+	padding: 15px;
+	padding-top: 40px;
+}
+
+.bannerImage {
+	width: 45%;
+	float:right;
+	padding: 30px;
+}
+
+.item {
+	display: inline-block;
+	width: 29%;
+	margin: 1%;
+	padding: 1%;
+	min-width: 320px;
+	background: #d8d8d8;
+	border-radius: 8px;
+	height: 200px;
+	vertical-align: top;
+	text-align: left;
+}
+
+.spacer {
+	padding-top: 70px;
+	padding-bottom: 5px;
+	height:100%;
+	overflow: hidden;
+}
+
+#foot {
+	text-align: center;
+	display : table-row;
+	vertical-align : bottom;
+	height : 1px;
+}
+
+#footText {
+	color: white;
+	font-size: 12px;
+	background: #2CB9EC;
+	padding: 4px;
+}
+
+.shadowed {
+	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
+	filter: url(#drop-shadow);
+	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
+	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
+}
+
+@media screen and (max-width: 1140px) {
+	#APbig{display:none}
+	#APsmall{display:block}
+}
+
+@media screen and (max-width: 834px) {
+	body, #footer {
+		font-size: 12px;
+	}
+	
+	nav {
+		background: linear-gradient(300deg, transparent 185px, #2CB9EC 0);
+	}
+
+	#imgbackground {
+		right: 0;
+	}
+	
+	nav img {
+		float: right;
+	}
+	
+	.GHImg {
+		display: none;
+	}
+	
+	.GHImgSmall {
+		display: block;
+	}
+	
+	#APsmall{
+		right: 195px;
+	}
+	
+	.bannertext {
+		width: 80%;
+		padding-top: 0;
+		min-width: 320px;
+		float: none;
+		margin: auto;
+	}
+	
+	.bannerImage {
+		display: none;
+	}
+	
+	#mobmenu {
+		display: inline-block;
+	}
+	
+	.triangle{
+		border-color: transparent #2CB9EC transparent transparent;
+	}
+	
+	.mobbutton {
+		display: inline-block;
+		background: white;
+	}
+	
+	#dropmenu {
+		display:none;
+	}
+}
+
+@media screen and (max-width: 400px) {
+	#APsmall {display:none}
+}

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
new file mode 100644
index 0000000..7bb05e8
--- /dev/null
+++ b/site/index.html
@@ -0,0 +1,136 @@
+<!DOCTYPE html> 
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/import/style.css" rel="stylesheet">
+<!--page info-->
+<title>Welcome to Apache Celix</title>
+<meta name="description" content="">
+<meta name="author" content="me">
+</head>
+<body>
+<div id="imgbackground"></div>
+<nav class = "shadowed">
+	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
+	<div id="mobmenu">
+	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
+		<option value="">navigate</option>
+		<option value="/">Home</option>
+		<option value="">Documentation</option>
+		<option value="/downloads.html">Downloads</option>
+		<optgroup label="Community">
+			<option value="/contributing.html">Contributing</option>
+			<option value="/boardreports.html">Board Reports</option>
+			<option value="/releasing.html">Releasing</option>
+		</optgroup>
+		<optgroup label="Support">
+			<option value="/mailinglist.html">Mailing List</option>
+			<option value="/issuetracking.html">Issue Tracking</option>
+		</optgroup>
+		<optgroup label="ASF">
+			<option value="http://www.apache.org/">ASF Home</option>
+			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
+			<option value="http://www.apache.org/licenses/">License</option>
+			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
+			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
+			<option value="http://www.apache.org/security">Security</option>
+		</optgroup>
+	</select>
+	<div id="dropmenu" class="shadowed">
+		<a href="/"><div class="dropbutton">
+			Home
+		</div></a><a href=""><div class="dropbutton">
+			Documentation
+		</div></a><a href="/downloads.html"><div class="dropbutton">
+			Download
+		</div></a><div class="dropdown">
+			<div class="dropbutton">Community<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/contributing.html">Contributing</a>
+				<a href="/boardreports.html">Board Reports</a>
+				<a href="/releasing.html">Releasing</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">Support<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/mailinglist.html">Mailing List</a>
+				<a href="/issuetracking.html">Issue Tracking</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">ASF<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="http://www.apache.org/">ASF Home</a>
+				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
+				<a href="http://www.apache.org/licenses/">License</a>
+				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+				<a href="http://www.apache.org/security">Security</a>
+			</div>
+		</div>
+	</div>
+	</div>
+</nav>
+<a href="https://github.com/apache/celix">
+			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
+			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
+			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
+</a>
+<a href="http://apache.org/">
+			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
+			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
+</a>
+<div class="spacer">
+<div id="banner">
+
+<p><img class="bannerImage shadowed" src="media/celix_notext.png">
+<div class="bannertext"></p>
+
+<h1>Apache Celix</h1>
+
+<p>Apache Celix is an implementation of the OSGi specification adapted to C and C++. It is a provides a framework to develop (dynamic) modular software applications using component and/or service-oriented programming.</p>
+
+<p>Apache Celix is primarily developed in C and adds an additional abstraction, in the form of a library, to support for C++.
+</div></div><div class="container"><div class="item"></p>
+
+<h3>How to install</h3>
+
+<p></div><div class="item"></p>
+
+<h3>Documentation</h3>
+
+<p></div><div class="item"></p>
+
+<h3>Tips</h3>
+
+<p></div><div class="item"></p>
+
+<h3>Contributing</h3>
+
+<p></div><div class="item"></p>
+
+<h3>Example projects</h3>
+
+</div></div>
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/issuetracking.html
----------------------------------------------------------------------
diff --git a/site/issuetracking.html b/site/issuetracking.html
new file mode 100644
index 0000000..d7820eb
--- /dev/null
+++ b/site/issuetracking.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html> 
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/import/style.css" rel="stylesheet">
+<!--page info-->
+<title>Welcome to Apache Celix</title>
+<meta name="description" content="">
+<meta name="author" content="me">
+</head>
+<body>
+<div id="imgbackground"></div>
+<nav class = "shadowed">
+	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
+	<div id="mobmenu">
+	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
+		<option value="">navigate</option>
+		<option value="/">Home</option>
+		<option value="">Documentation</option>
+		<option value="/downloads.html">Downloads</option>
+		<optgroup label="Community">
+			<option value="/contributing.html">Contributing</option>
+			<option value="/boardreports.html">Board Reports</option>
+			<option value="/releasing.html">Releasing</option>
+		</optgroup>
+		<optgroup label="Support">
+			<option value="/mailinglist.html">Mailing List</option>
+			<option value="/issuetracking.html">Issue Tracking</option>
+		</optgroup>
+		<optgroup label="ASF">
+			<option value="http://www.apache.org/">ASF Home</option>
+			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
+			<option value="http://www.apache.org/licenses/">License</option>
+			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
+			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
+			<option value="http://www.apache.org/security">Security</option>
+		</optgroup>
+	</select>
+	<div id="dropmenu" class="shadowed">
+		<a href="/"><div class="dropbutton">
+			Home
+		</div></a><a href=""><div class="dropbutton">
+			Documentation
+		</div></a><a href="/downloads.html"><div class="dropbutton">
+			Download
+		</div></a><div class="dropdown">
+			<div class="dropbutton">Community<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/contributing.html">Contributing</a>
+				<a href="/boardreports.html">Board Reports</a>
+				<a href="/releasing.html">Releasing</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">Support<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/mailinglist.html">Mailing List</a>
+				<a href="/issuetracking.html">Issue Tracking</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">ASF<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="http://www.apache.org/">ASF Home</a>
+				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
+				<a href="http://www.apache.org/licenses/">License</a>
+				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+				<a href="http://www.apache.org/security">Security</a>
+			</div>
+		</div>
+	</div>
+	</div>
+</nav>
+<a href="https://github.com/apache/celix">
+			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
+			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
+			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
+</a>
+<a href="http://apache.org/">
+			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
+			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
+</a>
+<div class="spacer">
+<h1>Issue Tracking</h1>
+
+<p>Celix uses Jira for bug reports, feature requests, enhancements and tasks of all kind.</p>
+
+<p>Anyone can use Jira to report bugs. But before doing so, please make sure that:</p>
+
+<ul>
+<li>the bug isn't already reported,</li>
+<li>the problem is actually a bug (the <a href="/support/mailinglist.html">mailing list</a> can be used for support),</li>
+<li>you attach enough information to replicate the bug (preferably a unit test)</li>
+</ul>
+
+<p>If you have fixed a bug, the patch can be attached to a bug report.</p>
+
+<p>The Celix Jira Issue Tracker can be found at:</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/celix">https://issues.apache.org/jira/browse/celix</a></li>
+</ul>
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/mailinglist.html
----------------------------------------------------------------------
diff --git a/site/mailinglist.html b/site/mailinglist.html
new file mode 100644
index 0000000..ff955fb
--- /dev/null
+++ b/site/mailinglist.html
@@ -0,0 +1,132 @@
+<!DOCTYPE html> 
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/import/style.css" rel="stylesheet">
+<!--page info-->
+<title>Welcome to Apache Celix</title>
+<meta name="description" content="">
+<meta name="author" content="me">
+</head>
+<body>
+<div id="imgbackground"></div>
+<nav class = "shadowed">
+	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
+	<div id="mobmenu">
+	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
+		<option value="">navigate</option>
+		<option value="/">Home</option>
+		<option value="">Documentation</option>
+		<option value="/downloads.html">Downloads</option>
+		<optgroup label="Community">
+			<option value="/contributing.html">Contributing</option>
+			<option value="/boardreports.html">Board Reports</option>
+			<option value="/releasing.html">Releasing</option>
+		</optgroup>
+		<optgroup label="Support">
+			<option value="/mailinglist.html">Mailing List</option>
+			<option value="/issuetracking.html">Issue Tracking</option>
+		</optgroup>
+		<optgroup label="ASF">
+			<option value="http://www.apache.org/">ASF Home</option>
+			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
+			<option value="http://www.apache.org/licenses/">License</option>
+			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
+			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
+			<option value="http://www.apache.org/security">Security</option>
+		</optgroup>
+	</select>
+	<div id="dropmenu" class="shadowed">
+		<a href="/"><div class="dropbutton">
+			Home
+		</div></a><a href=""><div class="dropbutton">
+			Documentation
+		</div></a><a href="/downloads.html"><div class="dropbutton">
+			Download
+		</div></a><div class="dropdown">
+			<div class="dropbutton">Community<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/contributing.html">Contributing</a>
+				<a href="/boardreports.html">Board Reports</a>
+				<a href="/releasing.html">Releasing</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">Support<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/mailinglist.html">Mailing List</a>
+				<a href="/issuetracking.html">Issue Tracking</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">ASF<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="http://www.apache.org/">ASF Home</a>
+				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
+				<a href="http://www.apache.org/licenses/">License</a>
+				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+				<a href="http://www.apache.org/security">Security</a>
+			</div>
+		</div>
+	</div>
+	</div>
+</nav>
+<a href="https://github.com/apache/celix">
+			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
+			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
+			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
+</a>
+<a href="http://apache.org/">
+			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
+			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
+</a>
+<div class="spacer">
+<h1>Mailing List</h1>
+
+<p>Celix users and developers can be reached using mailing lists. Currently there is only one list for development and 
+support questions.</p>
+
+<ul>
+<li><a href="mailto:dev@celix.apache.org">Celix Developers Mailing List</a>
+<ul>
+<li><a href="mailto:dev-subscribe@celix.apache.org">Subscribe</a></li>
+<li><a href="mailto:dev-unsubscribe@celix.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/celix-dev/">Archives</a></li>
+</ul></li>
+</ul>
+
+<p>If the Celix community grows, and there is a need for a dedicated users mailing list, it will be created.</p>
+
+<p>There is a second mailing list which is used to publish changes from the 
+<a href="/support/issuetracking.html">Issue Tracker</a>.</p>
+
+<ul>
+<li><a href="mailto:commits@celix.apache.org">Celix Commits Mailing List</a>
+<ul>
+<li><a href="mailto:commits-subscribe@celix.apache.org">Subscribe</a></li>
+<li><a href="mailto:commits-unsubscribe@celix.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/celix-commits/">Archives</a></li>
+</ul></li>
+</ul>
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Apache_Feather.png
----------------------------------------------------------------------
diff --git a/site/media/Apache_Feather.png b/site/media/Apache_Feather.png
new file mode 100644
index 0000000..121195a
Binary files /dev/null and b/site/media/Apache_Feather.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Apache_Feather.svg
----------------------------------------------------------------------
diff --git a/site/media/Apache_Feather.svg b/site/media/Apache_Feather.svg
new file mode 100644
index 0000000..e41b65a
--- /dev/null
+++ b/site/media/Apache_Feather.svg
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
+<svg enable-background="new 0 0 2392.5 4226.6" version="1.1" viewBox="0 0 2392.5 4226.6" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+<linearGradient id="i" x1="-5167.1" x2="-4570.1" y1="697.55" y2="1395.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#F69923" offset="0"/>
+	<stop stop-color="#F79A23" offset=".3123"/>
+	<stop stop-color="#E97826" offset=".8383"/>
+</linearGradient>
+<path d="m1798.9 20.1c-66.3 39.1-176.4 149.9-307.9 310.4l120.8 228c84.8-121.3 170.9-230.4 257.8-323.6 6.7-7.4 10.2-10.9 10.2-10.9-3.4 3.6-6.8 7.3-10.2 10.9-28.1 31-113.4 130.5-242.1 328.1 123.9-6.2 314.3-31.5 469.6-58.1 46.2-258.8-45.3-377.3-45.3-377.3s-116.3-188.2-252.9-107.5z" fill="url(#i)"/>
+<path d="m1594.4 1320.7c0.9-0.2 1.8-0.3 2.7-0.5l-17.4 1.9c-1.1 0.5-2 1-3.1 1.4 6-0.9 11.9-1.9 17.8-2.8z" fill="none"/>
+<path d="m1471.1 1729.1c-9.9 2.2-20 3.9-30.2 5.4 10.2-1.5 20.3-3.3 30.2-5.4z" fill="none"/>
+<path d="m633.1 2645.2c1.3-3.4 2.6-6.8 3.8-10.2 26.6-70.2 52.9-138.4 79-204.9 29.3-74.6 58.2-146.8 86.8-216.8 30.1-73.8 59.8-145.1 89.1-214 30.7-72.3 61-141.9 90.7-208.9 24.2-54.5 48-107.3 71.5-158.4 7.8-17 15.6-33.9 23.4-50.6 15.4-33.1 30.7-65.6 45.7-97.3 13.9-29.3 27.7-57.9 41.4-86 4.5-9.4 9.1-18.6 13.6-27.9 0.7-1.5 1.5-3 2.2-4.5l-14.8 1.6-11.8-23.2c-1.1 2.3-2.3 4.5-3.5 6.8-21.2 42.1-42.2 84.6-63 127.5-12 24.8-24 49.7-35.9 74.7-33 69.3-65.5 139.2-97.4 209.6-32.3 71.1-63.9 142.6-94.9 214.2-30.5 70.3-60.3 140.7-89.6 210.9-29.2 70.1-57.7 140-85.6 209.4-29.1 72.5-57.4 144.3-84.8 215.3-6.2 16-12.4 32-18.5 48-22 57.3-43.4 113.8-64.3 169.6l18.6 36.7 16.6-1.8c0.6-1.7 1.2-3.4 1.8-5 26.9-73.5 53.5-145.1 79.9-214.8z" fill="none"/>
+<path d="m1433.2 1735.7c0.1 0 0.1-0.1 0.2-0.1 0 0-0.1 0-0.2 0.1z" fill="none"/>
+<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E"/>
+<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E" opacity=".35"/>
+<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E"/>
+<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="h" x1="-9585.3" x2="-5326.2" y1="620.5" y2="620.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1255.7 1147.6c36.7-68.6 73.9-135.7 111.5-201 39-67.8 78.5-133.6 118.4-197 2.3-3.7 4.7-7.5 7-11.3 39.4-62.4 79.2-122.4 119.3-179.8l-120.8-228c-9.1 11.1-18.2 22.4-27.5 33.9-34.8 43.4-71 90.1-108.1 139.6-41.8 55.8-84.8 115.4-128.5 177.9-40.3 57.8-81.2 118.3-122.1 180.9-34.8 53.3-69.8 108.2-104.5 164.5-1.3 2.1-2.6 4.2-3.9 6.3l157.2 310.5c33.6-66.5 67.6-132.1 102-196.5z" fill="url(#h)"/>
+<linearGradient id="g" x1="-9071.2" x2="-6533.2" y1="1047.7" y2="1047.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#282662" offset="0"/>
+	<stop stop-color="#662E8D" offset=".095484"/>
+	<stop stop-color="#9F2064" offset=".7882"/>
+	<stop stop-color="#CD2032" offset=".9487"/>
+</linearGradient>
+<path d="m539.7 2897.1c-20.8 57.2-41.7 115.4-62.7 174.9-0.3 0.9-0.6 1.7-0.9 2.6-3 8.4-5.9 16.8-8.9 25.2-14.1 40.1-26.4 76.2-54.5 158.3 46.3 21.1 83.5 76.7 118.7 139.8-3.7-65.3-30.8-126.7-82.1-174.2 228.3 10.3 425-47.4 526.7-214.3 9.1-14.9 17.4-30.5 24.9-47.2-46.2 58.6-103.5 83.5-211.4 77.4-0.2 0.1-0.5 0.2-0.7 0.3 0.2-0.1 0.5-0.2 0.7-0.3 158.8-71.1 238.5-139.3 308.9-252.4 16.7-26.8 32.9-56.1 49.5-88.6-138.9 142.6-299.8 183.2-469.3 152.4l-127.1 13.9c-4 10.7-7.9 21.4-11.8 32.2z" fill="url(#g)"/>
+<linearGradient id="f" x1="-9346.1" x2="-5087" y1="580.82" y2="580.82" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m599 2612.4c27.5-71 55.8-142.8 84.8-215.3 27.8-69.4 56.4-139.2 85.6-209.4s59.1-140.5 89.6-210.9c31-71.6 62.7-143.1 94.9-214.2 31.9-70.3 64.4-140.3 97.4-209.6 11.9-25 23.9-49.9 35.9-74.7 20.8-42.9 41.8-85.4 63-127.5 1.1-2.3 2.3-4.5 3.5-6.8l-157.2-310.5c-2.6 4.2-5.1 8.4-7.7 12.6-36.6 59.8-73.1 121-108.9 183.5-36.2 63.1-71.7 127.4-106.4 192.6-29.3 55-57.9 110.5-85.7 166.5-5.6 11.4-11.1 22.6-16.6 33.9-34.3 70.5-65.2 138.6-93.2 204.1-31.7 74.2-59.6 145.1-84 212.3-16.1 44.2-30.7 86.9-44.1 127.9-11 35-21.5 70.1-31.4 105-23.5 82.3-43.7 164.4-60.3 246.2l158 311.9c20.9-55.8 42.3-112.3 64.3-169.6 6.1-15.9 12.3-32 18.5-48z" fill="url(#f)"/>
+<linearGradient id="e" x1="-9035.5" x2="-6797.2" y1="638.44" y2="638.44" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#282662" offset="0"/>
+	<stop stop-color="#662E8D" offset=".095484"/>
+	<stop stop-color="#9F2064" offset=".7882"/>
+	<stop stop-color="#CD2032" offset=".9487"/>
+</linearGradient>
+<path d="m356.1 2529.2c-19.8 99.8-33.9 199.2-41 298-0.2 3.5-0.6 6.9-0.8 10.4-49.3-79-181.3-156.1-181-155.4 94.5 137 166.2 273 176.9 406.5-50.6 10.4-119.9-4.6-200-34.1 83.5 76.7 146.2 97.9 170.6 103.6-76.7 4.8-156.6 57.5-237.1 118.2 117.7-48 212.8-67 280.9-51.6-108 305.8-216.3 643.4-324.6 1001.8 33.2-9.8 53-32.1 64.1-62.3 19.3-64.9 147.4-490.7 348.1-1050.4 5.7-15.9 11.5-31.9 17.3-48 1.6-4.5 3.3-9 4.9-13.4 21.2-58.7 43.2-118.6 65.9-179.7 5.2-13.9 10.4-27.8 15.6-41.8 0.1-0.3 0.2-0.6 0.3-0.8l-157.8-311.8c-0.7 3.5-1.6 7.1-2.3 10.8z" fill="url(#e)"/>
+<linearGradient id="d" x1="-9346.1" x2="-5087" y1="1021.6" y2="1021.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1178.1 1370.3c-4.5 9.2-9 18.5-13.6 27.9-13.6 28.1-27.4 56.7-41.4 86-15.1 31.7-30.3 64.1-45.7 97.3-7.8 16.7-15.5 33.5-23.4 50.6-23.5 51.1-47.3 103.9-71.5 158.4-29.7 67-60 136.6-90.7 208.9-29.3 68.9-59 140.2-89.1 214-28.6 70-57.5 142.3-86.8 216.8-26.1 66.5-52.4 134.7-79 204.9-1.3 3.4-2.6 6.8-3.8 10.2-26.4 69.7-53 141.3-79.8 214.7-0.6 1.7-1.2 3.4-1.8 5l127.1-13.9c-2.5-0.5-5.1-0.8-7.6-1.3 152-18.9 354-132.5 484.6-272.7 60.2-64.6 114.8-140.8 165.3-230 37.6-66.4 72.9-140 106.5-221.5 29.4-71.2 57.6-148.3 84.8-231.9-34.9 18.4-74.9 31.9-119 41.3-7.7 1.6-15.6 3.2-23.6 4.6s-16.1 2.7-24.3 3.8c0.1 0 0.2-0.1 0.3-0.1 141.7-54.5 231.1-159.8 296.1-288.7-37.3 25.4-97.9 58.7-170.5 74.7-9.9 2.2-20 3.9-30.2 5.4-2.6 0.4-5.1 0.8-7.6 1.1 0.1 0 0.1-0.1 0.2-0.1 0 0 0.1 0 0.1-0.1 49.2-20.6 90.7-43.6 126.7-70.8 7.7-5.8 15.2-11.8 22.4-18.1 11-9.5 21.4-19.5 31.4-30 6.4-6.7 12.6-13.6 18.6-20.8 14.1-16.8 27.3-34.9 39.7-54.6 3.8-6 7.5-12.1 11.2-18.4 4.7-9.1 9.2-18 13.6-26.8 19.8-39.8 35.6-75.3 48.2-106.5 
 6.3-15.6 11.8-30 16.5-43.4 1.9-5.3 3.7-10.5 5.4-15.5 5-15 9.1-28.3 12.3-40 4.8-17.5 7.7-31.4 9.3-41.5-4.8 3.8-10.3 7.6-16.5 11.3-42.8 25.6-116.2 48.8-175.4 59.7l116.7-12.8-116.7 12.8c-0.9 0.2-1.8 0.3-2.7 0.5-5.9 1-11.9 1.9-17.9 2.9 1.1-0.5 2-1 3.1-1.4l-399.3 43.8c-0.7 1.4-1.4 2.8-2.2 4.3z" fill="url(#d)"/>
+<linearGradient id="c" x1="-9610.3" x2="-5351.2" y1="999.73" y2="999.73" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1627.6 563.1c-35.5 54.5-74.3 116.4-116 186.5-2.2 3.6-4.4 7.4-6.6 11.1-36 60.7-74.3 127.3-114.5 200.3-34.8 63-71 130.6-108.6 203.3-32.8 63.3-66.7 130.5-101.5 201.6l399.3-43.8c116.3-53.5 168.3-101.9 218.8-171.9 13.4-19.3 26.9-39.5 40.3-60.4 41-64 81.2-134.5 117.2-204.6 34.7-67.7 65.3-134.8 88.8-195.3 14.9-38.5 26.9-74.3 35.2-105.7 7.3-27.7 13-54 17.4-79.1-155.5 26.5-345.9 51.9-469.8 58z" fill="url(#c)"/>
+<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E"/>
+<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="b" x1="-9346.1" x2="-5087" y1="1152.7" y2="1152.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="url(#b)"/>
+<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E"/>
+<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="a" x1="-9346.1" x2="-5087" y1="1137.7" y2="1137.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="url(#a)"/>
+<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E"/>
+<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="j" x1="-6953.4" x2="-6012" y1="1134.7" y2="1134.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="url(#j)"/>
+<path d="m2218.7 387v11.7h27.4v77.4h12.7v-77.4h27.6v-11.7h-67.7zm158.3 0l-30.6 62.2-30.8-62.2h-15.3v89.1h11.7v-70.7l30.3 61.3h8.1l30.3-61.3v70.7h11.7v-89.1h-15.4z" fill="#6D6E71"/>
+</svg>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Apache_PoweredBy.png
----------------------------------------------------------------------
diff --git a/site/media/Apache_PoweredBy.png b/site/media/Apache_PoweredBy.png
new file mode 100755
index 0000000..b7cd3b8
Binary files /dev/null and b/site/media/Apache_PoweredBy.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Apache_full.png
----------------------------------------------------------------------
diff --git a/site/media/Apache_full.png b/site/media/Apache_full.png
new file mode 100644
index 0000000..ee7def8
Binary files /dev/null and b/site/media/Apache_full.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Apache_full.svg
----------------------------------------------------------------------
diff --git a/site/media/Apache_full.svg b/site/media/Apache_full.svg
new file mode 100644
index 0000000..9f6a2d8
--- /dev/null
+++ b/site/media/Apache_full.svg
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
+<svg enable-background="new 0 0 7127.6 2890" version="1.1" viewBox="0 0 7127.6 2890" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+<path d="m7104.7 847.8c15.3 15.3 22.9 33.7 22.9 55.2s-7.6 39.9-22.9 55.4c-15.3 15.4-33.8 23.1-55.6 23.1s-40.2-7.6-55.4-22.9c-15.1-15.3-22.7-33.7-22.7-55.2s7.6-39.9 22.9-55.4c15.3-15.4 33.7-23.1 55.4-23.1 21.6 0 40.1 7.6 55.4 22.9zm-6.6 104.1c13.3-13.6 20-29.8 20-48.7s-6.6-35-19.8-48.5c-13.2-13.4-29.4-20.1-48.6-20.1s-35.4 6.7-48.7 20.2-19.9 29.7-19.9 48.7 6.6 35.2 19.7 48.6 29.3 20.1 48.5 20.1 35.4-6.8 48.8-20.3zm-11-63.8c0 14-6.1 22.8-18.4 26.4l22.5 30.5h-18.2l-20.3-28.3h-18.6v28.3h-14.7v-84.6h31.8c12.8 0 22 2.2 27.6 6.6s8.3 11.4 8.3 21.1zm-18.9 11.9c3-2.4 4.4-6.5 4.4-12s-1.5-9.4-4.5-11.6-8.4-3.2-16-3.2h-18v30.5h17.5c8.1-0.1 13.7-1.3 16.6-3.7z" fill="#6D6E71"/>
+<path d="m1803.6 499.8v155.4h-20v-155.4h-56.8v-19.2h133.9v19.2h-57.1z" fill="#6D6E71"/>
+<path d="m2082.2 655.2v-76.9h-105.2v76.9h-20v-174.7h20v78.9h105.2v-78.9h20v174.7h-20z" fill="#6D6E71"/>
+<path d="M2241.4,499.8v57.4h88.1v19.2h-88.1v59.8h101.8v19h-121.8V480.5H2340v19.2H2241.4z" fill="#6D6E71"/>
+<path d="m1574.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
+<path d="m2596.9 1852.4v-997.6h413.1c171.4 0 295.1 158.8 295.1 313.3 0 163-115.2 316.1-286.6 316.1h-324.6v368.1h-97zm97-455.3h318.9c118 0 193.9-108.2 193.9-229 0-125.1-92.7-226.2-202.3-226.2h-310.5v455.2z" fill="#D22128"/>
+<path d="m3250.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
+<path d="m4637.3 849.1c177 0 306.3 89.9 368.1 217.8l-78.7 47.8c-63.2-132.1-186.9-177-295.1-177-238.9 0-369.5 213.6-369.5 414.5 0 220.6 161.6 420.1 373.7 420.1 112.4 0 244.5-56.2 307.7-185.5l81.5 42.1c-64.6 148.9-241.7 231.8-394.8 231.8-274 0-466.5-261.3-466.5-514.2 0.1-240.2 172.9-497.4 473.6-497.4z" fill="#D22128"/>
+<path d="m5949.1 854.8v997.6h-98.4v-466.5h-591.5v466.5h-96.9v-997.6h96.9v444h591.5v-444h98.4z" fill="#D22128"/>
+<path d="M6844.6,1765.2v87.1h-670.2V854.8H6832v87.1h-560.6v359.7h489v82.9h-489v380.8H6844.6z" fill="#D22128"/>
+<path d="m1667.6 2063.6c11.8 3.5 22.2 8.3 31 14.2l-10.3 22.6c-9-6-18.6-10.4-28.9-13.4-10.2-2.9-20-4.4-29.2-4.4-13.6 0-24.5 2.4-32.6 7.3s-12.2 11.8-12.2 20.7c0 7.6 2.3 14 6.8 19s10.2 8.9 17 11.7 16.1 6 28 9.6c14.4 4.6 26 8.9 34.7 12.9 8.8 4 16.3 9.9 22.5 17.8 6.2 7.8 9.3 18.2 9.3 31 0 11.7-3.2 21.8-9.5 30.6-6.3 8.7-15.3 15.5-26.8 20.3-11.6 4.8-24.9 7.2-40 7.2s-29.7-2.9-43.9-8.7-26.4-13.6-36.6-23.4l10.7-21.6c9.6 9.4 20.7 16.7 33.3 21.9s24.8 7.8 36.8 7.8c15.3 0 27.3-3 36.1-8.9s13.2-13.9 13.2-23.9c0-7.8-2.3-14.3-6.9-19.4s-10.3-9-17.1-11.9c-6.8-2.8-16.1-6-28-9.6-14.2-4.2-25.7-8.3-34.6-12.2s-16.4-9.7-22.5-17.5c-6.1-7.7-9.2-17.9-9.2-30.6 0-10.9 3-20.4 9-28.6s14.6-14.6 25.6-19.1c11.1-4.5 23.8-6.8 38.2-6.8 12.3 0.1 24.2 1.9 36.1 5.4z" fill="#6D6E71"/>
+<path d="m1980.1 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 19.9-0.1 38.3 4.6 55.2 14.1zm-98.2 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3-17.4 31.1-30.2c7.7-12.7 11.6-26.7 11.6-42s-3.9-29.2-11.6-41.8-18.1-22.6-31.1-30-27.2-11.2-42.6-11.2c-15.5 0-29.8 3.7-43 11.2z" fill="#6D6E71"/>
+<path d="m2186.5 2082.4v74h98.4v23.2h-98.4v90.2h-24.1v-210.6h133.8v23.2h-109.7z" fill="#6D6E71"/>
+<path d="m2491.6 2082.4v187.4h-24.1v-187.4h-68.4v-23.2h161.4v23.2h-68.9z" fill="#6D6E71"/>
+<path d="m2871.8 2269.8l-56.8-177.4-57.6 177.4h-24.5l-70.5-210.6h25.9l57.9 182.7 57.1-182.4 24.1-0.3 57.7 182.7 57.1-182.7h25l-70.6 210.6h-24.8z" fill="#6D6E71"/>
+<path d="m3087.3 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26.1l-23.5-53.2h-114.8zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
+<path d="m3461.1 2202.7c-6 0.4-10.7 0.6-14.1 0.6h-56v66.5h-24v-210.6h80c26.2 0 46.6 6.2 61.2 18.5 14.5 12.3 21.8 29.8 21.8 52.3 0 17.2-4.1 31.7-12.2 43.3s-19.8 20-35 25l49.2 71.5h-27.3l-43.6-67.1zm30.2-35.1c10.3-8.4 15.5-20.8 15.5-37 0-15.9-5.2-27.9-15.5-36s-25.1-12.2-44.3-12.2h-56v97.8h56c19.2 0 34-4.2 44.3-12.6z" fill="#6D6E71"/>
+<path d="m3688.3 2082.4v69.2h106.2v23.2h-106.2v72.1h122.8v22.9h-146.9v-210.6h142.9v23.2h-118.8z" fill="#6D6E71"/>
+<path d="M4147,2082.4v74h98.4v23.2H4147v90.2h-24.1v-210.6h133.8v23.2H4147z" fill="#6D6E71"/>
+<path d="m4523.3 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3-17.4 31.1-30.2c7.7-12.7 11.6-26.7 11.6-42s-3.9-29.2-11.6-41.8-18.1-22.6-31.1-30-27.2-11.2-42.6-11.2c-15.6 0-29.9 3.7-43 11.2z" fill="#6D6E71"/>
+<path d="m4854.7 2247.7c-15.7 15.5-37.3 23.3-64.8 23.3-27.7 0-49.4-7.8-65.1-23.3s-23.6-37-23.6-64.6v-124h24.1v124c0 20.3 5.8 36.1 17.3 47.5 11.6 11.4 27.3 17.1 47.3 17.1 20.1 0 35.8-5.7 47.1-17 11.4-11.3 17-27.2 17-47.7v-124h24.1v124c0.1 27.7-7.7 49.2-23.4 64.7z" fill="#6D6E71"/>
+<path d="m5169.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
+<path d="m5478.4 2073.1c16.4 9.3 29.4 21.9 38.9 37.9 9.6 16 14.3 33.9 14.3 53.5s-4.8 37.6-14.3 53.6c-9.5 16.1-22.6 28.7-39.3 37.9-16.6 9.2-35.2 13.8-55.5 13.8h-84.3v-210.6h85.2c20.3 0 38.6 4.6 55 13.9zm-116.1 173.8h61.4c15.5 0 29.6-3.5 42.3-10.6s22.8-16.9 30.2-29.5c7.4-12.5 11.1-26.5 11.1-42s-3.8-29.4-11.3-41.9-17.7-22.3-30.6-29.6c-12.8-7.2-27-10.9-42.6-10.9h-60.5v164.5z" fill="#6D6E71"/>
+<path d="m5668.6 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26l-23.5-53.2h-114.9zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
+<path d="m5991 2082.4v187.4h-24v-187.4h-68.4v-23.2h161.4v23.2h-69z" fill="#6D6E71"/>
+<path d="m6175.9 2269.8v-210.6h24.1v210.6h-24.1z" fill="#6D6E71"/>
+<path d="m6493.7 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3-17.4 31.1-30.2c7.7-12.7 11.6-26.7 11.6-42s-3.9-29.2-11.6-41.8-18.1-22.6-31.1-30-27.2-11.2-42.6-11.2c-15.6 0-29.8 3.7-43 11.2z" fill="#6D6E71"/>
+<path d="m6826.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
+<linearGradient id="i" x1="-4516.6" x2="-4108.4" y1="-2338.7" y2="-1861.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#F69923" offset="0"/>
+	<stop stop-color="#F79A23" offset=".3123"/>
+	<stop stop-color="#E97826" offset=".8383"/>
+</linearGradient>
+<path d="m1230.1 13.7c-45.3 26.8-120.6 102.5-210.5 212.3l82.6 155.9c58-82.9 116.9-157.5 176.3-221.2 4.6-5.1 7-7.5 7-7.5-2.3 2.5-4.6 5-7 7.5-19.2 21.2-77.5 89.2-165.5 224.4 84.7-4.2 214.9-21.6 321.1-39.7 31.6-177-31-258-31-258s-79.7-128.8-173-73.7z" fill="url(#i)"/>
+<path d="m1090.2 903.1l1.8-0.3-11.9 1.3c-0.7 0.3-1.4 0.7-2.1 1 4.1-0.7 8.2-1.4 12.2-2z" fill="none"/>
+<path d="m1005.9 1182.3c-6.7 1.5-13.7 2.7-20.7 3.7 7.1-1 14-2.2 20.7-3.7z" fill="none"/>
+<path d="m432.9 1808.8c0.9-2.3 1.8-4.7 2.6-7 18.2-48 36.2-94.7 54-140.1 20-51 39.8-100.4 59.3-148.3 20.6-50.4 40.9-99.2 60.9-146.3 21-49.4 41.7-97 62-142.8 16.5-37.3 32.8-73.4 48.9-108.3 5.4-11.7 10.7-23.2 16-34.6 10.5-22.7 21-44.8 31.3-66.5 9.5-20 19-39.6 28.3-58.8 3.1-6.4 6.2-12.8 9.3-19.1 0.5-1 1-2 1.5-3.1l-10.2 1.1-8-15.9c-0.8 1.6-1.6 3.1-2.4 4.6-14.5 28.8-28.9 57.9-43.1 87.2-8.2 16.9-16.4 34-24.6 51-22.6 47.4-44.8 95.2-66.6 143.3-22.1 48.6-43.7 97.5-64.9 146.5-20.8 48.1-41.3 96.2-61.2 144.2-20 48-39.5 95.7-58.5 143.2-19.9 49.5-39.2 98.7-58 147.2-4.2 10.9-8.5 21.9-12.7 32.8-15 39.2-29.7 77.8-44 116l12.7 25.1 11.4-1.2c0.4-1.1 0.8-2.3 1.3-3.4 18.5-50.2 36.7-99.2 54.7-146.8z" fill="none"/>
+<path d="m980 1186.8c0.1 0 0.1 0 0.1-0.1 0 0.1 0 0.1-0.1 0.1z" fill="none"/>
+<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E"/>
+<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E" opacity=".35"/>
+<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E"/>
+<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="h" x1="-7537.7" x2="-4625.4" y1="-2391.4" y2="-2391.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m858.6 784.7c25.1-46.9 50.5-92.8 76.2-137.4 26.7-46.4 53.7-91.3 80.9-134.7 1.6-2.6 3.2-5.2 4.8-7.7 27-42.7 54.2-83.7 81.6-122.9l-82.6-156c-6.2 7.6-12.5 15.3-18.8 23.2-23.8 29.7-48.6 61.6-73.9 95.5-28.6 38.2-58 78.9-87.8 121.7-27.6 39.5-55.5 80.9-83.5 123.7-23.8 36.5-47.7 74-71.4 112.5-0.9 1.4-1.8 2.9-2.6 4.3l107.5 212.3c22.8-45.6 46.1-90.5 69.6-134.5z" fill="url(#h)"/>
+<linearGradient id="g" x1="-7186.2" x2="-5450.7" y1="-2099.3" y2="-2099.3" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#282662" offset="0"/>
+	<stop stop-color="#662E8D" offset=".095484"/>
+	<stop stop-color="#9F2064" offset=".7882"/>
+	<stop stop-color="#CD2032" offset=".9487"/>
+</linearGradient>
+<path d="m369 1981c-14.2 39.1-28.5 78.9-42.9 119.6l-0.6 1.8c-2 5.7-4.1 11.5-6.1 17.2-9.7 27.4-18 52.1-37.3 108.2 31.7 14.5 57.1 52.5 81.1 95.6-2.6-44.7-21-86.6-56.2-119.1 156.1 7 290.6-32.4 360.1-146.6 6.2-10.2 11.9-20.9 17-32.2-31.6 40.1-70.8 57.1-144.5 53-0.2 0.1-0.3 0.1-0.5 0.2 0.2-0.1 0.3-0.1 0.5-0.2 108.6-48.6 163.1-95.3 211.2-172.6 11.4-18.3 22.5-38.4 33.8-60.6-94.9 97.5-205 125.3-320.9 104.2l-86.9 9.5c-2.4 7.3-5.1 14.6-7.8 22z" fill="url(#g)"/>
+<linearGradient id="f" x1="-7374.2" x2="-4461.8" y1="-2418.5" y2="-2418.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m409.6 1786.3c18.8-48.5 38.1-97.7 58-147.2 19-47.4 38.5-95.2 58.5-143.2s40.4-96.1 61.2-144.2c21.2-49 42.9-97.8 64.9-146.5 21.8-48.1 44-95.9 66.6-143.3 8.1-17.1 16.3-34.1 24.6-51 14.2-29.3 28.6-58.4 43.1-87.2 0.8-1.6 1.6-3.1 2.4-4.6l-107.5-212.3c-1.8 2.9-3.5 5.8-5.3 8.6-25.1 40.9-50 82.7-74.4 125.4-24.7 43.1-49 87.1-72.7 131.7-20 37.6-39.6 75.6-58.6 113.9-3.8 7.8-7.6 15.5-11.3 23.2-23.4 48.2-44.6 94.8-63.7 139.5-21.7 50.7-40.7 99.2-57.5 145.1-11 30.2-21 59.4-30.1 87.4-7.5 24-14.7 47.9-21.5 71.8-16 56.3-29.9 112.4-41.2 168.3l107.9 213.4c14.3-38.1 28.9-76.8 44-116 4.1-10.9 8.4-21.8 12.6-32.8z" fill="url(#f)"/>
+<linearGradient id="e" x1="-7161.8" x2="-5631.3" y1="-2379.1" y2="-2379.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#282662" offset="0"/>
+	<stop stop-color="#662E8D" offset=".095484"/>
+	<stop stop-color="#9F2064" offset=".7882"/>
+	<stop stop-color="#CD2032" offset=".9487"/>
+</linearGradient>
+<path d="m243.5 1729.4c-13.6 68.2-23.2 136.2-28 203.8-0.2 2.4-0.4 4.7-0.5 7.1-33.7-54-124-106.8-123.8-106.2 64.6 93.7 113.7 186.7 120.9 278-34.6 7.1-82-3.2-136.8-23.3 57.1 52.5 100 67 116.7 70.9-52.5 3.3-107.1 39.3-162.1 80.8 80.5-32.8 145.5-45.8 192.1-35.3-73.9 209-147.9 439.8-222 684.8 22.7-6.7 36.2-21.9 43.9-42.6 13.2-44.4 100.8-335.6 238-718.2 3.9-10.9 7.8-21.8 11.8-32.9 1.1-3 2.2-6.1 3.3-9.2 14.5-40.1 29.5-81.1 45.1-122.9 3.5-9.5 7.1-19 10.7-28.6 0.1-0.2 0.1-0.4 0.2-0.6l-107.9-213.2c-0.5 2.6-1.1 5.1-1.6 7.6z" fill="url(#e)"/>
+<linearGradient id="d" x1="-7374.2" x2="-4461.8" y1="-2117.1" y2="-2117.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m805.6 937c-3.1 6.3-6.2 12.7-9.3 19.1-9.3 19.2-18.8 38.8-28.3 58.8-10.3 21.7-20.7 43.9-31.3 66.5-5.3 11.4-10.6 22.9-16 34.6-16.1 35-32.4 71.1-48.9 108.3-20.3 45.8-41 93.4-62 142.8-20 47.1-40.3 95.9-60.9 146.3-19.5 47.9-39.3 97.3-59.3 148.3-17.8 45.4-35.9 92.1-54 140.1-0.9 2.3-1.8 4.7-2.6 7-18 47.6-36.2 96.6-54.6 146.8-0.4 1.1-0.8 2.3-1.3 3.4l86.9-9.5c-1.7-0.3-3.5-0.5-5.2-0.9 103.9-13 242.1-90.6 331.4-186.5 41.1-44.2 78.5-96.3 113-157.3 25.7-45.4 49.8-95.8 72.8-151.5 20.1-48.7 39.4-101.4 58-158.6-23.9 12.6-51.2 21.8-81.4 28.2-5.3 1.1-10.7 2.2-16.1 3.1-5.5 1-11 1.8-16.6 2.6 0.1 0 0.1-0.1 0.2-0.1 96.9-37.3 158-109.2 202.4-197.4-25.5 17.4-66.9 40.1-116.6 51.1-6.7 1.5-13.7 2.7-20.7 3.7-1.7 0.3-3.5 0.6-5.2 0.8 0.1 0 0.1 0 0.1-0.1h0.1c33.6-14.1 62-29.8 86.6-48.4 5.3-4 10.4-8.1 15.3-12.3 7.5-6.5 14.7-13.3 21.5-20.5 4.4-4.6 8.6-9.3 12.7-14.2 9.6-11.5 18.7-23.9 27.1-37.3 2.6-4.1 5.1-8.3 7.6-12.6 3.2-6.2 6.3-12.3 9.3-18.3 13.5-27.2 24.4-51.5 33-72.8 4.3-10.6 8.1-20.5 11.3-29.7 1.3-3.7
  2.5-7.2 3.7-10.6 3.4-10.2 6.2-19.3 8.4-27.3 3.3-12 5.3-21.5 6.4-28.4-3.3 2.6-7.1 5.2-11.3 7.7-29.3 17.5-79.5 33.4-119.9 40.8l79.8-8.8-79.8 8.8-1.8 0.3c-4 0.7-8.1 1.3-12.2 2 0.7-0.3 1.4-0.7 2.1-1l-273 29.9c-0.4 1.1-0.9 2.1-1.4 3.1z" fill="url(#d)"/>
+<linearGradient id="c" x1="-7554.8" x2="-4642.5" y1="-2132.1" y2="-2132.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m1112.9 385.1c-24.3 37.3-50.8 79.6-79.4 127.5-1.5 2.5-3 5.1-4.5 7.6-24.6 41.5-50.8 87.1-78.3 137-23.8 43.1-48.5 89.3-74.3 139-22.4 43.3-45.6 89.2-69.4 137.8l273-29.9c79.5-36.6 115.1-69.7 149.6-117.6 9.2-13.2 18.4-27 27.5-41.3 28-43.8 55.6-92 80.1-139.9 23.7-46.3 44.7-92.2 60.7-133.5 10.2-26.3 18.4-50.8 24.1-72.3 5-19 8.9-36.9 11.9-54.1-106 18.1-236.3 35.5-321 39.7z" fill="url(#c)"/>
+<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E"/>
+<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="b" x1="-7374.2" x2="-4461.8" y1="-2027.5" y2="-2027.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="url(#b)"/>
+<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E"/>
+<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="a" x1="-7374.2" x2="-4461.8" y1="-2037.7" y2="-2037.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="url(#a)"/>
+<path d="m980.2 1186.7z" fill="#BE202E"/>
+<path d="m980.2 1186.7z" fill="#BE202E" opacity=".35"/>
+<linearGradient id="j" x1="-5738.1" x2="-5094.3" y1="-2039.8" y2="-2039.8" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
+	<stop stop-color="#9E2064" offset=".3233"/>
+	<stop stop-color="#C92037" offset=".6302"/>
+	<stop stop-color="#CD2335" offset=".7514"/>
+	<stop stop-color="#E97826" offset="1"/>
+</linearGradient>
+<path d="m980.2 1186.7z" fill="url(#j)"/>
+<path d="m1674.5 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.6-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.9 9.7-45.9 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8.9c15.4 0.1 28.4-3.5 39.2-10.7z" fill="#6D6E71"/>
+<path d="m1970 2520c13.1 7.8 23.3 18.6 30.6 32.5s11 29.8 11 47.5c0 17.6-3.6 33.4-10.8 47.2s-17.3 24.6-30.3 32.2-28 11.5-44.9 11.5c-16 0-29.9-3.5-41.9-10.5s-21.4-16.7-28.2-29.2v105.1h-26.8v-247h26.8v39c6.6-12.8 15.9-22.7 27.9-29.6s25.9-10.4 41.6-10.4c16.8 0 31.9 3.9 45 11.7zm-16.7 138c9.8-5.8 17.5-13.8 23-24s8.3-21.8 8.3-34.6-2.8-24.3-8.3-34.5-13.2-18.1-23-23.9-20.9-8.7-33.1-8.7c-12.6 0-23.8 2.8-33.6 8.5s-17.5 13.7-22.9 24c-5.5 10.3-8.2 21.8-8.2 34.6 0 13.1 2.7 24.7 8.2 34.8s13.1 18.1 22.9 23.8 21 8.6 33.6 8.6c12.3 0 23.3-2.8 33.1-8.6z" fill="#6D6E71"/>
+<path d="m2237.4 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.7-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.8 9.7-45.8 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8.9c15.2 0.1 28.3-3.5 39.1-10.7z" fill="#6D6E71"/>
+<path d="m2500.9 2515.7c11.7 4.7 21.6 11.2 29.7 19.6l-14.7 18.9c-14.6-13.9-32.5-20.9-53.7-20.9-12.4 0-23.4 2.8-33.1 8.4s-17.3 13.4-22.8 23.5-8.2 21.6-8.2 34.6c0 13.1 2.7 24.6 8.2 34.6s13.1 17.9 22.8 23.7c9.7 5.7 20.8 8.6 33.1 8.6 11.8 0 22.5-2 32-6s17.5-9.8 23.9-17.4l15.4 16.6c-8.3 9.8-18.5 17.5-30.9 22.9-12.3 5.5-26.1 8.2-41.4 8.2-17.4 0-32.9-3.8-46.4-11.5-13.5-7.6-24.1-18.4-31.7-32.2s-11.5-29.7-11.5-47.5 3.9-33.7 11.6-47.4c7.8-13.8 18.5-24.5 32.4-32.1 13.8-7.6 29.5-11.5 46.9-11.5 13.9-0.1 26.7 2.2 38.4 6.9z" fill="#6D6E71"/>
+<path d="m2797.8 2527c12.1 12.4 18.1 29.6 18.1 51.5v111.4h-26.8v-104.3c0-15.9-4.5-28.4-13.6-37.3-9-8.9-21.5-13.4-37.5-13.4-19 0.2-33.9 6.4-44.7 18.5s-16.2 28-16.2 47.8v88.7h-26.8v-254.3h26.8v114.1c11.8-27.2 35.2-41 70.1-41.3 21.7-0.1 38.5 6.2 50.6 18.6z" fill="#6D6E71"/>
+<path d="m3078.4 2535.9c14.4 18.1 20.9 42.9 19.4 74.2h-147.3c2.2 17.6 9.3 31.6 21.2 42s26.6 15.6 44.3 15.6c11.2 0 21.5-2 31-5.9s17.8-9.5 24.9-16.7l14.7 15.7c-8.7 9.6-19.3 17-31.7 22.3-12.4 5.2-26.1 7.9-40.9 7.9-17.6 0-33.2-3.8-46.9-11.5-13.6-7.6-24.2-18.4-31.7-32.2s-11.3-29.7-11.3-47.5 3.8-33.7 11.5-47.4c7.6-13.8 18.3-24.5 32-32.1s29.3-11.5 46.7-11.5c28.3-0.1 49.7 9 64.1 27.1zm-22.2 10.9c-10.9-10.1-25.1-15.2-42.6-15.2-17.2 0-31.5 5.1-42.9 15.4s-18.1 24-20.2 41.2h123.3c-0.8-17.4-6.7-31.2-17.6-41.4z" fill="#6D6E71"/>
+<path d="m3224 2662.1c3.2 3.5 4.8 7.7 4.8 12.7s-1.6 9.2-4.8 12.6-7.1 5.1-11.6 5.1c-4.8 0-8.8-1.7-12-5.1s-4.9-7.6-4.9-12.6 1.6-9.3 4.9-12.7c3.2-3.5 7.3-5.2 12-5.2 4.5 0 8.4 1.8 11.6 5.2z" fill="#6D6E71"/>
+<path d="m3466.2 2520.1c13.9 7.6 24.7 18.4 32.5 32.2s11.7 29.5 11.7 47c0 17.8-3.9 33.7-11.7 47.5s-18.7 24.6-32.5 32.4c-13.9 7.8-29.6 11.6-47.3 11.6-17.6 0-33.4-3.9-47.3-11.6-13.9-7.8-24.8-18.5-32.6-32.4-7.8-13.8-11.6-29.7-11.6-47.5 0-17.6 3.9-33.3 11.6-47.1 7.8-13.8 18.6-24.5 32.6-32.1 13.9-7.6 29.7-11.5 47.3-11.5 17.6 0.1 33.4 3.9 47.3 11.5zm-80.8 21.4c-9.9 5.7-17.6 13.6-23.1 23.7s-8.2 21.6-8.2 34.6c0 13.1 2.7 24.7 8.2 34.8 5.5 10.2 13.2 18.1 23.1 23.8s21.1 8.6 33.5 8.6 23.5-2.9 33.5-8.6c9.9-5.7 17.6-13.7 23.1-23.8s8.2-21.7 8.2-34.8-2.7-24.6-8.2-34.6-13.2-17.9-23.2-23.6-21.1-8.5-33.4-8.5c-12.4-0.2-23.6 2.7-33.5 8.4z" fill="#6D6E71"/>
+<path d="m3676.1 2519.1c10.9-7 24-10.6 39.3-10.8v26.9c-18.7-0.2-33.8 5-45.2 15.7s-17.9 25-19.6 43.1v95.9h-26.6v-180.6h26.6v40c6.1-13.1 14.6-23.2 25.5-30.2z" fill="#6D6E71"/>
+<path d="m3975.5 2671c0 17.4-3.8 32.6-11.4 45.6s-18.2 23-31.9 30-29.5 10.5-47.6 10.5c-26.8-0.2-51.4-8.9-74-25.9l12.2-20.6c9.1 7.6 18.6 13.3 28.4 17s20.6 5.7 32.3 5.9c19.6 0 35.4-5.6 47.3-16.8s17.8-26.2 17.8-44.9v-27.3c-6.4 12.2-15.3 21.5-26.7 27.9-11.4 6.5-24.7 9.7-39.7 9.7-15.9 0-30.2-3.7-42.7-11.1s-22.2-17.8-29.2-31c-7-13.3-10.5-28.3-10.5-45.2 0-16.7 3.4-31.6 10.3-44.6s16.5-23.2 28.8-30.6 26.5-11.1 42.4-11.1c15.3 0 28.6 3.2 40.1 9.7 11.4 6.5 20.5 15.8 27.2 27.9v-36.6h26.8v161.5zm-56.5-19.8c9.4-5.5 16.7-13.1 21.9-22.8s7.9-20.6 7.9-32.6c0-12.4-2.6-23.4-7.9-33.1-5.2-9.7-12.5-17.3-21.9-22.8s-20-8.2-32-8.2c-11.8 0-22.4 2.7-31.8 8.2s-16.7 13.1-22.1 22.8-8 20.8-8 33.1c0 12.2 2.7 23.1 8 32.7 5.4 9.7 12.7 17.2 22.1 22.8 9.4 5.5 20 8.3 31.8 8.3 12-0.1 22.6-2.9 32-8.4z" fill="#6D6E71"/>
+</svg>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/Chevron.gif
----------------------------------------------------------------------
diff --git a/site/media/Chevron.gif b/site/media/Chevron.gif
new file mode 100755
index 0000000..ef42331
Binary files /dev/null and b/site/media/Chevron.gif differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/ChevronOverlay.png
----------------------------------------------------------------------
diff --git a/site/media/ChevronOverlay.png b/site/media/ChevronOverlay.png
new file mode 100755
index 0000000..184ee63
Binary files /dev/null and b/site/media/ChevronOverlay.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/IconHome.gif
----------------------------------------------------------------------
diff --git a/site/media/IconHome.gif b/site/media/IconHome.gif
new file mode 100755
index 0000000..0ab9e10
Binary files /dev/null and b/site/media/IconHome.gif differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/celix.png
----------------------------------------------------------------------
diff --git a/site/media/celix.png b/site/media/celix.png
new file mode 100644
index 0000000..86c16d2
Binary files /dev/null and b/site/media/celix.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/celix_notext.png
----------------------------------------------------------------------
diff --git a/site/media/celix_notext.png b/site/media/celix_notext.png
new file mode 100644
index 0000000..23c7459
Binary files /dev/null and b/site/media/celix_notext.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/celix_notext_20px.png
----------------------------------------------------------------------
diff --git a/site/media/celix_notext_20px.png b/site/media/celix_notext_20px.png
new file mode 100755
index 0000000..4e481ca
Binary files /dev/null and b/site/media/celix_notext_20px.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/forkmeongithub.png
----------------------------------------------------------------------
diff --git a/site/media/forkmeongithub.png b/site/media/forkmeongithub.png
new file mode 100755
index 0000000..dc0763a
Binary files /dev/null and b/site/media/forkmeongithub.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/forkmesmall.png
----------------------------------------------------------------------
diff --git a/site/media/forkmesmall.png b/site/media/forkmesmall.png
new file mode 100644
index 0000000..c1c8dad
Binary files /dev/null and b/site/media/forkmesmall.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/githubIcon.png
----------------------------------------------------------------------
diff --git a/site/media/githubIcon.png b/site/media/githubIcon.png
new file mode 100755
index 0000000..e7605b0
Binary files /dev/null and b/site/media/githubIcon.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/memory_pools.png
----------------------------------------------------------------------
diff --git a/site/media/memory_pools.png b/site/media/memory_pools.png
new file mode 100755
index 0000000..f005d1d
Binary files /dev/null and b/site/media/memory_pools.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/shadow.png
----------------------------------------------------------------------
diff --git a/site/media/shadow.png b/site/media/shadow.png
new file mode 100755
index 0000000..c04d21b
Binary files /dev/null and b/site/media/shadow.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/media/shiro_bullet_24x24.png
----------------------------------------------------------------------
diff --git a/site/media/shiro_bullet_24x24.png b/site/media/shiro_bullet_24x24.png
new file mode 100755
index 0000000..6f2d5ad
Binary files /dev/null and b/site/media/shiro_bullet_24x24.png differ

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/releasing.html
----------------------------------------------------------------------
diff --git a/site/releasing.html b/site/releasing.html
new file mode 100644
index 0000000..3943e48
--- /dev/null
+++ b/site/releasing.html
@@ -0,0 +1,385 @@
+<!DOCTYPE html> 
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/import/style.css" rel="stylesheet">
+<!--page info-->
+<title>Welcome to Apache Celix</title>
+<meta name="description" content="">
+<meta name="author" content="me">
+</head>
+<body>
+<div id="imgbackground"></div>
+<nav class = "shadowed">
+	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
+	<div id="mobmenu">
+	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
+		<option value="">navigate</option>
+		<option value="/">Home</option>
+		<option value="">Documentation</option>
+		<option value="/downloads.html">Downloads</option>
+		<optgroup label="Community">
+			<option value="/contributing.html">Contributing</option>
+			<option value="/boardreports.html">Board Reports</option>
+			<option value="/releasing.html">Releasing</option>
+		</optgroup>
+		<optgroup label="Support">
+			<option value="/mailinglist.html">Mailing List</option>
+			<option value="/issuetracking.html">Issue Tracking</option>
+		</optgroup>
+		<optgroup label="ASF">
+			<option value="http://www.apache.org/">ASF Home</option>
+			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
+			<option value="http://www.apache.org/licenses/">License</option>
+			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
+			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
+			<option value="http://www.apache.org/security">Security</option>
+		</optgroup>
+	</select>
+	<div id="dropmenu" class="shadowed">
+		<a href="/"><div class="dropbutton">
+			Home
+		</div></a><a href=""><div class="dropbutton">
+			Documentation
+		</div></a><a href="/downloads.html"><div class="dropbutton">
+			Download
+		</div></a><div class="dropdown">
+			<div class="dropbutton">Community<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/contributing.html">Contributing</a>
+				<a href="/boardreports.html">Board Reports</a>
+				<a href="/releasing.html">Releasing</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">Support<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/mailinglist.html">Mailing List</a>
+				<a href="/issuetracking.html">Issue Tracking</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">ASF<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="http://www.apache.org/">ASF Home</a>
+				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
+				<a href="http://www.apache.org/licenses/">License</a>
+				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+				<a href="http://www.apache.org/security">Security</a>
+			</div>
+		</div>
+	</div>
+	</div>
+</nav>
+<a href="https://github.com/apache/celix">
+			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
+			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
+			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
+</a>
+<a href="http://apache.org/">
+			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
+			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
+</a>
+<div class="spacer">
+<h1>Releasing Apache Celix</h1>
+
+<p>Note: This information is only of use to Apache Celix Release Managers!</p>
+
+<p>Steps to follow:</p>
+
+<ul>
+<li>Create signing KEYs</li>
+<li>Update release related files</li>
+<li>Compile and test</li>
+<li>Create SVN tag</li>
+<li>Create, sign and publish artefacts</li>
+<li>Run the vote</li>
+<li>Post the vote results</li>
+<li>Roll out the release artefacts</li>
+<li>Announce the release</li>
+</ul>
+
+<p>Interesting links:</p>
+
+<ul>
+<li><a href="http://www.apache.org/dev/release.html">Apache Release Guide</a></li>
+<li><a href="http://www.apache.org/dev/release-signing.html">Apache Release Signing</a></li>
+<li><a href="http://creadur.apache.org/rat/apache-rat/index.html">Apache RAT</a></li>
+<li><a href="http://www.apache.org/dev/openpgp.html">Apache OpenPGP Howto</a></li>
+</ul>
+
+<h2>Create signing KEYs</h2>
+
+<p>Each Release Manager must have his own signing keys. Information about and instruction for the generation of these keys can be found on the
+<a href="http://www.apache.org/dev/release-signing.html#generate">Signing Releases page</a> and <a href="http://www.apache.org/dev/openpgp.html#generate-key">How To OpenPGP</a>. Be sure to follow the information provided on that site and its references.</p>
+
+<p>The generated key can be uploaded to the <a href="http://pgp.mit.edu">MIT PGP Public Key Server</a>.</p>
+
+<p>Next, the public key signature must be added to the KEYS file. Again, read the <a href="http://www.apache.org/dev/release-signing.html#keys-policy">Signing Releases page</a>
+for more information. This updated file needs to be uploaded to SVN, be sure to upload it to:</p>
+
+<ul>
+<li><a href="https://dist.apache.org/repos/dist/dev/incubator/celix/KEYS">Apache Celix release development area KEYS</a></li>
+<li><a href="https://dist.apache.org/repos/dist/release/incubator/celix/KEYS">Apache Celix release distribution area KEYS</a></li>
+</ul>
+
+<h2>Update release related files</h2>
+
+<p>For every release the related files must be updated. The following files are relevant:</p>
+
+<ul>
+<li><p>CHANGES</p>
+
+<p>Add a list of fixed issues which can be created using Jira.</p></li>
+<li><p>RELEASE_NOTES</p>
+
+<p>Add additional notes regarding this release, eg known short comings.</p></li>
+<li><p>BUILDING</p>
+
+<p>Even though the BUILDING file doesn't have any specific release information, it should be verified before making a release.  </p></li>
+<li><p>NOTICE</p>
+
+<p>If needed, add any new license related information to this file.</p></li>
+</ul>
+
+<p>Besides this information, the version needs to be bumped. Even though every bundle has its own version, a release is made with one overall version. This version
+is defined in the top-level CMakeLists.txt file.
+Update the following pieces:</p>
+
+<pre><code>SET(CELIX_MAJOR "X")
+SET(CELIX_MINOR "Y")
+SET(CELIX_MICRO "Z")
+</code></pre>
+
+<p>Note: The DEFAULT_VERSION property is used as default version for new bundles and as such does not need to be updated when making a release.</p>
+
+<h2>Compile and test</h2>
+
+<p>Before creating a branch, be sure that the source compiles and tests run successfully. If there are any known shortcomings, make sure they are listed in the 
+RELEASE_NOTES. Details for compiling and testing are available in the BUILDING file.</p>
+
+<pre><code>// Create a directory as sibling of the celix release directory
+&gt; mkdir celix-build
+&gt; cd celix-build
+// Run CMake to generate the makefiles. Enable all BUILD options.
+&gt; ccmake ../celix
+&gt; make
+&gt; make deploy
+&gt; make test
+</code></pre>
+
+<p>Also verify that the provides examples work as expected. If needed ask other committers to test parts, eg the GTK examples.</p>
+
+<pre><code>// Go to the deploy directory to see all examples
+&gt; cd deploy
+// Test the different examples, eg
+&gt; cd hello_world
+&gt; sh run.sh
+// Depending on the example the output might be different. Most examples provide a shell to inspect the framework.
+// To list the commands use the "help" command.
+-&gt; help
+....
+</code></pre>
+
+<p>After verifying the build, run Apache RAT to check for any licensing problems. If Apache RAT is configured in the CMake build the "rat" target can be used to run
+the check.</p>
+
+<pre><code>// From the celix-build directory
+// Run CMake to set the APACHE_RAT library (path to the JAR file).
+&gt; ccmake ../celix
+// Run RAT
+&gt; make rat
+</code></pre>
+
+<p>Apache RAT should not raise any concers, if there are, check the source files for 
+a license header. If it is a false positive update the rat-excludes.txt file in the root of the project. Be sure it is a false positive! If in doubt, ask the 
+mailing list! Third party licenses may need to be mentioned in the NOTICE file.</p>
+
+<h2>Create SVN tag</h2>
+
+<p>After changing all files a tag for the new release must be made. Before doing so, make sure all changed files are committed.</p>
+
+<p>The tag should be named like this: celix-X.Y.Z</p>
+
+<p>To make a tag use the following command:</p>
+
+<pre><code>svn copy http://svn.apache.org/repos/asf/celix/trunk/ \
+    http://svn.apache.org/repos/asf/celix/tags/celix-X.Y.Z \
+    -m "X.Y.Z release of the Apache Celix project."
+</code></pre>
+
+<p>Note: Make sure there are no new changes made on trunk while working on the release. Discuss: Use a branch for staging the release and the files? Or possibly use a revision nr?</p>
+
+<h2>Create, sign and publish artefacts</h2>
+
+<p>Since Celix only releases source artefacts, creating the artefact is simple and straightforward</p>
+
+<pre><code>// Create symbolic link so the archive has a directory with version information
+&gt; ln -s celix celix-X.Y.Z
+// Create GZip archive
+&gt; tar -hczf celix-X.Y.Z.tar.gz celix-X.Y.Z
+// The create symbolic link can be removed
+&gt; celix celix-X.Y.Z
+</code></pre>
+
+<p>After creating the artefact, the file has to be signed. More information about signing can be found at (http://www.apache.org/dev/release-signing.html).</p>
+
+<pre><code>// Generate MD5 checksum
+&gt; md5 celix-X.Y.Z.tar.gz &gt; celix-X.Y.Z.tar.gz.md5
+// Generate SHA512 checksum
+&gt; gpg --print-md SHA512 celix-X.Y.Z.tar.gz &gt; celix-X.Y.Z.tar.gz.sha
+// Generate ASCII signature
+&gt; gpg --armor --output celix-X.Y.Z.tar.gz.asc --detach-sig celix-X.Y.Z.tar.gz
+</code></pre>
+
+<p>Copy the archive of the source to the <a href="https://dist.apache.org/repos/dist/dev/incubator/celix/KEYS">Apache Celix release development area</a> (using SVN).</p>
+
+<p>See the <a href="http://www.apache.org/dev/release.html#host-rc">Apache Release Guide</a> for more information.</p>
+
+<h2>Run the vote</h2>
+
+<p>Before a release is official a vote has to be held. More information on voting can be found on <a href="http://www.apache.org/foundation/voting.html">Apache Voting Process</a>.</p>
+
+<p>The first vote has to be done on the public mailinglist of the project itself (dev@celix.apache.org). The following template must be used for this vote:</p>
+
+<p>================================================================================================================</p>
+
+<blockquote>
+  <p>To: dev@celix.apache.org <br />
+  Subject: [VOTE] Release Celix version X.Y.Z</p>
+  
+  <p>This is the release vote for Apache Celix, version X.Y.Z.</p>
+  
+  <p>It fixes the following issues: <br />
+  {Create Release Note link using https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323511}</p>
+  
+  <p>Source files: <br />
+  https://dist.apache.org/repos/dist/dev/celix/celix-X.Y.Z/</p>
+  
+  <p>The tag to be voted upon: <br />
+  http://svn.apache.org/repos/asf/celix/tags/celix-X.Y.Z/</p>
+  
+  <p>Celix's keys can be found at: <br />
+  https://dist.apache.org/repos/dist/dev/incubator/celix/KEYS</p>
+  
+  <p>Information for voting on a release can be found at http://www.apache.org/dev/release.html#approving-a-release</p>
+  
+  <p>Please vote to approve this release:</p>
+  
+  <p>[ ] +1 Approve the release <br />
+  [ ] -1 Disapprove the release (please provide specific comments)</p>
+  
+  <p>This vote will be open for at least 72 hours.</p>
+</blockquote>
+
+<p>================================================================================================================</p>
+
+<p>After this first vote the results must be posted to the "dev" list, see below for more information.</p>
+
+<p>================================================================================================================</p>
+
+<p>Note: Be sure to use the [VOTE] tag, this is used by the automated vote tracking system to keep track of outstanding vote threads.</p>
+
+<h2>Post the vote results</h2>
+
+<p>As mentioned before, after each vote the results must be posted to the corresponding list. This "Result" vote contains the number of votes made, including 
+wether a vote is binding or not. For a successful vote the following template can be used.</p>
+
+<p>================================================================================================================</p>
+
+<blockquote>
+  <p>To: dev@celix.apache.org <br />
+  Subject: [RESULT][VOTE] Release Celix version X.Y.Z</p>
+  
+  <p>The vote has passed with the following result:</p>
+  
+  <p>+1 Name of Approver (apache ID) (binding|not binding) <br />
+  +1 Name of Approver (apache ID) (binding|not binding) <br />
+  ...</p>
+  
+  <p>{include additional details if needed}</p>
+  
+  <p>The released artifact will be moved to the release area for mirroring. After the mirroring period the release will be announced.</p>
+  
+  <p>Thanks for voting.</p>
+</blockquote>
+
+<p>================================================================================================================</p>
+
+<p>Note: Be sure to post the vote result with the same topic as the original message. Also prepend the subject with [RESULT]. This is, again, needed to be able to keep track
+of vote threads. </p>
+
+<h2>Roll out release artefacts</h2>
+
+<p>If the vote is passed successfully the release can be moved from the "dev" area to "release". The automated svnpubsub will move the artifact to the correct 
+server for mirroring. Mirroring typically can take up to 24 hours.</p>
+
+<p>Besides uploading the new release, the old release should be archived. Since archiving is already automated, it is only needed to delete the previous version from the release
+area. See the <a href="http://www.apache.org/dev/release.html#when-to-archive">Apache Release Guide</a> for more information.</p>
+
+<p>See the <a href="http://www.apache.org/dev/release.html#upload-ci">Apache Release Guide</a> for more information.</p>
+
+<p>After these 24 hours the release can be announced.</p>
+
+<h2>Announce the release</h2>
+
+<p>Update website's <a href="http://celix.apache.org/index.html">News</a> and <a href="http://celix.apache.org/download.html">Download</a> sections to include the new release.</p>
+
+<p>On the "Download" page, the old release can be replaced with the new one, there is no need to keep a link to archived versions. The "News" section can simply be extended
+with an additional entry.</p>
+
+<p>Additionally it is a good idea to post a message to "announce@apache.org" and "dev@celix.apache.org". (note: the from address must be a ...@apache.org address).</p>
+
+<p>The following template must be used:</p>
+
+<p>================================================================================================================</p>
+
+<blockquote>
+  <p>To: announce@apache.org, dev@celix.apache.org <br />
+  Subject: [ANNOUNCE] Apache Celix X.Y.Z released</p>
+  
+  <p>The Apache Celix team is pleased to announce the release of Celix X.Y.Z.</p>
+  
+  <p>Celix is an implementation of the OSGi specification adapted to C. It will follow the API 
+  as close as possible, but since the OSGi specification is written primarily for Java, there 
+  will be differences. An important aspect of the implementation is interoperability between 
+  Java and C. This interoperability is achieved by porting and implementing the Remote 
+  Services specification in Celix.</p>
+  
+  <p>This new release focusses on .... {add additional information for this release}</p>
+  
+  <p>The release is available here: <br />
+  http://celix.apache.org/download.cgi</p>
+  
+  <p>The full change log is available here: <br />
+  {Create Release Note link using https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323511}</p>
+  
+  <p>We welcome your help and feedback. For more information on how to report problems, 
+  and to get involved, visit the project website at http://celix.apache.org/</p>
+  
+  <p>The Apache Celix Team</p>
+</blockquote>
+
+<p>================================================================================================================</p>
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/site/support.html
----------------------------------------------------------------------
diff --git a/site/support.html b/site/support.html
new file mode 100644
index 0000000..07a0c20
--- /dev/null
+++ b/site/support.html
@@ -0,0 +1,116 @@
+<!DOCTYPE html> 
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/import/style.css" rel="stylesheet">
+<!--page info-->
+<title>Welcome to Apache Celix</title>
+<meta name="description" content="">
+<meta name="author" content="me">
+</head>
+<body>
+<div id="imgbackground"></div>
+<nav class = "shadowed">
+	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
+	<div id="mobmenu">
+	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
+		<option value="">navigate</option>
+		<option value="/">Home</option>
+		<option value="">Documentation</option>
+		<option value="/downloads.html">Downloads</option>
+		<optgroup label="Community">
+			<option value="/contributing.html">Contributing</option>
+			<option value="/boardreports.html">Board Reports</option>
+			<option value="/releasing.html">Releasing</option>
+		</optgroup>
+		<optgroup label="Support">
+			<option value="/mailinglist.html">Mailing List</option>
+			<option value="/issuetracking.html">Issue Tracking</option>
+		</optgroup>
+		<optgroup label="ASF">
+			<option value="http://www.apache.org/">ASF Home</option>
+			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
+			<option value="http://www.apache.org/licenses/">License</option>
+			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
+			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
+			<option value="http://www.apache.org/security">Security</option>
+		</optgroup>
+	</select>
+	<div id="dropmenu" class="shadowed">
+		<a href="/"><div class="dropbutton">
+			Home
+		</div></a><a href=""><div class="dropbutton">
+			Documentation
+		</div></a><a href="/downloads.html"><div class="dropbutton">
+			Download
+		</div></a><div class="dropdown">
+			<div class="dropbutton">Community<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/contributing.html">Contributing</a>
+				<a href="/boardreports.html">Board Reports</a>
+				<a href="/releasing.html">Releasing</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">Support<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="/mailinglist.html">Mailing List</a>
+				<a href="/issuetracking.html">Issue Tracking</a>
+			</div>
+		</div><div class="dropdown">
+			<div class="dropbutton">ASF<div class="triangle"></div></div>
+			<div class="dropdown-content">
+				<a href="http://www.apache.org/">ASF Home</a>
+				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
+				<a href="http://www.apache.org/licenses/">License</a>
+				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+				<a href="http://www.apache.org/security">Security</a>
+			</div>
+		</div>
+	</div>
+	</div>
+</nav>
+<a href="https://github.com/apache/celix">
+			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
+			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
+			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
+</a>
+<a href="http://apache.org/">
+			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
+			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
+</a>
+<div class="spacer">
+<h1>Support</h1>
+
+<p>As detailed on the <a href="/community/community.html">Community</a> page, Celix is a community driven project. Support is
+given by developers and users.</p>
+
+<p>To get in touch with developers and users, please use our:</p>
+
+<ul>
+<li><a href="/support/mailinglist.html">Mailing List</a></li>
+<li><a href="/support/issuetracking.html">Issue Tracking</a></li>
+</ul>
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>

http://git-wip-us.apache.org/repos/asf/celix-site/blob/606d6633/src/bottom.html
----------------------------------------------------------------------
diff --git a/src/bottom.html b/src/bottom.html
new file mode 100755
index 0000000..8e2417f
--- /dev/null
+++ b/src/bottom.html
@@ -0,0 +1,6 @@
+</div><div id="foot">
+<div id="footText">
+Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
+</div></div>
+<script src='import/javascript.js'></script>