You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bu...@apache.org on 2015/11/04 18:49:22 UTC

svn commit: r971345 [2/2] - in /websites/staging/felix/trunk/content: ./ documentation/ documentation/community/ documentation/development/ documentation/faqs/ documentation/subprojects/ documentation/subprojects/apache-felix-framework/ documentation/s...

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-osgi-core.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-osgi-core.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-osgi-core.html Wed Nov  4 17:49:21 2015
@@ -88,10 +88,9 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-osgi-core">Apache Felix OSGi Core<a class="headerlink" href="#apache-felix-osgi-core" title="Permanent link">&para;</a></h1>
 <p>The Apache Felix OSGi Core sub-project simply repackages the standard OSGi core API packages provided by the OSGi Alliance into a Maven module. Nearly all OSGi-related projects will have a dependency on this module if using Maven or will require this module's JAR file in its class path in order to compile against the OSGi core APIs. The Felix framework has a compile-time dependency on the OSGi core module, but at packaging time it embeds the specific set of required packages so there is no longer a dependency on the module at execution time.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-preferences-service.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-preferences-service.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-preferences-service.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-preferences-service">Apache Felix Preferences Service<a class="headerlink" href="#apache-felix-preferences-service" title="Permanent link">&para;</a></h1>
 <p>The OSGi service compendium specification defines a general purpose service to store data persistently, so that they can survive the restart of a bundle or of the whole OSGi container. This service is not intended to be a full-featured persistence layer for OSGi bundles, rather a simple tool to store informations that can be used in various stages of the bundle lifecycle.</p>
 <p>The service supports the storage of scalar values (boolan, double, float, int, long and strings) and byte arrays, arranged in a hierarchical model. While there is no limitations on the size of data objects stored, the specification clearly states that the Preferences Service is intended to store only small objects.</p>
 <p>The entry point to the Preferences Service API is the <em>PreferencesService</em> interface. It provides access to different roots of Preferences trees:
@@ -161,7 +160,7 @@ The <em>user root</em> for a specific us
 <em> </em>flush()<em> forces any change of the Preferences object to be saved in the persistent storage
 </em> <em>sync()</em> reload the content of the Preferences object from the persistent storage; before reloading, all the contents are saved</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-remote-shell.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-remote-shell.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-remote-shell.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-remote-shell">Apache Felix Remote Shell<a class="headerlink" href="#apache-felix-remote-shell" title="Permanent link">&para;</a></h1>
 <p>The Apache Felix Remote Shell provided by the <code>org.apache.felix.shell.remote</code> bundle offers remote access to <a href="/documentation/subprojects/apache-felix-shell.html">Apache Felix Shell</a> and [Apache Felix Gogo] using telnet clients. The remote shell provides simple telnet access with no bells and whistles -- it just works.</p>
 <p>To use remote shell with the Felix shell, you have to install the <code>org.apache.felix.shell</code> bundle in addition to the <code>org.apache.felix.shell.remote</code> bundle. To use it with Gogo, you have to install the <code>org.apache.felix.gogo.runtime</code> and <code>org.apache.felix.gogo.shell</code> bundles in addition to the <code>org.apache.felix.shell.remote</code> bundle. Once you have the shell bundles installed with the remote shell bundle, start them all to enable remote shell access.</p>
 <div class="info" markdown="1">
@@ -138,7 +137,7 @@ The remote shell does not listen on all
 <p>This remote shell bundle does not employ any security at all. Thus if no security manager is active in the framework's JVM, then any user connecting to the remote shell has full control over the framework.</p>
 <p>To have some minimum level of security ensure the IP Address configured with the <code>osgi.shell.telnet.ip</code> property is not publicly accessible.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell-tui.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell-tui.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell-tui.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-shell-tui">Apache Felix Shell TUI<a class="headerlink" href="#apache-felix-shell-tui" title="Permanent link">&para;</a></h1>
 <p>The Apache Felix Shell TUI (Textual User Interface) sub-project provides a simple, text-based user interface for the <a href="/documentation/subprojects/apache-felix-shell.html">Apache Felix Shell</a>. This bundle is not of much use by itself and should always be used in conjunction with the shell service bundle. The shell service and shell TUI bundles are used by the standard Felix launcher to provide a means for interacting with the launched Felix framework instance. The shell TUI bundle is not required to use the shell service; it is possible to use it programmatically, via a GUI interface, or a remote access interface.</p>
 <p>Shell TUI supports one configuration property:</p>
 <ul>
@@ -96,7 +95,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <p>To set this property, add it to the <code>conf/config.properties</code> file of your Felix installation.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-shell.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-shell">Apache Felix Shell<a class="headerlink" href="#apache-felix-shell" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="">Overview</a></li>
 <li><a href="">How the Shell Service Works</a></li>
@@ -296,7 +295,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="feedback">Feedback<a class="headerlink" href="#feedback" title="Permanent link">&para;</a></h2>
 <p>Subscribe to the Felix users mailing list by sending a message to <a href="">users-subscribe@felix.apache.org</a>; after subscribing, email questions or feedback to [users@felix.apache.org|mailto:users@felix.apache.org].</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h4 id="sigil-felix">Sigil: Felix<a class="headerlink" href="#sigil-felix" title="Permanent link">&para;</a></h4>
 <p>Sigil provides OSGi centric development tooling, where the OSGi runtime model is extended to provide build time dependencies.</p>
 <ul>
 <li><a href="">Key Features</a></li>
@@ -99,7 +98,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h4 id="sigil-wikipedia">Sigil: Wikipedia<a class="headerlink" href="#sigil-wikipedia" title="Permanent link">&para;</a></h4>
 <p>A sigil (pronounced /'sɪdʒ.ɪl/) is a symbol created for a specific magical purpose. A sigil is usually made up of a complex combination of several specific symbols or geometric figures each with a specific meaning or intent.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-key-features.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-key-features.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-key-features.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h3 id="sigil-key-features">Sigil: Key Features<a class="headerlink" href="#sigil-key-features" title="Permanent link">&para;</a></h3>
 <h4 id="resolves-build-dependencies-based-upon-osgi-meta-data">Resolves build dependencies based upon OSGi meta-data<a class="headerlink" href="#resolves-build-dependencies-based-upon-osgi-meta-data" title="Permanent link">&para;</a></h4>
 <ul>
 <li>determines compilation dependencies using the same Import-Package meta-data used by OSGi at runtime</li>
@@ -115,7 +114,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li>generate reports in ant xml format</li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="sigil-user-guide">Sigil User Guide<a class="headerlink" href="#sigil-user-guide" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-installation.html">Sigil Installation</a></li>
 <li><a href="/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-ivy.html">Sigil Ivy</a></li>
@@ -98,7 +97,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.html">Sigil Repositories</a></li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-upnp/upnp-acknowledgments.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-upnp/upnp-acknowledgments.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-upnp/upnp-acknowledgments.html Wed Nov  4 17:49:21 2015
@@ -88,11 +88,10 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="acknowledgments">Acknowledgments<a class="headerlink" href="#acknowledgments" title="Permanent link">&para;</a></h1>
 <p>The Felix UPnP base driver and related bundles were originally developed by the <a href="http://domoware.isti.cnr.it/">Domoware </a> project which targeted the OSGi R3. The driver is based on a modified version of the "UPnP for Java" library released by the [Cyberlink |http://www.cybergarage.org/net/upnp/java/index.html] project. This version, called CyberDomo, is currently maintained by the Domoware project team and aligned to the Cyberlink library regularly.</p>
 <h5 id="known-issues"><a href="/documentation/subprojects/apache-felix-upnp/upnp-known-issues.html">Known Issues</a> &lt;&lt;<a class="headerlink" href="#known-issues" title="Permanent link">&para;</a></h5>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-user-admin.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-user-admin.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-user-admin.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-felix-user-admin">Apache Felix User Admin<a class="headerlink" href="#apache-felix-user-admin" title="Permanent link">&para;</a></h1>
 <p>{include:Apache Felix User Admin - Introduction}</p>
 <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">&para;</a></h2>
 <ul>
@@ -99,7 +98,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="">Writing custom repository stores</a> helps you in writing your own repository store.</li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="extending-the-apache-felix-web-console">Extending the Apache Felix Web Console<a class="headerlink" href="#extending-the-apache-felix-web-console" title="Permanent link">&para;</a></h1>
 <p>The <a href="/documentation/subprojects/apache-felix-web-console.html">Apache Felix Web Console</a> is extensible in various ways described no these pages:</p>
 <ul>
 <li><a href="/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html">Providing Web Console Plugins</a></li>
@@ -99,7 +98,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html">Web Console Security Provider</a></li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/branding-the-web-console.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="branding-the-web-console">Branding the Web Console<a class="headerlink" href="#branding-the-web-console" title="Permanent link">&para;</a></h1>
 <p>Branding the Web Consle mainly concerns hooking into the looks of the Web Console providing vendor-provided setup like CSS, Logo, Main Title, Vendor URL, etc.</p>
 <h2 id="brandingplugin-and-defaultbrandingplugin">BrandingPlugin and DefaultBrandingPlugin<a class="headerlink" href="#brandingplugin-and-defaultbrandingplugin" title="Permanent link">&para;</a></h2>
 <p>Branding for the Web Console can be provided in two ways: By registering a <code>BrandingPlugin</code> service or by providing a branding properties files. The Web Console uses the branding from the <code>BrandingPlugin</code> service registered with the highest ranking.</p>
@@ -233,7 +232,7 @@ h2:hover > .headerlink, h3:hover > .head
 <span class="n">It</span> <span class="n">is</span> <span class="n">yet</span> <span class="n">unclear</span> <span class="n">how</span> <span class="n">these</span> <span class="n">plugins</span> <span class="n">can</span> <span class="n">be</span> <span class="n">styled</span><span class="p">....</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-resources.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="providing-resources">Providing Resources<a class="headerlink" href="#providing-resources" title="Permanent link">&para;</a></h1>
 <p>Extending the Apache Felix Web Console with new functionality is as easy as registering a <code>javax.servlet.Servlet</code> with at least the <code>felix.webconsole.label</code> service registration property set (see above). Providing resources is a bit more complex and requires more work on behalf of the plugin.</p>
 <p>Out of the box the Apache Felix Web Console plugin servces resources through the OSGi <code>HttpContext</code> used to register the web console with OSGi <code>HttpService</code>. This is done by registering resources with the <code>HttpService</code> below the <code>/res</code> alias. This mechanism though does not lend itself for easy extensibility. Therefore another mechanism has been chosen, which relies on similar mechanisms.</p>
 <p>A web console plugin may implement a <code>getResource</code> method which is looked up using reflection. This method is called by the <code>AbstractWebConsole.doGet</code> to check whether the request is actually for a resource.</p>
@@ -101,7 +100,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>This method is called with the path info of the request (<code>HttpServletRequest.getPathInfo()</code>) and expects and URL to the resource to be sent to the client. If the path cannot be resolved to a resource the <code>getResource</code> method is expected to return <code>null</code> thus causing regular processing of rendering the page.</p>
 <p>If the <code>getResource</code> method returns an accessible non-<code>null</code> URL, the request is serviced by sending back the contents of the given URL. Simple caching support is included which handles the <code>If-Modified-Since</code> header and sets the <code>Last-Modified</code> header from the resource URL.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/providing-web-console-plugins.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="providing-web-console-plugins">Providing Web Console Plugins<a class="headerlink" href="#providing-web-console-plugins" title="Permanent link">&para;</a></h1>
 <p>The Web Console can be extended by registering an OSGi service for the interface <code>javax.servlet.Servlet</code> with the service property <code>felix.webconsole.label</code> set to the label (last segment in the URL) of the page. The respective service is called a Web Console Plugin or a plugin for short.</p>
 <p>The most basic plugin is a plain old Servlet whose <code>service(ServletRequest, ServletResponse)</code> method is called by the Apache Felix Web Console. Before calling the servlet the web console sets two request attributes helping the plugin rendering the response:</p>
 <ul>
@@ -131,7 +130,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Please note, that sometimes it is not desirable to have the <code>AbstractWebConsolePlugin</code> render the header and footer of the response. For this reason, the <code>AbstractWebConsolePlugin</code> only renders the header and footer if the request to such a wrapped plugin either has no extension or if the extension is <code>.html</code>. For any other extension, e.g. <code>.txt</code> or <code>.json</code>, the header and footer is not rendered and the <code>service</code> method of the plugin is directly called.</p>
 <p>It is suggested that plugins extend from the <code>javax.servlet.http.HttpServlet</code> class and implement the appropriate <code>doXxx(HttpServletRequest, HttpServletResponse)</code> methods such as <code>doGet</code> and <code>doPost</code>. In addition, unless non-GET requests are handled through AJAX calls, it is suggested that non-GET requests return a redirect after processing the request.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/extending-the-apache-felix-web-console/web-console-logging.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="web-console-logging">Web Console Logging<a class="headerlink" href="#web-console-logging" title="Permanent link">&para;</a></h1>
 <p>The Web Console does not provide its own mechanism for logging. Rather the Servlet Container logging mechanism is used by calling the <code>GenericServlet.log</code> methods for logging. It is expected by the OSGi Http Service implementation implements these <code>log</code> methods writing to the OSGi Log Service.</p>
 <p>The drawback of using servlet container logging is that we have no control over the logging levels used and applied to log messages. To at least allow some level of log message filtering the Web Console can be configured with a logging level using the <code>loglevel</code> property of the <em>Apache Felix OSGi Management Console</em> (<code>org.apache.felix.webconsole.internal.servlet.OsgiManager</code>).</p>
 <p>The <code>AbstractWebConsolePlugin</code> class provides two addition <code>log</code> methods taking a <code>level</code> parameter which allow plugins to filter certain log messages:</p>
@@ -102,7 +101,7 @@ h2:hover > .headerlink, h3:hover > .head
 | 3 | LOG_INFO | This log entry may be the result of any change in the bundle or service and does not indicate a problem. |
 | 4 | LOG_DEBUG | This log entry is used for problem determination and may be irrelevant to anyone but the bundle developer. |</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-security-provider.html Wed Nov  4 17:49:21 2015
@@ -88,15 +88,11 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="web-console-security-provider">Web Console Security Provider<a class="headerlink" href="#web-console-security-provider" title="Permanent link">&para;</a></h1>
 <div class="toc">
 <ul>
-<li><a href="#web-console-security-provider">Web Console Security Provider</a><ul>
 <li><a href="#webconsolesecurityprovider">WebConsoleSecurityProvider</a></li>
 <li><a href="#sample">Sample</a></li>
 </ul>
-</li>
-</ul>
 </div>
 <p>As of Apache Felix Web Console 3.1.0 security of the Web Console can be extended by providing a <code>WebConsoleSecurityProvicer</code> service. An extension to this service has been introduced with the <code>WebConsoleSecurityProvider2</code> service in Apache Felix Web Console 3.1.4.</p>
 <h2 id="webconsolesecurityprovider">WebConsoleSecurityProvider<a class="headerlink" href="#webconsolesecurityprovider" title="Permanent link">&para;</a></h2>
@@ -176,7 +172,7 @@ public boolean authorize( Object user, S
 <h2 id="sample">Sample<a class="headerlink" href="#sample" title="Permanent link">&para;</a></h2>
 <p>A sample of a <code>WebConsoleSecurityProvider</code> service is the Apache Sling implementation <a href="http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolesecurityprovider/src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/SlingWebConsoleSecurityProvider.java"><code>SlingWebConsoleSecurityProvider</code></a>. This implementation uses a JCR implementation to login to the repository and thus validate the credentials.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/miscellaneous/apache-karaf.html
==============================================================================
--- websites/staging/felix/trunk/content/miscellaneous/apache-karaf.html (original)
+++ websites/staging/felix/trunk/content/miscellaneous/apache-karaf.html Wed Nov  4 17:49:21 2015
@@ -88,11 +88,10 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="apache-karaf">Apache Karaf<a class="headerlink" href="#apache-karaf" title="Permanent link">&para;</a></h1>
 <p>Karaf has moved out of the Felix project as its own Top Level Project.
 You can find the web site at <a href="http://karaf.apache.org/">http://karaf.apache.org/</a>.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/miscellaneous/board-reports.html
==============================================================================
--- websites/staging/felix/trunk/content/miscellaneous/board-reports.html (original)
+++ websites/staging/felix/trunk/content/miscellaneous/board-reports.html Wed Nov  4 17:49:21 2015
@@ -88,7 +88,6 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="board-reports">Board Reports<a class="headerlink" href="#board-reports" title="Permanent link">&para;</a></h1>
 <p>The Apache Felix project must submit quarterly reports to the Apache board. This page serves as a collection point for all submitted board reports. The reports are listed in chronological order, so the most recent board reports is last. Submitted board reports will be labeled as <em>[SUBMITTED]()</em>, but the most recent board report may be labeled <em>[NOT SUBMITTED]</em> while it is being created; once finalized and submitted then it will also be labeled as <em>[SUBMITTED]</em>. The [Apache Felix Board Report Template] provides a proper starting point for creating a board report. </p>
 <ul>
 <li><a href="/miscellaneous/board-reports/apache-felix-board-report-template.html">Apache Felix Board Report Template</a></li>
@@ -120,7 +119,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/miscellaneous/board-reports/board-report-2013-03.html">Board Report (2013-03)</a></li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+        Rev. 1712598 by cziegeler on Wed, 4 Nov 2015 17:48:20 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project

Modified: websites/staging/felix/trunk/content/sitemap.html
==============================================================================
--- websites/staging/felix/trunk/content/sitemap.html (original)
+++ websites/staging/felix/trunk/content/sitemap.html Wed Nov  4 17:49:21 2015
@@ -94,7 +94,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/community/apache-felix-community-roles-and-processes.html">Apache Felix Community Roles and Processes</a></li>
 <li><a href="/documentation/community/contributing-source-code.html">Contributing Source Code</a></li>
 <li><a href="/documentation/community/contributing.html">Contributing</a></li>
-<li><a href="/documentation/community/felix-r4-contributions.html">Felix R4 contributions</a></li>
+<li><a href="/documentation/community/felix-r4-contributions.html">Felix R4 OSGi Service Platform Contributions</a></li>
 <li><a href="/documentation/community/projects-using-felix.html">Projects Using Felix</a></li>
 </ul>
 </li>
@@ -112,14 +112,13 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/development/project-management-committee-pmc.html">Project Management Committee (PMC)</a></li>
 <li><a href="/documentation/development/provisional-osgi-api-policy.html">Provisional OSGi API Policy</a></li>
 <li><a href="/documentation/development/release-management-nexus.html">Release Management (Nexus)</a></li>
-<li><a href="/documentation/development/roadmap.html">Roadmap</a></li>
 <li><a href="/documentation/development/source-code.html">Source Code</a></li>
 <li><a href="/documentation/development/svn-repository-structure.html">SVN repository structure</a></li>
 <li><a href="/documentation/development/using-the-osgi-compliance-tests.html">Using the OSGi Compliance Tests</a></li>
 </ul>
 </li>
-<li><a href="/documentation/faqs.html">FAQs</a><ul>
-<li><a href="/documentation/faqs/apache-felix-bundle-plugin-faq.html">Apache Felix Bundle Plugin FAQ</a></li>
+<li><a href="/documentation/faqs.html">Frequently Asked Questions</a><ul>
+<li><a href="/documentation/faqs/apache-felix-bundle-plugin-faq.html">Apache Felix Bundle Plugin Frequently Asked Questions</a></li>
 <li><a href="/documentation/faqs/apache-felix-scr-plugin-faq.html">Apache Felix SCR Plugin Frequently Asked Questions</a></li>
 </ul>
 </li>
@@ -143,7 +142,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-and-google-android.html">Apache Felix Framework and Google Android</a></li>
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-bundle-cache.html">Apache Felix Framework Bundle Cache</a></li>
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.html">Apache Felix Framework Configuration Properties</a></li>
-<li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-faq.html">Apache Felix Framework FAQ</a></li>
+<li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-faq.html">Apache Felix Framework Frequently Asked Questions</a></li>
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-launching-and-embedding.html">Apache Felix Framework Launching and Embedding</a></li>
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-osgi-r4-2-ct-results.html">Apache Felix Framework OSGi R4.2 CT Results</a></li>
 <li><a href="/documentation/subprojects/apache-felix-framework/apache-felix-framework-osgi-r4-3-ct-results.html">Apache Felix Framework OSGi R4.3 CT Results</a></li>
@@ -198,7 +197,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 </li>
 <li><a href="/documentation/subprojects/apache-felix-metatype-service.html">Apache Felix Metatype Service</a></li>
-<li><a href="/documentation/subprojects/apache-felix-osgi-bundle-repository.html">Apache Felix OSGi Bundle Repository</a></li>
+<li><a href="/documentation/subprojects/apache-felix-osgi-bundle-repository.html">Apache Felix OSGi Bundle Repository (OBR)</a></li>
 <li><a href="/documentation/subprojects/apache-felix-osgi-core.html">Apache Felix OSGi Core</a></li>
 <li><a href="/documentation/subprojects/apache-felix-preferences-service.html">Apache Felix Preferences Service</a></li>
 <li><a href="/documentation/subprojects/apache-felix-remote-shell.html">Apache Felix Remote Shell</a></li>
@@ -293,7 +292,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 </li>
 <li><a href="/documentation/tutorials-examples-and-presentations/checking-out-and-building-felix-with-netbeans.html">Checking Out and Building Felix with NetBeans</a></li>
-<li><a href="/documentation/tutorials-examples-and-presentations/presentations.html">Presentations</a></li>
+<li><a href="/documentation/tutorials-examples-and-presentations/presentations.html">Felix & OSGi  Presentations</a></li>
 </ul>
 </li>
 </ul>