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 22:39:14 UTC

svn commit: r1874762 - in /felix/site/trunk/content: .htaccess documentation/subprojects.mdtext documentation/subprojects/apache-felix-http-service.mdtext index.mdtext

Author: cziegeler
Date: Tue Mar  3 22:39:13 2020
New Revision: 1874762

URL: http://svn.apache.org/viewvc?rev=1874762&view=rev
Log:
Update http docs

Removed:
    felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.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=1874762&r1=1874761&r2=1874762&view=diff
==============================================================================
--- felix/site/trunk/content/.htaccess (original)
+++ felix/site/trunk/content/.htaccess Tue Mar  3 22:39:13 2020
@@ -1,6 +1,7 @@
 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-http-service.html https://github.com/apache/felix-dev/tree/master/http
 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

Modified: felix/site/trunk/content/documentation/subprojects.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects.mdtext?rev=1874762&r1=1874761&r2=1874762&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects.mdtext Tue Mar  3 22:39:13 2020
@@ -3,4 +3,5 @@ Title: Apache Felix Subproject Documenta
 {% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
 {% endfor %}
 * [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.
+* [HTTP Service](https://github.com/apache/felix-dev/tree/master/http) - An implementation of the OSGi HTTP Whiteboard and Http Service specification.
 * [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=1874762&r1=1874761&r2=1874762&view=diff
==============================================================================
--- felix/site/trunk/content/index.mdtext (original)
+++ felix/site/trunk/content/index.mdtext Tue Mar  3 22:39:13 2020
@@ -20,7 +20,7 @@ The Felix project is organized into subp
 * [Framework]({{ refs.apache-felix-framework.path }}) - An implementation of the OSGi R6 core framework.
 * [Gogo]({{ refs.apache-felix-gogo.path }}) - An advanced shell for interacting with OSGi frameworks.
 * [Health Checks]({{ refs.apache-felix-healthchecks.path }}) - An extensible framework to monitor the status of the OSGi container at runtime.
-* [HTTP Service]({{ refs.apache-felix-http-service.path }}) - An implementation of the OSGi HTTP Whiteboard and Http Service specification.
+* [HTTP Service](https://github.com/apache/felix-dev/tree/master/http) - An implementation of the OSGi HTTP Whiteboard and Http Service specification.
 * [Inventory Printer]({{ refs.apache-felix-inventory.path }}) - A simple and extensible framework to retrieve inventory information about applications running in an OSGi Framework.
 * [iPOJO]({{ refs.apache-felix-ipojo.path }}) - A sophisticated service-oriented component model to simplify OSGi-based development.
 * [Log]({{ refs.apache-felix-log.path }}) - A simple, memory-based implementation of the OSGi Log service specification.