You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bu...@apache.org on 2011/02/16 13:52:25 UTC

svn commit: r785506 - /websites/staging/celix/trunk/content/celix/index.html

Author: buildbot
Date: Wed Feb 16 12:52:25 2011
New Revision: 785506

Log:
Staging update by buildbot

Modified:
    websites/staging/celix/trunk/content/celix/index.html

Modified: websites/staging/celix/trunk/content/celix/index.html
==============================================================================
--- websites/staging/celix/trunk/content/celix/index.html (original)
+++ websites/staging/celix/trunk/content/celix/index.html Wed Feb 16 12:52:25 2011
@@ -1 +1,163 @@
-single_narrative.html
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<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.
+-->
+
+    <link rel="stylesheet" type="text/css" 
+               href="http://yui.yahooapis.com/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css">
+    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.1/build/base/base-min.css">
+    <link rel="stylesheet" type="text/css" href="/celix/css/superfish.css" media="screen">
+    <!--  link rel="stylesheet" type="text/css" href="/celix/css/BreadCrumb.css" media="screen"  -->
+    <link rel="stylesheet" type="text/css" href="/celix/css/celix.css">
+    <link rel="stylesheet" type="text/css" href="/celix/css/pygments.css">
+    
+  
+  <title>Apache Celix - Welcome to Apache Celix (incubating)</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+  <script type="text/javascript" src="/celix/js/jquery.gradient.js"></script>
+  <script type="text/javascript" src="/celix/js/jquery.dimensions.js"></script>
+  <script type="text/javascript" src="/celix/js/jquery.hoverIntent.js"></script>
+  <script type="text/javascript" src="/celix/js/superfish.js"></script>
+  <script type="text/javascript" src="/celix/js/supersubs.js"></script>
+  <!-- script type="text/javascript" src="/celix/js/jquery.easing.1.3.js"></script>
+  <script type="text/javascript" src="/celix/js/jquery.jBreadCrumb.1.1.js"></script-->
+  <script type="text/javascript"><!--
+        // initialize plugins
+        jQuery(function() {
+        	jQuery('#navbar ul:first').addClass('sf-menu');
+            //Nav bar: Supersubs dropdown menus
+            jQuery('#navbar ul:first').supersubs({extraWidth: 1}).superfish({animation:{opacity:0.97,height:'show'}});
+        });
+  
+        //jQuery(document).ready(function() {
+		//      jQuery("#breadCrumb").jBreadCrumb();
+		//  })
+    --></script>
+</head>
+
+<body>
+    <div id="page">
+        <div id="header">
+            <a href="/celix/index.html"><img id="headerimage" src="/celix/images/celix.png" alt="Apache Celix" 
+                    height="130px"></a>
+            <div id="navbar"> 
+                <ul>
+<li><a href="/celix/index.html">Home</a></li>
+<li><a href="/celix/celix.html">About</a><ul>
+<li><a href="/celix/celix.html">Celix</a></li>
+<li><a href="/celix/background.html">Background</a></li>
+</ul>
+</li>
+<li><a href="/celix/documentation.html">Documentation</a><ul>
+<li><a href="/celix/documentation/buildingandrunning.html">Building and Running</a></li>
+<li><a href="/celix/documentation/design.html">Design</a></li>
+<li><a href="/celix/documentation/examples.html">Examples</a><ul>
+<li><a href="/celix/examples/helloworld.html">Hello World Example</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="/celix/download.html">Download</a></li>
+<li><a href="/celix/community/community.html">Community</a><ul>
+<li><a href="/celix/community/contributing/contributing.html">Contributing</a></li>
+<li><a href="/celix/community/boardreports/boardreports.html">Board Reports</a></li>
+</ul>
+</li>
+<li><a href="/celix/support/support.html">Support</a><ul>
+<li><a href="/celix/support/mailinglist.html">Mailing List</a></li>
+<li><a href="/celix/support/issuetracking.html">Issue Tracking</a></li>
+</ul>
+</li>
+</ul>
+            </div>
+		    <!-- div id="breadCrumbHolder" class="module">
+		        <div id="breadCrumb" class="breadCrumb module">
+		            <ul>
+		                <li>Home</li>
+		            </ul>
+		        </div>
+		    </div-->
+        </div>
+  
+        <div id="center">
+            <div id="main">
+                <div id="homecenter">
+                    <div id="homeleft">
+                        <h1 class="title">Welcome to Apache Celix (incubating)</h1>
+                        <p>Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, 
+but since the OSGi specification is written primarily for Java, there will be differences (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.</p>
+<p>Celix entered incubation in November 2010 and is just getting started. Short term goals include:</p>
+<ul>
+<li>Working towards a release</li>
+<li>Generate awareness</li>
+<li>Grow a community</li>
+</ul>
+<h2 id="incubation">Incubation</h2>
+<p>Apache Celix is an effort undergoing incubation at The Apache Software Foundation (ASF), 
+sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent
+with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or 
+stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+                    </div>
+                    <div id="homeright">
+                        
+                        
+                        <div id="download" class="rc">
+                            <h2 id="download_celix">Download Celix</h2>
+<ul>
+<li><a href="https://svn.apache.org/repos/asf/incubator/celix/trunk">Celix SVN</a></li>
+</ul>
+<h2 id="mailing_lists">Mailing Lists</h2>
+<ul>
+<li><a href="mailto:celix-dev@incubator.apache.org">Developers List</a>
+    (<a href="http://incubator.markmail.org/search/+list:org.apache.incubator.celix-dev">Archives</a>)</li>
+<li>
+<p><a href="mailto:celix-commits@incubator.apache.org">Commits List</a>
+    (<a href="http://incubator.markmail.org/search/+list:org.apache.incubator.celix-commits">Archives</a>)</p>
+</li>
+<li>
+<p><a href="http://mail-archives.apache.org/mod_mbox/">Apache Mail Archives</a></p>
+</li>
+</ul>
+                        </div>
+                        
+                        
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+  
+    <div id="footer">
+        <div class="copyright">
+            <p>
+                Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+                the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <br />
+                Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+            </p>
+        </div>
+    </div>
+</div>
+</body>
+</html>