got rid of useless site/ directory

Project: http://git-wip-us.apache.org/repos/asf/celix-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix-site/commit/e5fdd625
Tree: http://git-wip-us.apache.org/repos/asf/celix-site/tree/e5fdd625
Diff: http://git-wip-us.apache.org/repos/asf/celix-site/diff/e5fdd625

Branch: refs/heads/asf-site
Commit: e5fdd625fa84c5ac6d43919509c661626c0dd24e
Parents: 757e797
Author: ESmink <[email protected]>
Authored: Mon Nov 27 11:01:46 2017 +0100
Committer: ESmink <[email protected]>
Committed: Mon Nov 27 11:01:46 2017 +0100

----------------------------------------------------------------------
 README.md                         |   2 +-
 site/404.html                     |   2 -
 site/boardreports.html            | 558 ---------------------------------
 site/community.html               | 122 -------
 site/contributing.html            | 119 -------
 site/doc/index.html               | 159 ----------
 site/doc/one/file_one.html        | 262 ----------------
 site/doc/two/file_three.html      | 125 --------
 site/doc/two/file_two.html        | 427 -------------------------
 site/downloads.html               | 138 --------
 site/favicon.ico                  | Bin 2082 -> 0 bytes
 site/import/friendly.css          |  69 ----
 site/import/javascript.js         |   7 -
 site/import/style.css             | 308 ------------------
 site/index.html                   | 137 --------
 site/issuetracking.html           | 125 --------
 site/mailinglist.html             | 133 --------
 site/media/Apache_Feather.png     | Bin 1994 -> 0 bytes
 site/media/Apache_Feather.svg     |  88 ------
 site/media/Apache_PoweredBy.png   | Bin 72953 -> 0 bytes
 site/media/Apache_full.png        | Bin 5144 -> 0 bytes
 site/media/Apache_full.svg        | 125 --------
 site/media/Chevron.gif            | Bin 121 -> 0 bytes
 site/media/ChevronOverlay.png     | Bin 310 -> 0 bytes
 site/media/IconHome.gif           | Bin 549 -> 0 bytes
 site/media/celix.png              | Bin 9225 -> 0 bytes
 site/media/celix_notext.png       | Bin 25443 -> 0 bytes
 site/media/celix_notext_20px.png  | Bin 2082 -> 0 bytes
 site/media/forkmeongithub.png     | Bin 9438 -> 0 bytes
 site/media/forkmesmall.png        | Bin 6982 -> 0 bytes
 site/media/githubIcon.png         | Bin 4701 -> 0 bytes
 site/media/memory_pools.png       | Bin 74273 -> 0 bytes
 site/media/shadow.png             | Bin 1698 -> 0 bytes
 site/media/shiro_bullet_24x24.png | Bin 1645 -> 0 bytes
 site/releasing.html               | 386 -----------------------
 site/support.html                 | 117 -------
 36 files changed, 1 insertion(+), 3408 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix-site/blob/e5fdd625/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bad555..119540e 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This is the website for [Apache 
Celix](https://celix.apache.org/), hosted at:
 This repository contains:
 
 1. `src/`: the source of the site, including markdown files containing the 
bulk of the content
-1. `site/`: html generated from the markdown (which is what is actually hosted 
on the website)
+1. `build.py`: generates `site/` directory, which contains the celix website
 1. `celix/`: the celix sourcecode
 
 ### Cloning this repo

http://git-wip-us.apache.org/repos/asf/celix-site/blob/e5fdd625/site/404.html
----------------------------------------------------------------------
diff --git a/site/404.html b/site/404.html
deleted file mode 100755
index 84a21b3..0000000
--- a/site/404.html
+++ /dev/null
@@ -1,2 +0,0 @@
-404 :(
-

http://git-wip-us.apache.org/repos/asf/celix-site/blob/e5fdd625/site/boardreports.html
----------------------------------------------------------------------
diff --git a/site/boardreports.html b/site/boardreports.html
deleted file mode 100644
index 37be753..0000000
--- a/site/boardreports.html
+++ /dev/null
@@ -1,558 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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>Board Reports</h1>
-
-<p>To monitor incubator project, the Apache Software Foundation board holds 
monthly meetings.<br />
-For these meetings a board report must be delivered to the Incubator PMC.</p>
-
-<p>On this page the reports for Celix are shown.</p>
-
-<h2><a href="http://wiki.apache.org/incubator/October2013";>2013-10</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an OSGi like implementation in C with a distinct focus on 
interoperability between Java and C.</p>
-
-<p>Celix has been incubating since 2010-11-02.</p>
-
-<p>Three most important issues to address in the move towards graduation:</p>
-
-<ol>
-<li>Grow the community</li>
-<li>Find more committers</li>
-<li>Publish a new release</li>
-</ol>
-
-<p>Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be<br />
-aware of?</p>
-
-<p>None</p>
-
-<p>How has the community developed since the last report?</p>
-
-<p>Several new people are working on additional code for the project. One 
person is working on a GSoC project, someone else is working on a new remote 
services protocol and is actively communicating over the list and using jira to 
post patches. Overall this is an increase in activity.<br />
-The Native-OSGi project is still progressing, but rather slow. So there isn't 
anything new on that end. Celix is still the reference implementation, so I 
still expect this to be a great drive for Celix, for the code as well as the 
committers.</p>
-
-<p>How has the project developed since the last report?</p>
-
-<p>As mentioned above, a student is working on a GSoC project and has 
implemented an Event Admin which will be included in Celix. Also a additional 
Remote Services implementation based on shared memory is being made.<br />
-Work for a new release is still ongoing, the focus is slightly changing, one 
of the main users has requested a release. Since they don't use Win32, Win32 
support can be stripped from the release plan and postponed to a later 
release.</p>
-
-<p>Date of last release: </p>
-
-<ul>
-<li>16-12-2012</li>
-</ul>
-
-<p>When were the last committers or PMC members elected?</p>
-
-<ul>
-<li>2013-01-07 Roman Shaposhnik joins as a mentor.</li>
-<li>2012-03-20 Pepijn elected as committer.</li>
-</ul>
-
-<h2><a href="http://wiki.apache.org/incubator/July2013";>2013-07</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an OSGi like implementation in C with a distinct focus on 
interoperability between Java and C.</p>
-
-<p>Celix has been incubating since 2010-11-02.</p>
-
-<p>Three most important issues to address in the move towards graduation:</p>
-
-<ol>
-<li>Grow the community</li>
-<li>Find more committers</li>
-<li>...</li>
-</ol>
-
-<p>Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware 
of?<br />
-None.</p>
-
-<p>How has the community developed since the last report?<br />
-Activity on the mailing list is still a bit slow, but there is still progress. 
But more importantly, the Native-OSGi effort has taken a few big steps. The 
most important one is the publication of an RFP at the OSGi Alliance [ 1 ]. The 
purpose of this RFP is to standardise OSGi for native (C and C++) languages. 
After the RFP is finalised work will be started on a RFC, this will be done in 
conjunction with writing a reference implementation. For this purpose Apache 
Celix will be used. This also means that C++ will be introduced in the Celix 
project. Most likely large parts of C++ code will be donated by 2 participants 
of the Native-OSGi project. This gives us a great opportunity to add extra 
committers and increase the diversity of Celix.</p>
-
-<p>How has the project developed since the last report?<br />
-As mentioned above, to be able to write a reference implementation for 
Native-OSGi the scope of Celix will be extended to also include C++. Details of 
this extension still need to be worked out. But for continuity the current (C) 
code base will (for now) remain the same. So any work related to Native-OSGi 
will (for now) be done independently from the current implementation.<br />
-Also work is underway to make a second release. Whereas the first release 
focused primarily on the releasing itself, this second release will focus on 
the actual implementation. Important points are:</p>
-
-<ul>
-<li>API consistency</li>
-<li>Win32 support</li>
-<li>APR usage</li>
-</ul>
-
-<p>More details can be found in [ 2 ]</p>
-
-<p>A (Mini) Hackathon for Apache Celix was organised at June the 30th. There 
where 4 people present on the hackathon (2 committers) and focus for the 
hackathon was the remote services implementation. The hackathon was received 
well and we like to do this more often to encourage community growth of Apache 
Celix.</p>
-
-<p>Apache Celix is now also involved the Google Summer of Code for 2013. Erik 
Jansman is doing a project on the Event Admin for Apache Celix and Pepijn 
Noltes is mentoring him. The idea is to discuss the result on the mailing list. 
This is a new experience for Apache Celix and we hope that helps the community 
and also provide technical progress.</p>
-
-<p>Date of last release:<br />
-16-12-2012</p>
-
-<p>[ 1 ] https://www.osgi.org/bugzilla/show_bug.cgi?id=165</p>
-
-<p>[ 2 ] http://incubator.markmail.org/thread/fza43iypjutcw2rm</p>
-
-<h2><a href="http://wiki.apache.org/incubator/April2013";>2013-04</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an OSGi like implementation in C with a distinct focus on 
interoperability between Java and C.</p>
-
-<p>Celix has been incubating since 2010-11-02.</p>
-
-<p>Three most important issues to address in the move towards graduation:</p>
-
-<ol>
-<li>Grow a community</li>
-<li>Find more committers</li>
-<li>..</li>
-</ol>
-
-<p>Celix is maintained by 2 committers and a small group of users. Questions 
to the mailing list are (most of the time) answered quickly. We are also trying 
to give talks on Celix or related stuff on conferences.<br />
-We see and recognise the problem of the small community, but are also 
confident that Celix and its community will grow. </p>
-
-<p>Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware 
of?<br />
-None.</p>
-
-<p>How has the community developed since the last report?<br />
-There is no active growth, but there is currently one students doing his 
intership with Apache Celix and we are trying hoping to get some projects in 
the Google Summer of Code 2013. We hope that this will lead in more activity on 
the mailing-list and hopefully to extra committers.</p>
-
-<p>How has the project developed since the last report?<br />
-Technically progress has been slow the last months. There was a hackaton 
organized for remote services in Java [ 1 ], which although not directly 
related to Apache Celix, should eventually work together with the Apache Celix 
and as result the committers of Apache Celix where present. We also expect an 
increase in contributions the coming months because of the student intership / 
GSoC activities.</p>
-
-<p>[ 1 ] http://lists.amdatu.org/pipermail/dev/2013-March/000020.html</p>
-
-<h2><a href="http://wiki.apache.org/incubator/January2013";>2013-01</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an OSGi like implementation in C with a distinct focus on 
interoperability between Java and C.</p>
-
-<p>Celix has been incubating since 2010-11-02.</p>
-
-<p>Three most important issues to address in the move towards graduation:</p>
-
-<ol>
-<li>Grow a community</li>
-<li>Find more committers</li>
-<li>..</li>
-</ol>
-
-<p>Celix is maintained by 2 committers and a small group of users. Questions 
to the mailing list are (most of the time) answered quickly. We are also trying 
to give talks on Celix or related stuff on conferences.<br />
-We see and recognise the problem of the small community, but are also 
confident that Celix and its community will grow. Especially the Native-OSGi 
work might be important for this (see below).</p>
-
-<p>Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware 
of?<br />
-None.</p>
-
-<p>How has the community developed since the last report?</p>
-
-<p>There is no active growth, but in the past few months talks have been given 
on Native-OSGi. Native-OSGi is an effort to standardise C/C++ implementations 
of OSGi. The goal of this is to be able to reuse bundles from other OSGi like 
implementations. Also working together might attract more users/committers. The 
talks are attended by a good group of people, and reactions are positive.</p>
-
-<p>How has the project developed since the last report?</p>
-
-<p>A first release has been made. After struggling with several problems, 
consensus has been reached to solve these in a next release.<br />
-On a technical note, Celix now also compiles and runs on Win32 platforms.</p>
-
-<h2><a href="http://wiki.apache.org/incubator/October2012";>2012-10</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C. </p>
-
-<p>Celix entered incubation on November 2, 2010. </p>
-
-<p>Over the last months we have focused on creating a first release for 
Celix.<br />
-As is mentioned in the graduation plan [1] we hope that a release will 
create<br />
-more community.<br />
-We have prepared the code base and website for release and we are very close 
to making a release.</p>
-
-<p>The previous report [2] mentioned that we are working on a "Native-OSGi", 
which could attract more community.<br />
-This discussion continued in Juli on the mailling, but got quiet after that. 
There will be a talk about Native-OSGi for ApacheCon EU and EclipseCon EU and 
we expect that this will create attention for Celix.</p>
-
-<ul>
-<li><p>Most important issues to address before we can graduate:<br />
-Make a first release, growing the community and attracting more committers.  
</p></li>
-<li><p>Any issues the Incubator PMC or ASF board need to be aware of:<br />
-None at this time </p></li>
-<li><p>How has the community developed since the last report:<br />
-There has been a small decrease on activity on the mailing list, hopefully 
this is a temporary decrease due to the holidays. We did receive patches from a 
contributor. </p></li>
-<li><p>How has the project developed since the last report:<br />
-We are still working towards a first release. The code base has been prepared 
for release and the website got some attention<br />
-based on the shepherd's view from last report. </p></li>
-</ul>
-
-<p>Signed off by mentor: marrs</p>
-
-<h2><a href="http://wiki.apache.org/incubator/July2012";>2012-07</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>Over the last months we have started working on "Native-OSGi" which is an 
effort to make a specification for a C and C++ bases OSGi implementation. As 
detailed in the graduation plan [1] in the previous report we hope to attract 
more community members with this move.<br />
-Details for Native-OSGi can be found at [2].</p>
-
-<p>Also the donation of the Device Access code has been finished and committed 
to the SVN repository. This has been a good experience from both a technical 
and a process point of view.</p>
-
-<p>Furthermore there has been a slight increase on the mailing list, hopefully 
this is a trend that will continue in the coming months.</p>
-
-<ul>
-<li><p>Most important issues to address before we can graduate</p>
-
-<p>Make a first release and grow a larger community. It is also needed to 
attract some more committers, there are currently 2. We are in the process of 
cleaning up the code and project structure so a first release can be 
made.</p></li>
-<li><p>Any issues the Incubator PMC or ASF board not te be aware of</p>
-
-<p>None at this time</p></li>
-<li><p>How has the community developed since the last report</p>
-
-<p>There has been an increase on the mailing list, furthermore with the start 
of the Native-OSGi project we hope this will increase in the coming 
months.</p></li>
-<li><p>How has the project developed since the last report </p>
-
-<p>From a technical point of view, we are working towards a first release. The 
build files have been updated to support a more modular project structure.<br />
-Since the implementation is moving forward (al be it slowly), the community 
growth is the biggest concern for Celix.</p></li>
-</ul>
-
-<p>Signed off by mentor:</p>
-
-<p>Shepherd: Matt Franklin</p>
-
-<h2><a href="http://wiki.apache.org/incubator/April2012";>2012-04</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>The last month we received or first large code donation, the code still has 
to be added to the project. This code is an implementation of the OSGi Device 
Access specification for Celix and has been made by Thales Netherlands. 
Together with this donation a new committer (Pepijn Noltes) is accepted. Pepijn 
has developed and will maintain the Device Access code.</p>
-
-<p>We have also been working on a graduation plan which is included below.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Improve robustness (APR, error handling etc), resulting in a first 
release
-Update/Implement remote services for interoperability with Java OSGi (Apache 
Felix)
-Generate awareness and grow a community!
-</code></pre>
-
-<p>Graduation Plan</p>
-
-<p>Celix is in incubation since November 2010. During the first one and a half 
year talks where given at several conferences (EclipseCon, ApacheCon, OSGi User 
Group meetings, etc).<br />
-Even though there seems to be an interest in the project, two important 
questions keep coming up:</p>
-
-<ul>
-<li>What is the state of the project?</li>
-<li>Why no support for C++?</li>
-</ul>
-
-<p>Trying to answer/solve these two questions might make it able to attract 
more community members. So this plan will focus mostly on these two items.</p>
-
-<p>= State of the project</p>
-
-<p>== Releases</p>
-
-<p>Celix entered incubation in its early stage. There was only a proof of 
concept, but no complete implementation.<br />
-This is an important reason for people to hold back and not yet use/improve 
Celix, on the other hand,  being hesitant also keeps Celix from growing towards 
a more stable/robust solution.<br />
-To be able to use Celix the implementation has to reach, at least, a more 
stable state. Over the past year lots of effort has been put into this.<br />
-Within the next half year a release has to be made of the core component of 
Celix. Hopefully this will attract more users/testers (and potentially 
committers).<br />
-Since a formal release takes quite some effort, it might also make sense to 
provide snapshots (with documentation) to be able to reach more people.</p>
-
-<p>== Committers</p>
-
-<p>During the last months there has been an interest from Thales Netherlands 
to use Celix in its middleware. In a research project they are working on an 
implementation of the Device Access specification. This implementation is 
donated to Celix, and the main developer has expressed the intention to 
maintain the code base. Via this path a new committer has been added to Celix 
<a href="http://markmail.org/message/q4n7562jvngd33s5";>1</a>.<br />
-But to be able to have a diverse community more committers are needed.<br />
-Having a release makes it easier for people to use and improve Celix. This is 
one step towards more committers.</p>
-
-<p>== Technical state</p>
-
-<p>One of the important aspects of Celix is interoperability with Java OSGi 
through remote services. Currently Celix has basic support for Celix to Celix 
remote services, following the Remote Service Admin specification of OSGi. This 
implementation has to be improved and extended to comply better to the 
specification. Also a Java OSGi implementation has to be made which can 
interact with the Celix implementation. Some existing opensource solutions are 
available, but are either to large for our intended target platforms or rely on 
to many other libraries (for example XML handling etc). To be able to have an 
implementation which fits the environment ((de)serialization and protocol) it 
makes sense to implement a simple solution ourselves.<br />
-Having functional remote services makes it easier to use Celix in a mixed 
Java/C environment. This solution can also be positioned as an alternative to 
JNI with the benefit that the Java and C components are separate processes. If 
either one crashes the other part is kept running, resulting in a more robust 
solution.</p>
-
-<p>= C++ Support</p>
-
-<p>== Technical Scope</p>
-
-<p>Currently Celix is limited to C only. This was a deliberate choice since 
Celix tries to target  embedded/constrained platforms. But during talks people 
also seem to be interested in C++ support. Extending the technical scope of the 
project might attract more users and committers.<br />
-Over the next half year we will work out a plan how C++ support can be added 
without impacting the current supported platforms. A start with the discussions 
has been made on the mailinglist, see [2] for more information.</p>
-
-<p>== Cooperate with existing C++ OSGi like implementations</p>
-
-<p>In [3] a list of similar projects is mentioned. Reaching out to these 
projects and trying to find a common ground on requirements/API etc could 
benefit Celix (and those projects as well).<br />
-To see if there is a common ground we need to contact those projects and plan 
a meeting.</p>
-
-<p>Signed off by mentor:</p>
-
-<h2><a href="http://wiki.apache.org/incubator/January2012";>2012-01</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>Over the last few months lots of work has been put into integrating APR and 
updating the Celix code base to the proposed code style. This code style has 
partially been documented on [1]. Also some effort has been put into updating 
the source for Visual Studio, even though not yet finished some interesting and 
helpful patches where submitted and applied.</p>
-
-<p>In Oktober an event was held to create more awareness for services, OSGi 
and Celix in the Dutch embedded community. The attendance was great, and a 
follow-up will be planned. Also, in November a talk was given at the 
ApacheCon.</p>
-
-<p>As listed below, one of the most important issues is the slow growth of the 
Celix community. With the current discussion about poddlings and how long a 
poddling is in the incubator, we are discussing a plan how we can move to a 
more diverse community and be able to graduate. This plan will be included in 
the next board report.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Improve robustness (APR, error handling etc), resulting in a first 
release
-Generate awareness and grow a community!
-</code></pre>
-
-<p>Signed off by mentor: marrs</p>
-
-<h2><a href="http://wiki.apache.org/incubator/October2011";>2011-10</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>In the code not much has changed during the past few months, mostly due to 
vacations. Some (reported) bugs have been fixed, and some interesting examples 
have been added. These example where donated by a user, and follow the OSGi in 
Action book. This makes them a great addition to Celix.<br />
-Furthermore, some work has been done to make testing from CMake easier, and we 
are also looking into a method for mocking services to be able to test only one 
service without all its dependencies.</p>
-
-<p>On the community site, Luminis and Thales are organizing an event (in 
Dutch) to introduce embedded/distributed companies to OSGi. During this event 
OSGi will be explained, Celix and PojoSR will be introduced. Also a small 
introduction in Apache and the "Apache Way" will be given, with the goal to 
invite people to use/join Celix.<br />
-Also, in november a talk and demo will be given at the ApacheCon.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Improve robustness (APR, error handling etc)
-Generate awareness and grow a community!
-</code></pre>
-
-<p>Signed off by mentor:</p>
-
-<h2><a href="http://wiki.apache.org/incubator/July2011";>2011-07</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>Over the past few months work has been done on integration and usage of the 
Apache Portable Runtim (APR) in Celix.<br />
-The work has mostly focusses on stability and robustness of the codebase, but 
some new features were added:</p>
-
-<pre><code>Log Service and Writer: for logging and reading the log
-Service Factories: needed for the log service
-</code></pre>
-
-<p>Also, in March, a talk was given to the OSGi User Group France. There is a 
lot interest in the project, but people seem to be waiting for a more stable 
version.<br />
-For community building it might be interesting to work towards a release later 
this year to make it easier to download and use Celix.<br />
-A talk on Celix has also been accepted for the ApacheCon in November, which is 
a good opportunity to show Celix to the world.<br />
-Also parts of Celix have been ported to Windows. Mostly the utils used by the 
framework, and not yet the framework itself. This is a lengthy job because 
Celix is using C99, and Windows (Visual Studio) only support C89/C90.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Improve robustness (APR, error handling etc)
-Generate awareness and grow a community!
-</code></pre>
-
-<p>Signed off by mentor:</p>
-
-<h2><a href="http://wiki.apache.org/incubator/April2011";>2011-04</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>During the EclipseCon a talk was given over Celix, also spoke with several 
OSGi<br />
-people who are interested in the progress, especially related to Universal 
OSGi<br />
-(which details specification and requirements for OSGi in other languages).<br 
/>
-During the last few weeks work has been done to get rid of memory leaks and 
null<br />
-pointers.<br />
-Currently we are looking at the requirements/details for bundle deployment 
and<br />
-updating, possibly in combination with Apache Ace.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Define a status overview of what is and isn't working.
-Move all "sub" project to the new structure.
-Use APR for all file handling, threading etc.
-Generate awareness and grow a community
-</code></pre>
-
-<p>Signed off by mentor:</p>
-
-<h2><a href="http://wiki.apache.org/incubator/February2011";>2011-02</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>A new structure for the project has been used for the framework. In this 
structure public and private files are<br />
-separated. This structure has not yet been applied to all "sub" project in 
Celix.<br />
-We are also looking at Apache APR for OS abstraction. Using APR would involve 
replacing all file handing, threading<br />
-etc with APR functions.</p>
-
-<p>Finally, work is being done for the talk on the EclipseCon.</p>
-
-<p>Most important issues are:</p>
-
-<p>Add more information to the wiki (ongoing process)<br />
-Move all "sub" project to the new structure.<br />
-Use APR for all file handling, threading etc.</p>
-
-<p>Signed off by mentor:</p>
-
-<h2><a href="http://wiki.apache.org/incubator/January2011";>2011-01</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>Currently the source tree is being cleaned and correct header information 
is being added. We are also looking at the<br />
-project structure and how it can be changed to get a better/simpler overview. 
Most important aspect is separating the<br />
-actual framework from the additional bundles.</p>
-
-<p>Additionally, last December a proposal for a Celix talk was sent to, and 
accepted by the EclipseCon/OSGi DevCon. This<br />
-provides a great opportunity to increase awareness and build a community.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Add more information to the wiki (ongoing process)
-Cleanup project, rearrange structure
-Generate awareness and grow a community!
-</code></pre>
-
-<p>Signed off by mentor: marrs </p>
-
-<h2><a href="http://wiki.apache.org/incubator/December2010";>2010-12</a></h2>
-
-<p>= Celix =</p>
-
-<p>Celix is an implementation of the OSGi Specification in C.</p>
-
-<p>Celix entered incubation on November 2, 2010.</p>
-
-<p>As we are just accepted into the Incubator, startup is in progress. The 
donated code has been committed to<br />
-SVN, and the project site is being created.</p>
-
-<p>Most important issues are:</p>
-
-<pre><code>Get everything (Jira, SVN, Website etc) up and running
-Cleanup code
-Generate awareness and grow a community.
-</code></pre>
-
-<p>Signed off by mentor: marrs</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/e5fdd625/site/community.html
----------------------------------------------------------------------
diff --git a/site/community.html b/site/community.html
deleted file mode 100644
index f57e917..0000000
--- a/site/community.html
+++ /dev/null
@@ -1,122 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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>Celix Community</h1>
-
-<p>Celix is a community driven project, where everyone is free to download and 
use it. Besides using Celix we encourage<br />
-everyone to participate in the development. This can be as simple as providing 
feedback and reporting bugs but could as<br />
-well mean bug fixes and code contributions.</p>
-
-<ul>
-<li><a href="/community/contributing/contributing.html">Contribute</a></li>
-</ul>
-
-<p>While Celix was in incubation at the Apache Incubator, the status had to be 
reported to the Incubator PMC. These<br />
-reports are also available on this site.</p>
-
-<ul>
-<li><a href="/community/boardreports/boardreports.html">Board Reports</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/e5fdd625/site/contributing.html
----------------------------------------------------------------------
diff --git a/site/contributing.html b/site/contributing.html
deleted file mode 100644
index 8468cc8..0000000
--- a/site/contributing.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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">
-<p><!--<br />
-Meta-Name:  Name<br />
---><br />
-<? instruction ?></p>
-
-<h1>Contributing</h1>
-
-<p>The Celix community is open for everyone to participate in. Discussions are 
done over the<br />
-<a href="/support/mailinglist.html">mailing lists</a>, and <a 
href="/support/issuetracking.html">issues</a> can be created and<br />
-seen by everyone.</p>
-
-<p>If you would like to join the Celix community, a good start would be to 
follow the mailing list and participate in the<br />
-discussions, use Celix and report bugs you find, possibly with patches.</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/e5fdd625/site/doc/index.html
----------------------------------------------------------------------
diff --git a/site/doc/index.html b/site/doc/index.html
deleted file mode 100644
index e61bd84..0000000
--- a/site/doc/index.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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=docTable><table>
-       <tr><th>one</th></tr>
-       <tr><td><a href=/doc/index.html>main</a></td></tr>
-       <tr><td><a href=/doc/one/file_one.html>file one</a></td></tr>
-       <tr><th>two</th></tr>
-       <tr><td><a href=/doc/two/file_two.html>file two</a></td></tr>
-       <tr><td><a href=/doc/two/file_three.html>file three</a></td></tr>
-</table></div>
-<div id=docContent>
-<h1>Apache Celix website</h1>
-
-<p>This is the website for <a href="https://celix.apache.org/";>Apache 
Celix</a>, hosted at:</p>
-
-<pre><code>https://celix.apache.org/
-</code></pre>
-
-<h3>Repository Structure</h3>
-
-<p>This repository contains:</p>
-
-<ol>
-<li><code>src/</code>: the source of the site, including markdown files 
containing the bulk of the content</li>
-<li><code>site/</code>: html generated from the markdown (which is what is 
actually hosted on the website)</li>
-<li><code>celix/</code>: the celix sourcecode</li>
-</ol>
-
-<h3>Cloning this repo</h3>
-
-<p>This repository can be cloned as usual. Because the website is using the 
offical celix repository as submodule, some extra commands need to be executed. 
Run this after cloning and the 'celix' directory will be initialized:</p>
-
-<div class="codehilite"><pre><span></span><code>$ git submodule init
-$ git submodule update
-</code></pre></div>
-
-<p>More about submodules can be found <a 
href="https://git-scm.com/book/en/v2/Git-Tools-Submodules";>here</a></p>
-
-<h1>Server build instructions</h1>
-
-<h3>building</h3>
-
-<div class="codehilite"><pre><span></span><code><span class="nb">cd</span> 
path/to/build.py
-./build.py
-</code></pre></div>
-
-<p>A test-server will run on <a 
href="https://localhost:8000/";>localhost:8000</a></p>
-
-<h3>installing</h3>
-
-<ol>
-<li>install <a href="https://www.python.org/";>python</a> (tested versions: 
2.7.10)</li>
-<li>install <a 
href="https://github.com/trentm/python-markdown2/blob/master/README.md#install";>markdown2</a></li>
-</ol>
-
-</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/e5fdd625/site/doc/one/file_one.html
----------------------------------------------------------------------
diff --git a/site/doc/one/file_one.html b/site/doc/one/file_one.html
deleted file mode 100644
index a9b9f4e..0000000
--- a/site/doc/one/file_one.html
+++ /dev/null
@@ -1,262 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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=docTable><table>
-       <tr><th>one</th></tr>
-       <tr><td><a href=/doc/index.html>main</a></td></tr>
-       <tr><td><a href=/doc/one/file_one.html>file one</a></td></tr>
-       <tr><th>two</th></tr>
-       <tr><td><a href=/doc/two/file_two.html>file two</a></td></tr>
-       <tr><td><a href=/doc/two/file_three.html>file three</a></td></tr>
-</table></div>
-<div id=docContent>
-<h1>Apache Celix Introduction</h1>
-
-<h2>What is Apache Celix</h2>
-
-<p>Apache Celix is an implementation of the <a 
href="https://www.osgi.org/developer/specifications";>OSGi specification</a> 
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++. </p>
-
-<h2>C and Objects</h2>
-
-<p>C is a procedural programming language and as result has no direct support 
for the notion of a object.<br />
-To be able to follow the OSGi specification, a standard mapping from C to Java 
is used. This mapping takes care of how instances, parameters, return values 
and exceptions (error codes) work in Apache Celix.</p>
-
-<h3>Example</h3>
-
-<p>Before going into detail, here is an example of the mapping from a method 
in Java to a function in C:</p>
-
-<div class="codehilite"><pre><span></span><code><span class="c1">//Java 
signature</span>
-<span class="kd">public</span> <span class="kd">interface</span> <span 
class="nc">BundleContext</span> <span class="o">{</span>
-    <span class="kd">public</span> <span 
class="n">ServiceReference</span><span class="o">[]</span> <span 
class="nf">getServiceReferences</span><span class="o">(</span><span 
class="n">String</span> <span class="n">clazz</span><span class="o">,</span> 
<span class="n">String</span> <span class="n">filter</span><span 
class="o">)</span> <span class="kd">throws</span> <span 
class="n">InvalidSyntaxException</span><span class="o">;</span>
-<span class="o">}</span>
-</code></pre></div>
-
-<div class="codehilite"><pre><span></span><code><span 
class="c1">//bundle_context.h</span>
-
-<span class="c1">//C prototype</span>
-<span class="n">celix_status_t</span> <span 
class="nf">bundleContext_getServiceReferences</span><span 
class="p">(</span><span class="n">bundle_context_pt</span> <span 
class="n">context</span><span class="p">,</span> <span class="k">const</span> 
<span class="kt">char</span><span class="o">*</span> <span 
class="n">serviceName</span><span class="p">,</span> <span 
class="k">const</span> <span class="kt">char</span><span class="o">*</span> 
<span class="n">filter</span><span class="p">,</span> <span 
class="n">array_list_pt</span><span class="o">*</span> <span 
class="n">service_references</span><span class="p">);</span>
-</code></pre></div>
-
-<h3>Object methods</h3>
-
-<p>Using the provided example, the following templates can be extracted for 
mapping a object method to a C function:</p>
-
-<div class="codehilite"><pre><span></span><code><span class="cm">/**</span>
-<span class="cm"> * 1st template</span>
-<span class="cm"> * celix_status_t: return type of the status code</span>
-<span class="cm"> * </span>
-<span class="cm"> * typeName: name of the object/type this function is part 
of</span>
-<span class="cm"> * functionName: the name of the function</span>
-<span class="cm"> * </span>
-<span class="cm"> * typeName_t: The actual instance to &quot;invoke&quot; this 
function on</span>
-<span class="cm"> * parameters: default function parameters</span>
-<span class="cm"> * output parameter: the output which the caller can 
use</span>
-<span class="cm"> */</span>
-<span class="n">celix_status_t</span> <span class="o">&lt;</span><span 
class="n">typeName</span><span class="o">&gt;</span><span 
class="n">_</span><span class="o">&lt;</span><span 
class="n">functionName</span><span class="o">&gt;</span><span 
class="p">(</span><span class="o">&lt;</span><span 
class="n">typeName</span><span class="o">&gt;</span><span 
class="n">_t</span><span class="o">*</span> <span class="n">self</span> <span 
class="p">[,</span><span class="n">parameters</span><span class="p">,</span> 
<span class="p">]</span> <span class="p">[,</span> <span 
class="n">output</span> <span class="n">parameter</span><span 
class="p">]);</span>
-
-<span class="c1">//OR</span>
-
-<span class="cm">/**</span>
-<span class="cm">* 2nd template</span>
-<span class="cm"> * celix_status_t: return type of the status code</span>
-<span class="cm"> * </span>
-<span class="cm"> * typeName: name of the object/type this function is part 
of</span>
-<span class="cm"> * functionName: the name of the function</span>
-<span class="cm"> * </span>
-<span class="cm"> * typeName_t: The actual instance to &quot;invoke&quot; this 
function on</span>
-<span class="cm"> * parameters: default function parameters</span>
-<span class="cm"> * output parameter: the output which the caller can 
use</span>
-<span class="cm"> */</span>
-<span class="n">celix_status_t</span> <span class="o">&lt;</span><span 
class="n">typeName</span><span class="o">&gt;</span><span 
class="n">_</span><span class="o">&lt;</span><span 
class="n">functionName</span><span class="o">&gt;</span><span 
class="p">(</span><span class="o">&lt;</span><span 
class="n">typeName</span><span class="o">&gt;</span><span class="n">_pt</span> 
<span class="n">self</span> <span class="p">[,</span><span 
class="n">parameters</span><span class="p">,</span> <span class="p">]</span> 
<span class="p">[,</span> <span class="n">output</span> <span 
class="n">parameter</span><span class="p">]);</span>
-</code></pre></div>
-
-<p>Note that although the first template is preferred, Apache Celix still uses 
the second template. </p>
-
-<p>Unless stated otherwise, the caller is owner of the output and should 
destroy/deallocate the result.<br />
-An exception is a const output parameters, this indicates the callee is still 
owner.</p>
-
-<h3>Creating and destroying Objects</h3>
-
-<p>Objects in Apache Celix can generally be created and destroyed using a 
create and destroy functions.<br />
-For example:</p>
-
-<div class="codehilite"><pre><span></span><code><span 
class="n">celix_status_t</span> <span 
class="nf">bundleContext_create</span><span class="p">(</span><span 
class="n">framework_pt</span> <span class="n">framework</span><span 
class="p">,</span> <span class="n">framework_logger_pt</span><span 
class="p">,</span> <span class="n">bundle_pt</span> <span 
class="n">bundle</span><span class="p">,</span> <span 
class="n">bundle_context_pt</span> <span class="o">*</span><span 
class="n">bundle_context</span><span class="p">);</span>
-<span class="n">celix_status_t</span> <span 
class="nf">bundleContext_destroy</span><span class="p">(</span><span 
class="n">bundle_context_pt</span> <span class="n">context</span><span 
class="p">);</span>
-</code></pre></div>
-
-<p>For some types a separate allocate and init and a separate deallocate and 
deinit are also available.<br />
-This gives a user the option the initialize and deinitialize a object on the 
stack. the hash<em>map</em>iterator uses this:</p>
-
-<div class="codehilite"><pre><span></span><code><span 
class="n">hash_map_iterator_pt</span> <span 
class="nf">hashMapIterator_create</span><span class="p">(</span><span 
class="n">hash_map_pt</span> <span class="n">map</span><span class="p">);</span>
-<span class="kt">void</span> <span 
class="nf">hashMapIterator_destroy</span><span class="p">(</span><span 
class="n">hash_map_iterator_pt</span> <span class="n">iterator</span><span 
class="p">);</span>
-
-<span class="n">hash_map_iterator_pt</span> <span 
class="nf">hashMapIterator_alloc</span><span class="p">(</span><span 
class="kt">void</span><span class="p">);</span>
-<span class="kt">void</span> <span 
class="nf">hashMapIterator_dealloc</span><span class="p">(</span><span 
class="n">hash_map_iterator_pt</span> <span class="n">iterator</span><span 
class="p">);</span>
-
-<span class="kt">void</span> <span class="nf">hashMapIterator_init</span><span 
class="p">(</span><span class="n">hash_map_pt</span> <span 
class="n">map</span><span class="p">,</span> <span 
class="n">hash_map_iterator_pt</span> <span class="n">iterator</span><span 
class="p">);</span>
-<span class="kt">void</span> <span 
class="nf">hashMapIterator_deinit</span><span class="p">(</span><span 
class="n">hash_map_iterator_pt</span> <span class="n">iterator</span><span 
class="p">);</span>
-</code></pre></div>
-
-<h3>OSGi documentation and Apache Celix</h3>
-
-<p>Apache Celix follows the OSGi API as close as possible, but since the OSGi 
specification is written primarily for Java, there will be differences (Java is 
OO, C is procedural).<br />
-Taking into account those differences and mapping explained before the OSGi 
javadoc can be used for a more in depth description of what the Apache Celix 
API offers. </p>
-
-<ul>
-<li><a href="https://osgi.org/javadoc/r4v43/core/index.html";>OSGi core 
specification 4.3</a></li>
-<li><a href="https://osgi.org/javadoc/r4v43/cmpn/index.html";>OSGi compendium 
specification 4.3</a></li>
-</ul>
-
-<h2>What is a OSGi service?</h2>
-
-<p>A OSGi service is a Java object register to the OSGi framework under a 
certain set of properties.<br />
-OSGi services are generally registered as a well known interface (using the 
<code>objectClass</code> property).</p>
-
-<p>Consumers can dynamically lookup the services providing a filter to specify 
what kind of services their are interested in.   </p>
-
-<h2>C services in Apache Celix</h2>
-
-<p>As mentioned OSGi uses Java Interfaces to define a service. Since C does 
not have Interfaces as compilable unit, this is not possible for Celix.  To be 
able to define a service which hides implementation details, Celix uses structs 
with function pointers.</p>
-
-<p>See <a href="../best_practices/readme.md">Apache Celix Best Practices</a> 
for a more in depth look at services and service usage.</p>
-
-<h2>Impact of dynamic services</h2>
-
-<p>Services in Apache Celix are dynamic, meaning that they can come and go at 
any moment.<br />
-How to cope with this dynamic behaviour is very critical for creating a stable 
solution.</p>
-
-<p>For Java OSGi this is already a challenge to program correctly, but less 
critical because generally speaking the garbage collector will arrange that 
objects still exists even if the providing bundle is deinstalled.<br />
-Taking into account that C has no garbage collection handling the dynamic 
behaviour correctly is even more critical; If a bundle providing a certain 
services is removed the code segment / memory allocated for the service will be 
removed / deallocated.</p>
-
-<p>Apache Celix offers different solutions how to cope with this dynamic 
behaviour:</p>
-
-<ul>
-<li>Bundle Context &amp; Service References  - This (low level) <a 
href="../../framework/public/include/bundle_context.h">API</a> exists to be 
compatible with the OSGi standard. This should not be used in production code, 
because no locking/syncing mechanisms are available.   </li>
-<li>Service Listener - This (log level) <a 
href="../../framework/public/include/service_listener.h">API</a> can be used to 
retrieve event when services are being removed or are added. Combined with 
locking this can be used to safely monitor and use services. </li>
-<li>Service Tracker - This <a 
href="../../framework/public/include/service_tracker.h">API</a> can be used to 
register callbacks function when services are being removed or are added. 
Combined with locking this can be used to safely use services.</li>
-<li><a href="../../dependency_manager/readme.md">Dependency Manager</a> - This 
library can be used to add service dependency is a declarative way.  A locking 
or syncing mechanism can be selected to safely use services. Note that this is 
not part of the OSGi standard.</li>
-</ul>
-
-<p>Even though the dependency manager is not part of the OSGi specification, 
this is the preferred way because it uses a higher abstraction and removes a 
lot boilerplate code. </p>
-
-<h2>C++ Support</h2>
-
-<p>One of the reasons why C was chosen as implementation language is that C 
can act as a common denominator for (service oriented) interoperability between 
a range of languages.<br />
-C++ support is added with the use of a <a 
href="../../dependency_manager_cxx/readme.md">C++ Dependency Manager</a>.<br />
-The Dependency Manager is arguably the most convenient way to interact with 
services, confers most uses cases and eliminates the necessity to port the rest 
of the (large) API to C++.</p>
-
-<h2>Documentation</h2>
-
-<p>For more information see:</p>
-
-<ul>
-<li>[Apache Celix - Building and Installing] (../building/readme.md)</li>
-<li><a href="../two/file_three.html">Apache Celix - Getting Started 
Guide</a></li>
-<li><a href="../cmake_commands/readme.md">Apache Celix - CMake 
Commands</a></li>
-</ul>
-
-</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/e5fdd625/site/doc/two/file_three.html
----------------------------------------------------------------------
diff --git a/site/doc/two/file_three.html b/site/doc/two/file_three.html
deleted file mode 100644
index f04da1c..0000000
--- a/site/doc/two/file_three.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<!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">
-<link href="/import/friendly.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="/doc/">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="/doc/"><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=docTable><table>
-       <tr><th>one</th></tr>
-       <tr><td><a href=/doc/index.html>main</a></td></tr>
-       <tr><td><a href=/doc/one/file_one.html>file one</a></td></tr>
-       <tr><th>two</th></tr>
-       <tr><td><a href=/doc/two/file_two.html>file two</a></td></tr>
-       <tr><td><a href=/doc/two/file_three.html>file three</a></td></tr>
-</table></div>
-<div id=docContent>
-<h1>Apache Celix - Getting Started Guide</h1>
-
-<h2>Guides</h2>
-
-<p>There are several guide to help you get started. The first guide is <a 
href="file_two.html">Getting Started: Creating a simple bundle</a><br />
-and this should get you started for your first C and/or C++ bundle.</p>
-
-<p>After that you can extend the example by providing and use services using 
the<br />
-guide <a href="using_services_with_c.md">Getting Started: Using Services with 
C</a> or <a href="using_services_with_cxx.md">Getting Started: Using Services 
with C++</a>. </p>
-
-</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>

Reply via email to