You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/03/27 11:13:50 UTC

celix git commit: CELIX-228: Added README.md to give a short intro into Apache Celix for github users

Repository: celix
Updated Branches:
  refs/heads/master 5984c1a70 -> b577cce99


CELIX-228: Added README.md to give a short intro into Apache Celix for github users


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

Branch: refs/heads/master
Commit: b577cce9942adbda310d4bc7f134144dd0d6ae90
Parents: 5984c1a
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Fri Mar 27 11:12:56 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Fri Mar 27 11:12:56 2015 +0100

----------------------------------------------------------------------
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/b577cce9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e187ebb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+#Apache Celix
+Apache Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.
+
+##Building
+For information how to build Apache Celix see BUILDING
+
+##Introduction to Apache Celix
+For an introduction into Apache Celix see [Getting Started Guide](https://celix.apache.org/documentation/getting_started.html)