You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2012/06/25 21:37:31 UTC

svn commit: r1353712 - /incubator/celix/site/trunk/content/celix/subprojects.mdtext

Author: abroekhuis
Date: Mon Jun 25 19:37:30 2012
New Revision: 1353712

URL: http://svn.apache.org/viewvc?rev=1353712&view=rev
Log:
Update subprojects overview

Added small description to each list entry

Modified:
    incubator/celix/site/trunk/content/celix/subprojects.mdtext

Modified: incubator/celix/site/trunk/content/celix/subprojects.mdtext
URL: http://svn.apache.org/viewvc/incubator/celix/site/trunk/content/celix/subprojects.mdtext?rev=1353712&r1=1353711&r2=1353712&view=diff
==============================================================================
--- incubator/celix/site/trunk/content/celix/subprojects.mdtext (original)
+++ incubator/celix/site/trunk/content/celix/subprojects.mdtext Mon Jun 25 19:37:30 2012
@@ -2,15 +2,15 @@ Title: Subprojects
 
 Apache Celix is organized into several subprojects. The following subproject are currently available:
 
-- [Dependency Manager](/celix/subprojects/dependencymanager.html)
-- [Device Access](/celix/subprojects/deviceaccess.html)
-- [Examples](/celix/subprojects/examples.html)
-- [Framework](/celix/subprojects/framework.html)
-- [Hessian](/celix/subprojects/hessian.html)
-- [Launcher](/celix/subprojects/launcher.html)
-- [Log Service](/celix/subprojects/logservice.html)
-- [Log Writer](/celix/subprojects/logwriter.html)
-- [Remote Service Admin](/celix/subprojects/remoteserviceadmin.html)
-- [Shell](/celix/subprojects/shell.html)
-- [Shell TUI](/celix/subprojects/shelltui.html)
-- [Utils](/celix/subprojects/utils.html)
+- [Dependency Manager](/celix/subprojects/dependencymanager.html) - A component/dependency model for use through an API.
+- [Device Access](/celix/subprojects/deviceaccess.html) - An implementation of the OSGi Device Access specification adapted to C.
+- [Examples](/celix/subprojects/examples.html) - Several examples showing how the framework can be used.
+- [Framework](/celix/subprojects/framework.html) - An implementation of the OSGi Core specification adapted to C.
+- [Hessian](/celix/subprojects/hessian.html) - A project for an implementation of the Hessian protocol in C.
+- [Launcher](/celix/subprojects/launcher.html) - A launcher for starting the framework.
+- [Log Service](/celix/subprojects/logservice.html) - An implementation of the OSGi Log Service adapated to C.
+- [Log Writer](/celix/subprojects/logwriter.html) - A simple log writer for use in combination with the Log Service.
+- [Remote Service Admin](/celix/subprojects/remoteserviceadmin.html) - An implementation of the OSGi Remote Service Admin Service adapted to C.
+- [Shell](/celix/subprojects/shell.html) - A shell service that provides several commands to interact with a running framework.
+- [Shell TUI](/celix/subprojects/shelltui.html) - A textual interface to be able to use the Shell.
+- [Utils](/celix/subprojects/utils.html) - A library containing several lists/containers for use in the subprojects.