You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/07 21:24:16 UTC

[celix-site] branch asf-site updated: Updated site from master (0f3de865115de2cdc861656168beab16faf3e8dc)

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 27b9384  Updated site from master (0f3de865115de2cdc861656168beab16faf3e8dc)
27b9384 is described below

commit 27b938437ff126c745645411ef72f35faf25c387
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Mon Jan 7 22:23:54 2019 +0100

    Updated site from master (0f3de865115de2cdc861656168beab16faf3e8dc)
---
 .../docs/celix/documents/subprojects/readme.html   | 46 +++++++++++-----------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/content/docs/celix/documents/subprojects/readme.html b/content/docs/celix/documents/subprojects/readme.html
index 421c026..093f750 100644
--- a/content/docs/celix/documents/subprojects/readme.html
+++ b/content/docs/celix/documents/subprojects/readme.html
@@ -121,38 +121,38 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>#Apache Celix - Subprojects</p>
+<h1 id="apache-celix---subprojects">Apache Celix - Subprojects</h1>
 
 <p>Apache Celix is organized into several subprojects. The following subproject are currently available:</p>
 
 <ul>
-  <li><a href="../../framework">Framework</a> - The Apache Celix framework, an implementation of OSGi adapted to C.</li>
-  <li><a href="../../dependency_manager">C Dependency Manager</a> - A C component/dependency model for use through an API provided as library.</li>
-  <li><a href="../../dependency_manager_cxx">C++ Dependency Manager</a> - A C++ component/dependency model for use through an API provided as library.</li>
-  <li><a href="../../device_access">Device Access</a> - An implementation of the OSGi Device Access specification adapted to C.</li>
-  <li><a href="../../etcdlib">Etcd library</a> - A C library that interfaces with ETCD.</li>
-  <li><a href="../../examples">Examples</a> - A Selection of examples showing how the framework can be used.</li>
-  <li><a href="../../log_service">Log Service</a> - An implementation of the OSGi Log Service adapated to C.</li>
-  <li><a href="../../log_writer">Log Writer</a> - A simple log writer for use in combination with the Log Service.</li>
-  <li><a href="../../remote_services">Remote Service Admin</a> - An implementation of the OSGi Remote Service Admin Service - for several protocols - adapted to C.
+  <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/framework">Framework</a> - The Apache Celix framework, an implementation of OSGi adapted to C.</li>
+  <li><a href="../../dependency_manager/readme.html">C Dependency Manager</a> - A C component/dependency model for use through an API provided as library.</li>
+  <li><a href="../../dependency_manager_cxx/readme.html">C++ Dependency Manager</a> - A C++ component/dependency model for use through an API provided as library.</li>
+  <li><a href="../../device_access/README.html">Device Access</a> - An implementation of the OSGi Device Access specification adapted to C.</li>
+  <li><a href="../../etcdlib/README.html">Etcd library</a> - A C library that interfaces with ETCD.</li>
+  <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/examples">Examples</a> - A Selection of examples showing how the framework can be used.</li>
+  <li><a href="../../log_service/README.html">Log Service</a> - An implementation of the OSGi Log Service adapated to C.</li>
+  <li><a href="../../log_writer/README.html">Log Writer</a> - A simple log writer for use in combination with the Log Service.</li>
+  <li><a href="../../remote_services/README.html">Remote Service Admin</a> - An implementation of the OSGi Remote Service Admin Service - for several protocols - adapted to C.
     <ul>
-      <li><a href="../../remote_services/remote_service_admin_http">Remote Service Admin HTTP</a> - A HTTP implementation of the RSA.</li>
-      <li><a href="../../remote_services/remote_service_admin_dfi">Remote Service Admin DFI</a> - A Dynamic Function Interface (DFI) implementation of the RSA.</li>
-      <li><a href="../../remote_services/remote_service_admin_shm">Remote Service Admin SHM</a> - A shared memory implementation of the RSA.</li>
-      <li><a href="../../remote_services/topology_manager">Topology Manager</a> - A (scoped) RSA Topology Manager implementation.</li>
-      <li><a href="../../remote_services/discovery_configured">Discovery Configured</a> - A RSA Discovery implementation using static configuration (xml).</li>
-      <li><a href="../../remote_services/dicovery_etcd">Discovery Etcd</a> - A RSA Discovery implementation using etcd.</li>
-      <li><a href="../../remote_services/dicovery_shm">Discovery SHM</a> - A RSA Discovery implementation using shared memory.</li>
+      <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/remote_services/remote_service_admin_http">Remote Service Admin HTTP</a> - A HTTP implementation of the RSA.</li>
+      <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/remote_services/remote_service_admin_dfi">Remote Service Admin DFI</a> - A Dynamic Function Interface (DFI) implementation of the RSA.</li>
+      <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/remote_services/remote_service_admin_shm">Remote Service Admin SHM</a> - A shared memory implementation of the RSA.</li>
+      <li><a href="../../remote_services/topology_manager/README.html">Topology Manager</a> - A (scoped) RSA Topology Manager implementation.</li>
+      <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/remote_services/discovery_configured">Discovery Configured</a> - A RSA Discovery implementation using static configuration (xml).</li>
+      <li><a href="../../remote_services/discovery_etcd/README.html">Discovery Etcd</a> - A RSA Discovery implementation using etcd.</li>
+      <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/remote_services/discovery_shm">Discovery SHM</a> - A RSA Discovery implementation using shared memory.</li>
     </ul>
   </li>
-  <li><a href="../../shell">Shell</a> - A OSGi shell implementation.</li>
-  <li><a href="../../shell_tui">Shell TUI</a> - A textual UI for the Celix Shell.</li>
-  <li><a href="../../remote_shell">Remote Shell</a> - A remote (telnet) frontend for the Celix shell.</li>
-  <li><a href="../../shell_bonjour">Bonjour Shell</a> - A remote (Bonjour / mDNS) frontend for the Celix shell.</li>
-  <li><a href="../../deployment_admin">Deployment Admin</a> - A deployment admin implementation.</li>
+  <li><a href="../../shell/README.html">Shell</a> - A OSGi shell implementation.</li>
+  <li><a href="../../shell_tui/README.html">Shell TUI</a> - A textual UI for the Celix Shell.</li>
+  <li><a href="../../remote_shell/README.html">Remote Shell</a> - A remote (telnet) frontend for the Celix shell.</li>
+  <li><a href="https://github.com/apache/celix/tree/rel/celix-2.1.0/shell_bonjour">Bonjour Shell</a> - A remote (Bonjour / mDNS) frontend for the Celix shell.</li>
+  <li><a href="../../deployment_admin/README.html">Deployment Admin</a> - A deployment admin implementation.</li>
+  <li><a href="../../pubsub/README.html">Pubsub</a> - An implementation for a publish-subscribe remote services system, that use dfi library for message serialization.</li>
 </ul>
 
-
                 </div>
             </div>
         </div>