Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B96B1200BCA for ; Mon, 21 Nov 2016 12:05:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B8BE4160AF9; Mon, 21 Nov 2016 11:05:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C964160AEC for ; Mon, 21 Nov 2016 12:05:16 +0100 (CET) Received: (qmail 46761 invoked by uid 500); 21 Nov 2016 11:05:16 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 46751 invoked by uid 99); 21 Nov 2016 11:05:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 11:05:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D01CE180519 for ; Mon, 21 Nov 2016 11:05:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id L-cAyQV48RNq for ; Mon, 21 Nov 2016 11:05:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5837A5FC9C for ; Mon, 21 Nov 2016 11:05:14 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A0C25E01A7 for ; Mon, 21 Nov 2016 11:05:13 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A29523A0DD1 for ; Mon, 21 Nov 2016 11:05:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001414 - in /websites/staging/celix/trunk/content: ./ documentation.html Date: Mon, 21 Nov 2016 11:05:13 -0000 To: commits@celix.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161121110513.A29523A0DD1@svn01-us-west.apache.org> archived-at: Mon, 21 Nov 2016 11:05:17 -0000 Author: buildbot Date: Mon Nov 21 11:05:13 2016 New Revision: 1001414 Log: Staging update by buildbot for celix Modified: websites/staging/celix/trunk/content/ (props changed) websites/staging/celix/trunk/content/documentation.html Propchange: websites/staging/celix/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Nov 21 11:05:13 2016 @@ -1 +1 @@ -1770639 +1770643 Modified: websites/staging/celix/trunk/content/documentation.html ============================================================================== --- websites/staging/celix/trunk/content/documentation.html (original) +++ websites/staging/celix/trunk/content/documentation.html Mon Nov 21 11:05:13 2016 @@ -121,13 +121,20 @@ h2:hover > .headerlink, h3:hover > .head visibility: hidden; } h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible } -

Most of the documentation for Apache Celix resides in git.

-

Links: - - Apache Celix - Introduction - - Apache Celix - Building and Installing - - Apache Celix - Getting Started Guide - - Apache Celix - Subprojects - - Apache Celix - CMake Commands

+

The technical documentation for Apache Celix resides in git.

+

Introduction

+

An introduction to Apache Celix can found at Apache Celix - Introduction. +This page documents how OSGi is adapted for C/C++, how the Java API is mapped to C and also gives an short introduction to services and bundles.

+

Building and Installing

+

How to build and install Apache Celix is documented at Building and Installing

+

Getting Started

+

A more in depth look at bundles and services (for C and C++) is given in Getting Started Guide.

+

Subproject

+

OSGi is framework for modular software development and as result a lot of functionality Apache Celix offers in developed in OSGi bundles configured as CMake sub-projects. +An overview of the available sub-projects and some info can be found at Subprojects.

+

CMake Commands

+

Apache Celix uses CMake as build tool. To support the notion of bundles and OSGi deployments (a selection of bundles combined with some configuration) some custom CMake commands are used. +These custom commands are documented at CMake Commands.