You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/03/03 21:13:51 UTC

svn commit: r1874756 - in /felix/site/trunk/content: .htaccess documentation/subprojects.mdtext documentation/subprojects/apache-felix-config-admin.mdtext documentation/subprojects/apache-felix-service-component-runtime.mdtext index.mdtext

Author: cziegeler
Date: Tue Mar  3 21:13:50 2020
New Revision: 1874756

URL: http://svn.apache.org/viewvc?rev=1874756&view=rev
Log:
Update to subprojects section

Removed:
    felix/site/trunk/content/documentation/subprojects/apache-felix-config-admin.mdtext
    felix/site/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.mdtext
Modified:
    felix/site/trunk/content/.htaccess
    felix/site/trunk/content/documentation/subprojects.mdtext
    felix/site/trunk/content/index.mdtext

Modified: felix/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/.htaccess?rev=1874756&r1=1874755&r2=1874756&view=diff
==============================================================================
--- felix/site/trunk/content/.htaccess (original)
+++ felix/site/trunk/content/.htaccess Tue Mar  3 21:13:50 2020
@@ -1,6 +1,8 @@
 ErrorDocument 403 /errors/403.html
 ErrorDocument 404 /errors/404.html
 Redirect Permanent /mailinglists.html /documentation/community/project-info.html#mailing-lists
+Redirect Permanent /documentation/subprojects/apache-felix-service-component-runtime.html https://github.com/apache/felix-dev/tree/master/scr
+Redirect Permanent /documentation/subprojects/apache-felix-config-admin.html https://github.com/apache/felix-dev/tree/master/configadmin
 Redirect Permanent /documentation/development/issue-tracking.html /documentation/community/project-info.html
 Redirect Permanent /documentation/development/source-code.html /documentation/community/project-info.html
 Redirect Permanent /documentation/community/apache-felix-community-roles-and-processes.html /documentation/community/project-info.html

Modified: felix/site/trunk/content/documentation/subprojects.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects.mdtext?rev=1874756&r1=1874755&r2=1874756&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects.mdtext Tue Mar  3 21:13:50 2020
@@ -2,4 +2,5 @@ Title: Apache Felix Subproject Documenta
 
 {% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
 {% endfor %}
- 
\ No newline at end of file
+* [Config Admin](https://github.com/apache/felix-dev/tree/master/configadmin) - An implementation of the [OSGi Configuration Admin service specification](https://osgi.org/specification/osgi.cmpn/7.0.0/service.cm.html) for managing bundle configuration properties.
+* [Service Component Runtime](https://github.com/apache/felix-dev/tree/master/scr) - An implementation of the [OSGi Declarative Services specification](https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html) providing a service-oriented component model to simplify OSGi-based development. 

Modified: felix/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/index.mdtext?rev=1874756&r1=1874755&r2=1874756&view=diff
==============================================================================
--- felix/site/trunk/content/index.mdtext (original)
+++ felix/site/trunk/content/index.mdtext Tue Mar  3 21:13:50 2020
@@ -13,7 +13,7 @@ Refer to the news [archive]({{ refs.news
 
 The Felix project is organized into subprojects, where each subproject targets a specific OSGi specification or OSGi-related technology; the following list summarizes each released subproject:
 
-* [Config Admin]({{ refs.apache-felix-config-admin.path }}) - An implementation of the OSGi Configuration Admin service specification for managing bundle configuration properties.
+* [Config Admin](https://github.com/apache/felix-dev/tree/master/configadmin) - An implementation of the [OSGi Configuration Admin service specification](https://osgi.org/specification/osgi.cmpn/7.0.0/service.cm.html) for managing bundle configuration properties.
 * [Dependency Manager]({{ refs.apache-felix-dependency-manager.path }}) - An API-based component model to simplify OSGi-based development.
 * [Event Admin]({{ refs.apache-felix-event-admin.path }}) - An implementation of the OSGi Event Admin service specification for event-based communication.
 * [File Install]({{ refs.apache-felix-file-install.path }}) - A simple, directory-based management agent for managing bundle deployment.
@@ -31,7 +31,7 @@ The Felix project is organized into subp
 * [OSGi Bundle Repository]({{ refs.apache-felix-osgi-bundle-repository.path }}) - A bundle repository service to simplify discovering and deploying bundles and their dependencies.
 * [Preferences]({{ refs.apache-felix-preferences-service.path }}) - An implementation of the OSGi Preferences service specification for storing settings and preferences.
 * [Remote Shell]({{ refs.apache-felix-remote-shell.path }}) - A remote, text-based interface to the Apache Felix Shell.
-* [Service Component Runtime]({{ refs.apache-felix-service-component-runtime.path }}) - An implementation of the OSGi Declarative Services specification providing a service-oriented component model to simplify OSGi-based development.
+* [Service Component Runtime](https://github.com/apache/felix-dev/tree/master/scr) - An implementation of the [OSGi Declarative Services specification](https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html) providing a service-oriented component model to simplify OSGi-based development.
 * [Shell]({{ refs.apache-felix-shell.path }}) - A very simple shell service implemented as a bundle for interacting with an OSGi framework instance.
 * [Shell TUI]({{ refs.apache-felix-shell-tui.path }}) - A simple, text-based interface to the Apache Felix Shell.
 * [UPnP]({{ refs.apache-felix-upnp.path }}) - An implementation of the OSGi UPnP Device service specification for UPnP device integration.