You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/01/29 16:32:39 UTC

svn commit: r1439944 - in /felix/site/trunk/content: documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext site/.htaccess site/web-console-restful-api.html

Author: fmeschbe
Date: Tue Jan 29 15:32:39 2013
New Revision: 1439944

URL: http://svn.apache.org/viewvc?rev=1439944&view=rev
Log:
Remove old Web Console RESTful API page and add static redirect

Removed:
    felix/site/trunk/content/site/web-console-restful-api.html
Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext
    felix/site/trunk/content/site/.htaccess

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext?rev=1439944&r1=1439943&r2=1439944&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext Tue Jan 29 15:32:39 2013
@@ -1,14 +1,11 @@
-translation_pending: true
 Title: Web Console RESTful API
 
-# Web Console RESTful API
-
-[TOC]
-
 <div class="warning" markdown="1">
 Please note that the APIs described on this page have not been standardized or stabilized yet. As such they cannot be relied upon. They are merely a description of the current code. In future releases these APIs will be fixed to be properly RESTful.
 </div>
 
+[TOC]
+
 ## URL Space
 
 The Web Console URL space is by default rooted at `/system/console` inside the Servlet Context used by the OSGi Http Service. This default can be reconfigured, though this is not really recommended.

Modified: felix/site/trunk/content/site/.htaccess
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/site/.htaccess?rev=1439944&r1=1439943&r2=1439944&view=diff
==============================================================================
--- felix/site/trunk/content/site/.htaccess (original)
+++ felix/site/trunk/content/site/.htaccess Tue Jan 29 15:32:39 2013
@@ -10,3 +10,4 @@ Redirect Permanent /site/extending-scr-a
 Redirect Permanent /site/scr-annotations.html /documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html
 Redirect Permanent /site/scr-javadoc-tags.html /documentation/subprojects/apache-felix-maven-scr-plugin/scr-javadoc-tags.html
 Redirect Permanent /site/apache-felix-scr-plugin-faq.html /documentation/faqs/apache-felix-scr-plugin-faq.html
+Redirect Permanent /site/web-console-restful-api.html /documentation/subprojects/apache-felix-web-console/web-console-restful-api.html