Added: websites/staging/celix/trunk/content/subprojects/logwriter.html ============================================================================== --- websites/staging/celix/trunk/content/subprojects/logwriter.html (added) +++ websites/staging/celix/trunk/content/subprojects/logwriter.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,172 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Apache Celix Log Service</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Apache Celix Log Service</h1> + <p>The Log Writer subproject contains a component to read/listen to the Log Service and print the Log entries to the console.</p> +<h2 id="building">Building</h2> +<p>To build the Log Writer the CMake build option "BUILD_LOG_WRITER" has to be enabled.</p> +<h2 id="dependencies">Dependencies</h2> +<p>The Log Writer depends on the following subprojects:</p> +<ul> +<li>Framework</li> +<li>Utils</li> +<li>Log Service</li> +<li>Dependency Activator</li> +</ul> +<p>Also the following libraries are required for building and/or using the Log Writer subproject:</p> +<ul> +<li>Apache Portable Runtime (build and runtime)</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html>
Added: websites/staging/celix/trunk/content/subprojects/remoteserviceadmin.html ============================================================================== --- websites/staging/celix/trunk/content/subprojects/remoteserviceadmin.html (added) +++ websites/staging/celix/trunk/content/subprojects/remoteserviceadmin.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,180 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Apache Celix Remote Service Admin Service</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Apache Celix Remote Service Admin Service</h1> + <p>The Remote Service Admin Service subproject contains a for Celix adapted implementation of the OSGi Enterprise Remote Service Admin Service Specification.</p> +<p>The following Remote Service Admin Service properties are used:</p> +<ul> +<li>RS_BUNDLE - Path to the directory containing the endpoint bundles, defaults to "rs_bundles". +The Remote Service Admin uses this path for the endpoint bundles which have to be installed when a remote service is detected (for import or export).</li> +<li>RSA_PORT - The port used by the Remote Service Admin HTTP listener.</li> +</ul> +<h2 id="building">Building</h2> +<p>To build the Remote Service Admin Service the CMake build option "BUILD_REMOTE_SERVICE_ADMIN" has to be enabled.</p> +<h2 id="dependencies">Dependencies</h2> +<p>The Remote Service Admin Service depends on the following subprojects:</p> +<ul> +<li>Framework</li> +<li>Utils</li> +</ul> +<p>Also the following libraries are required for building and/or using the Remote Service Admin Service subproject:</p> +<ul> +<li>Apache Portable Runtime (build and runtime)</li> +<li>Apache Portable Runtime Util (build and runtime)</li> +<li>Jansson (build and runtime)</li> +<li>OpenSLP (build and runtime)</li> +<li>cURL (build and runtime)</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/subprojects/shell.html ============================================================================== --- websites/staging/celix/trunk/content/subprojects/shell.html (added) +++ websites/staging/celix/trunk/content/subprojects/shell.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,175 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Apache Celix Shell</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Apache Celix Shell</h1> + <p>The Shell subproject contains a set of commands and a shell to interact with the Framework and its registry. +With several commando's it is possible to query the Framework registry and Log Service, inspect existing bundles/services, start/stop/update bundles and install/uninstall bundles.</p> +<p>The Shell does not provide a user interface, but only a service to interact with. This approach makes it possible to define multiple frontends, eg textual or graphical. </p> +<p>The Celix Shell follows the Apache Felix Shell implementation (not the Apache Felix Gogo shell).</p> +<h2 id="building">Building</h2> +<p>To build the Shell the CMake build option "BUILD_SHELL" has to be enabled.</p> +<h2 id="dependencies">Dependencies</h2> +<p>The Shell depends on the following subprojects:</p> +<ul> +<li>Framework</li> +<li>Utils</li> +<li>Log Service</li> +</ul> +<p>Also the following libraries are required for building and/or using the Shell subproject:</p> +<ul> +<li>Apache Portable Runtime (build and runtime)</li> +<li>cURL (build and runtime)</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/subprojects/shelltui.html ============================================================================== --- websites/staging/celix/trunk/content/subprojects/shelltui.html (added) +++ websites/staging/celix/trunk/content/subprojects/shelltui.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,172 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Apache Celix Shell TUI</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Apache Celix Shell TUI</h1> + <p>The Shell TUI subproject contains a textual user interface for the Shell Service. +Through the textual interface commands can be executed, with the results being dumped in the console.</p> +<h2 id="building">Building</h2> +<p>To build the Shell the CMake build option "BUILD_SHELL" has to be enabled.</p> +<h2 id="dependencies">Dependencies</h2> +<p>The Shell TUI depends on the following subprojects:</p> +<ul> +<li>Framework</li> +<li>Utils</li> +<li>Shell</li> +</ul> +<p>Also the following libraries are required for building and/or using the Shell TUI subproject:</p> +<ul> +<li>Apache Portable Runtime (build and runtime)</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/subprojects/utils.html ============================================================================== --- websites/staging/celix/trunk/content/subprojects/utils.html (added) +++ websites/staging/celix/trunk/content/subprojects/utils.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,173 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Apache Celix Utils</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Apache Celix Utils</h1> + <p>The Utils subproject contains several containers/lists used by the different Celix subprojects. +The following types are available:</p> +<ul> +<li>Array List</li> +<li>Linked List</li> +<li>Hash Map</li> +</ul> +<p>There are also iterators available for every type.</p> +<h2 id="building">Building</h2> +<p>To build the Utils the CMake build option "BUILD_UTILS" has to be enabled. Currently the Utils subproject is enabled by default.</p> +<h2 id="dependencies">Dependencies</h2> +<p>The following libraries are required for building and/or using the Utils subproject:</p> +<ul> +<li>Apache Portable Runtime (build and runtime)</li> +<li>CUnit (only required for building and running the tests)</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/support/issuetracking.html ============================================================================== --- websites/staging/celix/trunk/content/support/issuetracking.html (added) +++ websites/staging/celix/trunk/content/support/issuetracking.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,169 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Issue Tracking</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Issue Tracking</h1> + <p>Celix uses Jira for bug reports, feature requests, enhancements and tasks of all kind.</p> +<p>Anyone can use Jira to report bugs. But before doing so, please make sure that:</p> +<ul> +<li>the bug isn't already reported,</li> +<li>the problem is actually a bug (the <a href="/celix/support/mailinglist.html">mailing list</a> can be used for support),</li> +<li>you attach enough information to replicate the bug (preferably a unit test)</li> +</ul> +<p>If you have fixed a bug, the patch can be attached to a bug report.</p> +<p>The Celix Jira Issue Tracker can be found at:</p> +<ul> +<li><a href="https://issues.apache.org/jira/browse/celix">https://issues.apache.org/jira/browse/celix</a></li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/support/links.html ============================================================================== --- websites/staging/celix/trunk/content/support/links.html (added) +++ websites/staging/celix/trunk/content/support/links.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,158 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - </title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title"></h1> + + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/support/mailinglist.html ============================================================================== --- websites/staging/celix/trunk/content/support/mailinglist.html (added) +++ websites/staging/celix/trunk/content/support/mailinglist.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,178 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Mailing List</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Mailing List</h1> + <p>Celix users and developers can be reached using mailing lists. Currently there is only one list for development and +support questions.</p> +<ul> +<li><a href="mailto:[email protected]">Celix Developers Mailing List</a><ul> +<li><a href="mailto:[email protected]">Subscribe</a></li> +<li><a href="mailto:[email protected]">Unsubscribe</a></li> +<li><a href="http://incubator.markmail.org/search/+list:org.apache.incubator.celix-dev">Archives</a></li> +</ul> +</li> +</ul> +<p>If the Celix community grows, and there is a need for a dedicated users mailing list, it will be created.</p> +<p>There is a second mailing list which is used to publish changes from the +<a href="/celix/support/issuetracking.html">Issue Tracker</a>.</p> +<ul> +<li><a href="mailto:[email protected]">Celix Commits Mailing List</a><ul> +<li><a href="mailto:[email protected]">Subscribe</a></li> +<li><a href="mailto:[email protected]">Unsubscribe</a></li> +<li><a href="http://incubator.markmail.org/search/+list:org.apache.incubator.celix-commits">Archives</a></li> +</ul> +</li> +</ul> + </div> + <div id="homeright"> + + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html> Added: websites/staging/celix/trunk/content/support/support.html ============================================================================== --- websites/staging/celix/trunk/content/support/support.html (added) +++ websites/staging/celix/trunk/content/support/support.html Tue Jul 29 17:51:21 2014 @@ -0,0 +1,168 @@ +<!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="/css/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/css/base-min.css"> + <link rel="stylesheet" type="text/css" href="/css/superfish.css" media="screen"> + <!-- link rel="stylesheet" type="text/css" href="/css/BreadCrumb.css" media="screen" --> + <link rel="stylesheet" type="text/css" href="/css/celix.css"> + <link rel="stylesheet" type="text/css" href="/css/pygments.css"> + + + <title>Apache Celix - Support</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <script type="text/javascript" src="/js/jquery.min.js"></script> + <script type="text/javascript" src="/js/jquery.gradient.js"></script> + <script type="text/javascript" src="/js/jquery.dimensions.js"></script> + <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> + <script type="text/javascript" src="/js/superfish.js"></script> + <script type="text/javascript" src="/js/supersubs.js"></script> + <!-- script type="text/javascript" src="/js/jquery.easing.1.3.js"></script> + <script type="text/javascript" src="/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="/index.html"><img id="headerimage" src="/images/celix.png" alt="Apache Celix" + height="130px"></a> + <a href="http://incubator.apache.org/"> + <img id="incubatorimage" src="/celix/images/apache-incubator-logo.png" alt="Apache Incubator"> + </a> + <div id="navbar"> + <ul> +<li><a href="/index.html">Home</a></li> +<li><a href="/celix.html">About</a><ul> +<li><a href="/celix.html">Celix</a></li> +<li><a href="/background.html">Background</a></li> +</ul> +</li> +<li><a href="/subprojects.html">Subprojects</a><ul> +<li><a href="/subprojects/dependencymanager.html">Dependency Manager</a></li> +<li><a href="/subprojects/deviceaccess.html">Device Access</a></li> +<li><a href="/subprojects/examples.html">Examples</a></li> +<li><a href="/subprojects/framework.html">Framework</a></li> +<li><a href="/subprojects/hessian.html">Hessian</a></li> +<li><a href="/subprojects/launcher.html">Launcher</a></li> +<li><a href="/subprojects/logservice.html">Log Service</a></li> +<li><a href="/subprojects/logwriter.html">Log Writer</a></li> +<li><a href="/subprojects/remoteserviceadmin.html">Remote Service Admin</a></li> +<li><a href="/subprojects/shell.html">Shell</a></li> +<li><a href="/subprojects/shelltui.html">Shell TUI</a></li> +<li><a href="/subprojects/utils.html">Utils</a></li> +</ul> +</li> +<li><a href="/documentation.html">Documentation</a><ul> +<li><a href="/documentation/buildingandrunning.html">Building and Running</a></li> +<li><a href="/documentation/releasing.html">How To Release</a></li> +<li><a href="/documentation/design.html">Design</a></li> +<li><a href="/documentation/mapping.html">Mapping</a></li> +<li><a href="/documentation/memorypools.html">Memory Pools</a></li> +<li><a href="/documentation/examples.html">Examples</a><ul> +<li><a href="/examples/helloworld.html">Hello World Example</a></li> +</ul> +</li> +</ul> +</li> +<li><a href="/download.cgi">Download</a></li> +<li><a href="/community/community.html">Community</a><ul> +<li><a href="/community/contributing/contributing.html">Contributing</a></li> +<li><a href="/community/boardreports/boardreports.html">Board Reports</a></li> +</ul> +</li> +<li><a href="/support/support.html">Support</a><ul> +<li><a href="/support/mailinglist.html">Mailing List</a></li> +<li><a href="/support/issuetracking.html">Issue Tracking</a></li> +</ul> +</li> +<li><a href="/asf/asf.html">ASF</a><ul> +<li><a href="http://www.apache.org/">ASF Home</a></li> +<li><a href="http://www.apache.org/foundation/how-it-works.html">How it Works</a></li> +<li><a href="http://www.apache.org/licenses/">License</a></li> +<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +<li><a href="http://www.apache.org/security/">Security</a></li> +</ul> +</li> +</ul> + </div> + <!-- div id="breadCrumbHolder" class="module"> + <div id="breadCrumb" class="breadCrumb module"> + <ul> + + </ul> + </div> + </div--> + </div> + + <div id="center"> + <div id="main"> + <div id="homecenter"> + <div id="homeleft"> + <h1 class="title">Support</h1> + <p>As detailed on the <a href="/celix/community/community.html">Community</a> page, Celix is a community driven project. Support is +given by developers and users.</p> +<p>To get in touch with developers and users, please use our:</p> +<ul> +<li><a href="/celix/support/mailinglist.html">Mailing List</a></li> +<li><a href="/celix/support/issuetracking.html">Issue Tracking</a></li> +</ul> + </div> + <div id="homeright"> + + + <div id="download" class="rc"> + + </div> + + + </div> + </div> + </div> + </div> + </div> + + <div id="footer"> + <div class="copyright"> + <p> + Copyright © 2011 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + </div> +</body> +</html>
