You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by bu...@apache.org on 2015/09/08 08:48:53 UTC

svn commit: r964717 [2/3] - in /websites/staging/river/trunk/content: ./ doc/

Modified: websites/staging/river/trunk/content/found-a-bug.html
==============================================================================
--- websites/staging/river/trunk/content/found-a-bug.html (original)
+++ websites/staging/river/trunk/content/found-a-bug.html Tue Sep  8 06:48:52 2015
@@ -66,7 +66,18 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="found-a-bug">Found a Bug?</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="found-a-bug">Found a Bug?<a class="headerlink" href="#found-a-bug" title="Permanent link">&para;</a></h1>
 <p>If you think you've found a problem with Apache River you can search JIRA, our issue-tracking system, to see if the problem has already been noted (visit <a href="http://issues.apache.org/jira/browse/RIVER">JIRA</a>). If the issue is not listed there, you can add a new JIRA issue describing it, please include detailed steps to reproduce the problem. Often it is best to raise an issue not yet listed in JIRA first on the River Developer mailing list (see <a href="mailing-lists.html">Mailing Lists</a>) before adding it directly in JIRA.</p>
 <p>If you have a fix for the issue, you can generate a patch file to send the fix to us. You need to check out the current source code from Subversion, make the necessary changes, and then do a full build. And, of course, confirm that the problem is actually fixed. Then, go to the base directory of your RIVER checkout, and run a command like <code>svn diff &gt; fix-for-my-bug.patch</code> to generate a patch file.</p>
 <p>To submit a patch, create an issue in JIRA that describes the problem, and add your patch file as an attachment. Please include detailed steps to reproduce the problem in the issue description, and a test case in the patch where possible.</p>
@@ -78,7 +89,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -86,7 +108,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -94,7 +116,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -106,7 +128,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -122,7 +144,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -132,7 +154,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/generics-javaspaces.html
==============================================================================
--- websites/staging/river/trunk/content/generics-javaspaces.html (original)
+++ websites/staging/river/trunk/content/generics-javaspaces.html Tue Sep  8 06:48:52 2015
@@ -66,15 +66,26 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="generics-in-java-spaces">Generics in Java Spaces</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="generics-in-java-spaces">Generics in Java Spaces<a class="headerlink" href="#generics-in-java-spaces" title="Permanent link">&para;</a></h1>
 <p>There are currently several proposals beeing formed. </p>
-<h2 id="modification-of-javaspaces-interface">Modification of JavaSpaces interface</h2>
+<h2 id="modification-of-javaspaces-interface">Modification of JavaSpaces interface<a class="headerlink" href="#modification-of-javaspaces-interface" title="Permanent link">&para;</a></h2>
 <p>i.e.:</p>
 <div class="codehilite"><pre><span class="n">public</span> <span class="o">&lt;</span><span class="n">T</span> <span class="n">extends</span> <span class="n">Entry</span><span class="o">&gt;</span> <span class="n">T</span> <span class="n">read</span><span class="p">(</span><span class="n">T</span> <span class="n">template</span><span class="p">,</span> <span class="n">Transaction</span> <span class="n">txn</span><span class="p">,</span> <span class="n">long</span> <span class="n">timeout</span><span class="p">)</span>
 </pre></div>
 
 
-<h2 id="use-of-generics-in-entry-implementing-classes">Use of generics in Entry implementing classes</h2>
+<h2 id="use-of-generics-in-entry-implementing-classes">Use of generics in Entry implementing classes<a class="headerlink" href="#use-of-generics-in-entry-implementing-classes" title="Permanent link">&para;</a></h2>
           </div>
         </td>
         <td valign="top">
@@ -82,7 +93,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -90,7 +112,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -98,7 +120,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -110,7 +132,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -126,7 +148,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -136,7 +158,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/get-involved.html
==============================================================================
--- websites/staging/river/trunk/content/get-involved.html (original)
+++ websites/staging/river/trunk/content/get-involved.html Tue Sep  8 06:48:52 2015
@@ -66,9 +66,20 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="join-the-apache-river-community">Join the Apache River Community</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="join-the-apache-river-community">Join the Apache River Community<a class="headerlink" href="#join-the-apache-river-community" title="Permanent link">&para;</a></h1>
 <p>The Apache River project is being built by the open source community for the open source community. We truly welcome your input and contributions!</p>
-<h2 id="what-we-are-looking-for">What we are looking for:</h2>
+<h2 id="what-we-are-looking-for">What we are looking for:<a class="headerlink" href="#what-we-are-looking-for" title="Permanent link">&para;</a></h2>
 <ul>
 <li>Bug fixes and code enhancement contributions</li>
 <li>Source code contributions</li>
@@ -77,7 +88,7 @@
 <li>Detailed and constructive feedback</li>
 <li>Articles and whitepapers</li>
 </ul>
-<h2 id="how-do-i-contribute">How do I Contribute?</h2>
+<h2 id="how-do-i-contribute">How do I Contribute?<a class="headerlink" href="#how-do-i-contribute" title="Permanent link">&para;</a></h2>
 <ul>
 <li>To discuss Apache River topics check out the <a href="mailing-lists.html">mailing lists</a>.</li>
 <li>Bugs and other issues can be posted in the <a href="http://issues.apache.org/jira/browse/RIVER">RIVER</a> issue tracker.</li>
@@ -90,7 +101,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -98,7 +120,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -106,7 +128,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -118,7 +140,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -134,7 +156,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -144,7 +166,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/helloworld.html
==============================================================================
--- websites/staging/river/trunk/content/helloworld.html (original)
+++ websites/staging/river/trunk/content/helloworld.html Tue Sep  8 06:48:52 2015
@@ -66,16 +66,27 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="hello-world-with-river">Hello World With River</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="hello-world-with-river">Hello World With River<a class="headerlink" href="#hello-world-with-river" title="Permanent link">&para;</a></h1>
 <p><strong>Experimental</strong><br/>
 Warning!  The following describes how to use code which is currently only contained in a branch of River and has not been formally released yet.</p>
-<h2 id="introduction">Introduction</h2>
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
 <p>It can be argued that part of the barrier to entry of getting working River services is the complexity and difficulty with configuring services.  The are many things that users, new and old, must remember when trying to set up new environments and tweak the configurations of their services.</p>
 <p>The configurations themselves can be temperamental and difficult for new comers to get to grips with.  Largely, they are text files with a Java-esque content which is parsed by the <code>ServiceStarter</code>.  The other problem with the config files is ensuring that you can share configuration for certain services across the djinn.  Encapsulating configuration in Java code, which can be more easily humanly read, verified and shared is possibly a better idea than having many slightly different copies of configuration files which must then be kept in step.  The following describes how to use the "extra" bits of River to get around these issues.</p>
-<h2 id="extra-river">Extra River</h2>
+<h2 id="extra-river">Extra River<a class="headerlink" href="#extra-river" title="Permanent link">&para;</a></h2>
 <p>The classes required in this documentation live outside of the main River distribution, in fact they are not part of the core of the library neither are they part of the Jini and JavaSpaces specifications. In a standard River install, they are therefore completely optional.</p>
-<h2 id="getting-started">Getting Started</h2>
-<h3 id="prerequisites">Prerequisites</h3>
+<h2 id="getting-started">Getting Started<a class="headerlink" href="#getting-started" title="Permanent link">&para;</a></h2>
+<h3 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites" title="Permanent link">&para;</a></h3>
 <p>River Extras require the following additional JARs on their runtime classpath.</p>
 <ul>
 <li>Apache Commons Collections 3.2</li>
@@ -86,10 +97,10 @@ Warning!  The following describes how to
 <li><code>${COMMONS_COLLECTIONS_JAR}</code></li>
 <li><code>${COMMONS_LANG_JAR}</code></li>
 </ul>
-<h3 id="from-binary-distribution">From Binary Distribution</h3>
+<h3 id="from-binary-distribution">From Binary Distribution<a class="headerlink" href="#from-binary-distribution" title="Permanent link">&para;</a></h3>
 <p>Download the latest version of River and extract it to some directory.  From now on, this will be known as <code>${RIVER_HOME}</code></p>
 <p>See the optional part of "From Source" if you also want to build and experiment with the example service.</p>
-<h3 id="from-source">From Source</h3>
+<h3 id="from-source">From Source<a class="headerlink" href="#from-source" title="Permanent link">&para;</a></h3>
 <p>You must first get the River source.  Since this code is still experimental, that means checking out the code from a trunk.  Ideally, this code will make the next release and so will come packaged as part of the River (source) distribution.</p>
 <pre><code>
 $  cd ~/projects/river
@@ -105,7 +116,7 @@ $  ant # This will build the lib/extra-e
 </code></pre>
 
 <p>From this point on, we shall refer to the installation of River as <code>${RIVER_HOME}</code>.  In this example, it would refer to directory <code>~/projects/river/helloworld</code>.</p>
-<h3 id="starting-the-http-server">Starting the HTTP Server</h3>
+<h3 id="starting-the-http-server">Starting the HTTP Server<a class="headerlink" href="#starting-the-http-server" title="Permanent link">&para;</a></h3>
 <p>Jini/River services of course require a HTTP server.  This is easily started in such a way as it will serve all the JAR files from the ${RIVER_HOME}/lib directory.</p>
 <p>Open your IDE of choice, fix any build/setup errors and then setup a run configuration for the HTTP server - I use Eclipse, hence the terminology.</p>
 <p>The main class to run is, <code>org.apache.river.extra.examples.easystart.riverservices.StartHttpServer</code> and can be found in the <code>${RIVER_HOME}/src-extra-examples</code> source directory.  It will need the following program arguments; </p>
@@ -117,7 +128,7 @@ $  ant # This will build the lib/extra-e
 <p>Execute this run configuration and leave it running.  You can verify that it's working correctly by using your browser or <code>wget</code> to download a sample JAR, e.g.</p>
 <p><code>$  wget http://localhost:8080/reggie.jar</code></p>
 <p>The rest of this document describes code that can be found in the <code>src-extra</code> and <code>src-extra-examples</code> source directories.</p>
-<h3 id="running-services">Running Services</h3>
+<h3 id="running-services">Running Services<a class="headerlink" href="#running-services" title="Permanent link">&para;</a></h3>
 <p>When running River services you will also require the following VM arguments.</p>
 <pre><code>
 -Djava.security.policy=<em>${RIVER_HOME}</em>/src-extra/policy.all 
@@ -126,7 +137,7 @@ $  ant # This will build the lib/extra-e
 </code></pre>
 
 <p><b>Important</b>: The policy file specified above is a "grant all" policy file.  You could consider it a "disable security" security policy.  As such it is unsuitable for real-world use.</p>
-<h3 id="common-service-configuration-options">Common Service Configuration Options</h3>
+<h3 id="common-service-configuration-options">Common Service Configuration Options<a class="headerlink" href="#common-service-configuration-options" title="Permanent link">&para;</a></h3>
 <p>We are going to use a <code>ApplicationOptions</code> to describe certain service configuration options that will be common to all the services we're going to start.  From, <code>org.apache.river.extra.examples.easystart.StartServices</code>;</p>
 <p><code>
 ApplicationOptions options = new ApplicationOptions();<br/>
@@ -142,7 +153,7 @@ options.setPackageName(ExampleService.PA
 ApplicationConfigurationFactory configFac = new ApplicationConfigurationFactory(options);
 </code></p>
 <p>This class extends a River Extra class, <code>org.apache.river.extra.easystart.config.ConfigurationFactory</code>.  This base class knows how to create configuration objects for the standard River services using the djinn specific options as we have described above, the extending class also knows how to create configuration objects for our additional custom services.</p>
-<h3 id="starting-the-lookup-service">Starting the Lookup Service</h3>
+<h3 id="starting-the-lookup-service">Starting the Lookup Service<a class="headerlink" href="#starting-the-lookup-service" title="Permanent link">&para;</a></h3>
 <p>Staying with the same <code>StartServices</code> class from above.</p>
 <p>First we need to configure the lookup service and then we can start it.  This is easily done;</p>
 <pre><code>
@@ -153,7 +164,7 @@ ServiceStarter.main(lusConfig.riverConfi
 
 <p>Notice that we have set the lookup service's configuration's member groups to be the same as the lookup groups as defined in the <code>ApplicationOptions</code> instance above.</p>
 <p>We now have a started lookup service; (but check your console for errors!)</p>
-<h3 id="starting-the-example-service">Starting the Example Service</h3>
+<h3 id="starting-the-example-service">Starting the Example Service<a class="headerlink" href="#starting-the-example-service" title="Permanent link">&para;</a></h3>
 <p>Next we need a configuration for our example service.</p>
 <p>The configuration is described in our extended <code>ApplicationConfigurationFactory</code>, thus;</p>
 <pre><code>
@@ -174,7 +185,7 @@ ServiceStarter.main(config.riverConfig()
 <p>Now we have successfully configured and started our example service, and in all of this we did not have to bother ourselves with any configuration file.</p>
 <p>It should be pointed out that the services we have started are using the default policy file which is unsuitable for a live environment, since it is a "grant all" policy file that can be found in <code>${RIVER_HOME}/src-extra/policy.all</code></p>
 <p>So by defining and sharing our own implementation of the configuration factory we can be sure that all services started with configurations from that factory will be configured accordingly.  What's more, we no longer have to maintain series of configuration files which potential contain many duplicate data items.</p>
-<h2 id="additional-configuration">Additional Configuration</h2>
+<h2 id="additional-configuration">Additional Configuration<a class="headerlink" href="#additional-configuration" title="Permanent link">&para;</a></h2>
 <p>You can specify additional configuration data by creating custom <code>org.apache.river.extra.easystart.config.settings.Setting</code> objects and adding them to the <code>org.apache.river.extra.easystart.config.ApplicationOptions</code> instance before creating your configuration factory.  In the same package, there are additional extending classes of <code>Setting</code> that can be used as templates for your own configuration options.</p>
           </div>
         </td>
@@ -183,7 +194,18 @@ ServiceStarter.main(config.riverConfig()
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -191,7 +213,7 @@ ServiceStarter.main(config.riverConfig()
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -199,7 +221,7 @@ ServiceStarter.main(config.riverConfig()
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -211,7 +233,7 @@ ServiceStarter.main(config.riverConfig()
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -227,7 +249,7 @@ ServiceStarter.main(config.riverConfig()
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -237,7 +259,7 @@ ServiceStarter.main(config.riverConfig()
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/index.html
==============================================================================
--- websites/staging/river/trunk/content/index.html (original)
+++ websites/staging/river/trunk/content/index.html Tue Sep  8 06:48:52 2015
@@ -66,61 +66,81 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="apache-river-222-released-november-18-2013">Apache River 2.2.2 Released - November 18, 2013</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="river-examples-v10-released-aug-10-2015">River-Examples v1.0 Released - Aug 10, 2015<a class="headerlink" href="#river-examples-v10-released-aug-10-2015" title="Permanent link">&para;</a></h1>
+<p>The quickest way to experience River/Jini is to download the river-examples source distribution.
+  Read the "README.md" file at the root of the distribution.  The tutorial included will
+step you through building and running the service browser, service registrar, hello-world
+service and hello-world client, along with a Java EE6/JSF/CDI-based hello-world client.</p>
+<p>Note: Since the Apache River binaries are available through Maven Central, you don't need to 
+build the main River distribution from source.</p>
+<p>Download the examples from:<br />
+<a href="https://www.apache.org/dyn/closer.cgi/river/river-examples-1.0/river-examples-1.0-source-release.zip">River Examples</a></p>
+<h1 id="apache-river-222-released-november-18-2013">Apache River 2.2.2 Released - November 18, 2013<a class="headerlink" href="#apache-river-222-released-november-18-2013" title="Permanent link">&para;</a></h1>
 <p>Apache River 2.2.2 is a maintenance release based on the Apache River
 2.2 branch, primarily with fixes that add support for JMX entries and
 publish additional artifacts to the Maven repository.</p>
-<h2 id="release-notes-river-version-river_222">Release Notes - River - Version River_2.2.2</h2>
-<h3 id="bugs">Bugs</h3>
+<h2 id="release-notes-river-version-river_222">Release Notes - River - Version River_2.2.2<a class="headerlink" href="#release-notes-river-version-river_222" title="Permanent link">&para;</a></h2>
+<h3 id="bugs">Bugs<a class="headerlink" href="#bugs" title="Permanent link">&para;</a></h3>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-423">RIVER-423</a> - Add JSR 160 classes to project</p>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-424">RIVER-424</a> - jsk-policy.jar is not published to Maven Central</p>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-425">RIVER-425</a> - JDK7 update 21 onwards causes test suite to fail.</p>
-<h1 id="apache-river-221-released">Apache River 2.2.1 Released</h1>
+<h1 id="apache-river-221-released">Apache River 2.2.1 Released<a class="headerlink" href="#apache-river-221-released" title="Permanent link">&para;</a></h1>
 <p>Release 2.2.1 is a maintenance release, aimed primarily at fixing issues caused by
 changes to the JDK7 runtime libraries.</p>
 <p>Release Notes - River - Version River_2.2.1</p>
-<h2 id="bugs_1">Bugs</h2>
+<h2 id="bugs_1">Bugs<a class="headerlink" href="#bugs_1" title="Permanent link">&para;</a></h2>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-149">RIVER-149</a> - net.jini.export.ServerContext spec shouldn't rely on the system classloader</p>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-416">RIVER-416</a> - The com.sun.jini.logging.Levels class produces a RuntimeException with the latest version of Java</p>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-417">RIVER-417</a> - com.sun.jini.outrigger.FastList fails to compile using Java 7</p>
-<h2 id="task">Task</h2>
+<h2 id="task">Task<a class="headerlink" href="#task" title="Permanent link">&para;</a></h2>
 <p><a href="https://issues.apache.org/jira/browse/RIVER-317">RIVER-317</a> - Deploy Apache River artifacts to Maven repositories (both release and snapshot)</p>
-<h1 id="beta-annotation-added">@Beta annotation added</h1>
+<h1 id="beta-annotation-added">@Beta annotation added<a class="headerlink" href="#beta-annotation-added" title="Permanent link">&para;</a></h1>
 <p>In order to allow new features in a mature codebase like Apache River, 
 features that might change slightly in later releases, the committers team has added 
 the @Beta annotation. </p>
-<h1 id="river-updated-to-allow-deployment-with-java-webstart">River updated to allow deployment with java webstart</h1>
+<h1 id="river-updated-to-allow-deployment-with-java-webstart">River updated to allow deployment with java webstart<a class="headerlink" href="#river-updated-to-allow-deployment-with-java-webstart" title="Permanent link">&para;</a></h1>
 <p>River has been updated, to allow deployment with webstart. 
 The same change allows to change the classloading behaviour in other runtime environments like the netbeans platform. 
 A new release is beeing prepared. See: <a href="http://svn.apache.org/viewvc/river/jtsk/trunk/src/net/jini/loader/RiverClassLoaderSpi.java?view=markup">RiverClassLoaderSpi</a></p>
-<h1 id="netbeans-configuration-updated-to-72">Netbeans configuration updated to 7.2</h1>
+<h1 id="netbeans-configuration-updated-to-72">Netbeans configuration updated to 7.2<a class="headerlink" href="#netbeans-configuration-updated-to-72" title="Permanent link">&para;</a></h1>
 <p>The Netbeans configuration files, for building River in your IDE, 
 have been updated to Netbeans version 7.2. See: <a href="/building-river.html#netbeans">building River</a></p>
-<h1 id="apache-river-welcomes-backnew-members">Apache River Welcomes Back|New Members</h1>
+<h1 id="apache-river-welcomes-backnew-members">Apache River Welcomes Back|New Members<a class="headerlink" href="#apache-river-welcomes-backnew-members" title="Permanent link">&para;</a></h1>
 <p>The River PMC is very pleased to welcome two additions to the PMC.  One new member and one returning emeriti.  Check the mail archive for details.</p>
-<h1 id="apache-river-220-released">Apache River 2.2.0 Released</h1>
+<h1 id="apache-river-220-released">Apache River 2.2.0 Released<a class="headerlink" href="#apache-river-220-released" title="Permanent link">&para;</a></h1>
 <p>After much hard work the River community has released the latest version, 2.2.0.  Take a look at the release notes to find out what's new and what bugs have been fixed.</p>
-<h1 id="river-graduates">River Graduates</h1>
+<h1 id="river-graduates">River Graduates<a class="headerlink" href="#river-graduates" title="Permanent link">&para;</a></h1>
 <p>Following the recent vote by the Apache board, River is now an official Top Level Project.  Congratulations to everyone who has worked hard on River (and Jini!) over many years to reach these lofty heights.</p>
 <p>Now we need a major push to move our infrastructure out of the Incubator.</p>
-<h1 id="generics-in-java-spaces">Generics in Java Spaces?</h1>
+<h1 id="generics-in-java-spaces">Generics in Java Spaces?<a class="headerlink" href="#generics-in-java-spaces" title="Permanent link">&para;</a></h1>
 <p>Follow and participate in the vibrant debate on java spaces persistence storage, 
 the challenges of fixing bugs in a multi version compatibility environment, 
 the adoption of generics, by subscribing to <a href="mailto:dev-subscribe@river.apache.org">river-dev</a>.</p>
 <p>To see the full discussion, go to the archive: <a href="http://mail-archives.apache.org/mod_mbox/river-dev/">mail-archives.apache.org</a></p>
-<h1 id="apache-river-graduation">Apache River graduation</h1>
+<h1 id="apache-river-graduation">Apache River graduation<a class="headerlink" href="#apache-river-graduation" title="Permanent link">&para;</a></h1>
 <p>After years of hard work, the contributions of many finally pay off. 
 The River graduation is currently under vote in the IPMC.</p>
-<h1 id="apache-river-212-incubation-release">Apache River 2.1.2 Incubation Release</h1>
+<h1 id="apache-river-212-incubation-release">Apache River 2.1.2 Incubation Release<a class="headerlink" href="#apache-river-212-incubation-release" title="Permanent link">&para;</a></h1>
 <p>After successfully passing the vote request, the latest Apache River Incubation Release is available for download. </p>
-<h1 id="vote-for-apache-river-212-incubation-release">Vote for Apache River 2.1.2 Incubation Release</h1>
+<h1 id="vote-for-apache-river-212-incubation-release">Vote for Apache River 2.1.2 Incubation Release<a class="headerlink" href="#vote-for-apache-river-212-incubation-release" title="Permanent link">&para;</a></h1>
 <p>After much preparation and many improvements to the source build process and testing, the Apache River 2.1.2 incubation release candidate is available for preview at <a href="http://people.apache.org/~peter_firmstone/">http://people.apache.org/~peter_firmstone/</a></p>
 <p>Feel free to join in and assist by installing and checking our release candidate or participate in Apache River development.</p>
-<h1 id="project-vote-approves-v211-incubating-release-candidate">Project Vote approves v2.1.1 incubating Release Candidate</h1>
+<h1 id="project-vote-approves-v211-incubating-release-candidate">Project Vote approves v2.1.1 incubating Release Candidate<a class="headerlink" href="#project-vote-approves-v211-incubating-release-candidate" title="Permanent link">&para;</a></h1>
 <p>The first project release (v2.1.1 incubating) from the River project has been approved by the River Community.</p>
 <p><a href="http://mail-archives.apache.org/mod_mbox/river-dev/200801.mbox/%3CD757B3BB-33B4-4984-BE51-624A7C3FCC19@mac.com%3E">Here</a> are the Vote Results</p>
 <p>Next step is to get Apache Incubator approval for the release.</p>
-<h2 id="status-update">Status update</h2>
+<h2 id="status-update">Status update<a class="headerlink" href="#status-update" title="Permanent link">&para;</a></h2>
 <p>River is starting to gain some momentum and is seeing increasing activity on it's developer mailing list. Lots of code and ideas are being thrown around with some interesting discussions and some great code being produced. Add a new Apache Mentor into the mix and the project is starting to look like it could shape up for graduation soon...</p>
 <p>Recent River events include:</p>
 <ul>
@@ -164,7 +184,18 @@ The River graduation is currently under
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -172,7 +203,7 @@ The River graduation is currently under
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -180,7 +211,7 @@ The River graduation is currently under
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -192,7 +223,7 @@ The River graduation is currently under
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -208,7 +239,7 @@ The River graduation is currently under
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -218,7 +249,7 @@ The River graduation is currently under
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/mailing-lists.html
==============================================================================
--- websites/staging/river/trunk/content/mailing-lists.html (original)
+++ websites/staging/river/trunk/content/mailing-lists.html Tue Sep  8 06:48:52 2015
@@ -66,9 +66,20 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="project-mailing-lists">Project Mailing Lists</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="project-mailing-lists">Project Mailing Lists<a class="headerlink" href="#project-mailing-lists" title="Permanent link">&para;</a></h1>
 <p>These are the mailing lists that have been established for the Apache River project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Name</th>
@@ -109,7 +120,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -117,7 +139,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -125,7 +147,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -137,7 +159,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -153,7 +175,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -163,7 +185,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/maven-artifacts.html
==============================================================================
--- websites/staging/river/trunk/content/maven-artifacts.html (original)
+++ websites/staging/river/trunk/content/maven-artifacts.html Tue Sep  8 06:48:52 2015
@@ -66,7 +66,18 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="maven-artifacts-for-apache-river">Maven Artifacts for Apache River</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="maven-artifacts-for-apache-river">Maven Artifacts for Apache River<a class="headerlink" href="#maven-artifacts-for-apache-river" title="Permanent link">&para;</a></h1>
 <p>The River project artifacts are uploaded to Maven Central under the following
 coordinates (use the desired version, e.g. 2.2.2):</p>
 <p>net.jini:jsk-lib</p>
@@ -96,7 +107,18 @@ coordinates (use the desired version, e.
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -104,7 +126,7 @@ coordinates (use the desired version, e.
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -112,7 +134,7 @@ coordinates (use the desired version, e.
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -124,7 +146,7 @@ coordinates (use the desired version, e.
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -140,7 +162,7 @@ coordinates (use the desired version, e.
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -150,7 +172,7 @@ coordinates (use the desired version, e.
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/networking.html
==============================================================================
--- websites/staging/river/trunk/content/networking.html (original)
+++ websites/staging/river/trunk/content/networking.html Tue Sep  8 06:48:52 2015
@@ -66,7 +66,18 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="river-networking">River networking</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="river-networking">River networking<a class="headerlink" href="#river-networking" title="Permanent link">&para;</a></h1>
 <p>River application use the following network aspects:</p>
 <ul>
 <li>jini multicast discovery on 224.0.1.84</li>
@@ -80,7 +91,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -88,7 +110,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -96,7 +118,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -108,7 +130,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -124,7 +146,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -134,7 +156,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/people.html
==============================================================================
--- websites/staging/river/trunk/content/people.html (original)
+++ websites/staging/river/trunk/content/people.html Tue Sep  8 06:48:52 2015
@@ -66,6 +66,17 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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>
 <div class="toc">
 <ul>
 <li><a href="#committers">Committers</a></li>
@@ -78,11 +89,11 @@
 </li>
 </ul>
 </div>
-<h1 id="committers">Committers</h1>
+<h1 id="committers">Committers<a class="headerlink" href="#committers" title="Permanent link">&para;</a></h1>
 <p>The people listed below are the set of committers to the Apache River project. They have all made significant contributions over time to Jini technology and the Jini Community.</p>
 <p>If you would like to contribute to Apache River, please engage on the <a href="mailing-lists.html">mailing lists</a>.</p>
 <p>If you would like to become a committer, please see the <a href="get-involved.html">Get Involved</a> page.</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Name</th>
@@ -148,7 +159,7 @@
 </tr>
 </tbody>
 </table>
-<h1 id="pmc">PMC</h1>
+<h1 id="pmc">PMC<a class="headerlink" href="#pmc" title="Permanent link">&para;</a></h1>
 <ul>
 <li>Jonathan Costers</li>
 <li>Dan Creswell</li>
@@ -165,11 +176,11 @@
 <li>Jim Waldo</li>
 <li>Jukka Zitting</li>
 </ul>
-<h1 id="chair">Chair</h1>
+<h1 id="chair">Chair<a class="headerlink" href="#chair" title="Permanent link">&para;</a></h1>
 <p>The chair of the Apache River PMC is Patricia Shanahan.</p>
-<h1 id="emeriti">Emeriti</h1>
-<h2 id="emeritus-committers">Emeritus committers</h2>
-<table>
+<h1 id="emeriti">Emeriti<a class="headerlink" href="#emeriti" title="Permanent link">&para;</a></h1>
+<h2 id="emeritus-committers">Emeritus committers<a class="headerlink" href="#emeritus-committers" title="Permanent link">&para;</a></h2>
+<table class="table">
 <thead>
 <tr>
 <th>Name</th>
@@ -223,8 +234,8 @@
 </tr>
 </tbody>
 </table>
-<h2 id="incubator-mentors">Incubator mentors</h2>
-<table>
+<h2 id="incubator-mentors">Incubator mentors<a class="headerlink" href="#incubator-mentors" title="Permanent link">&para;</a></h2>
+<table class="table">
 <thead>
 <tr>
 <th>Name</th>
@@ -255,7 +266,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -263,7 +285,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -271,7 +293,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -283,7 +305,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -299,7 +321,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -309,7 +331,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/resources.html
==============================================================================
--- websites/staging/river/trunk/content/resources.html (original)
+++ websites/staging/river/trunk/content/resources.html Tue Sep  8 06:48:52 2015
@@ -66,7 +66,18 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="resources">Resources</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="resources">Resources<a class="headerlink" href="#resources" title="Permanent link">&para;</a></h1>
 <ul>
 <li>Apache Incubator <a href="http://wiki.apache.org/incubator/RiverProposal">Proposal for the River project </a></li>
 <li><a href="http://www.jini.org">Jini.org </a></li>
@@ -80,7 +91,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -88,7 +110,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -96,7 +118,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -108,7 +130,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -124,7 +146,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -134,7 +156,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/roadmap.html
==============================================================================
--- websites/staging/river/trunk/content/roadmap.html (original)
+++ websites/staging/river/trunk/content/roadmap.html Tue Sep  8 06:48:52 2015
@@ -66,7 +66,18 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="roadmap">Roadmap</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="roadmap">Roadmap<a class="headerlink" href="#roadmap" title="Permanent link">&para;</a></h1>
 <ul>
 <li>rename com.sun namespace to org.apache.river</li>
 <li>modular build </li>
@@ -78,7 +89,18 @@
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -86,7 +108,7 @@
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -94,7 +116,7 @@
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -106,7 +128,7 @@
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -122,7 +144,7 @@
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -132,7 +154,7 @@
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/source-code.html
==============================================================================
--- websites/staging/river/trunk/content/source-code.html (original)
+++ websites/staging/river/trunk/content/source-code.html Tue Sep  8 06:48:52 2015
@@ -66,10 +66,21 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="river-source-code">River source code</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="river-source-code">River source code<a class="headerlink" href="#river-source-code" title="Permanent link">&para;</a></h1>
 <p>River uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found <a href="http://svnbook.red-bean.com">here</a>.</p>
 <p>The source code for the various deliverables of Apache River can be freely browsed at <a href="http://svn.apache.org/viewvc/river/">http://svn.apache.org/viewvc/river/</a>. </p>
-<h2 id="anonymous-access">Anonymous access</h2>
+<h2 id="anonymous-access">Anonymous access<a class="headerlink" href="#anonymous-access" title="Permanent link">&para;</a></h2>
 <p>The Apache River source can be checked out anonymously with this command (for the jtsk deliverable):</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">checkout</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">river</span><span class="o">/</span><span class="n">jtsk</span><span class="o">/</span><span class="n">trunk</span> <span class="n">river</span>
 </pre></div>
@@ -81,13 +92,13 @@ release was in the 2.2 branch.</p>
 </pre></div>
 
 
-<h2 id="access-from-behind-a-firewall">Access from behind a firewall</h2>
+<h2 id="access-from-behind-a-firewall">Access from behind a firewall<a class="headerlink" href="#access-from-behind-a-firewall" title="Permanent link">&para;</a></h2>
 <p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via HTTPS:</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">checkout</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">river</span><span class="o">/</span><span class="n">jtsk</span><span class="o">/</span><span class="n">trunk</span> <span class="n">river</span>
 </pre></div>
 
 
-<h2 id="access-through-a-proxy">Access through a proxy</h2>
+<h2 id="access-through-a-proxy">Access through a proxy<a class="headerlink" href="#access-through-a-proxy" title="Permanent link">&para;</a></h2>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p>
 <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
 <p>Example : Edit the 'servers' file and add something like :</p>
@@ -97,14 +108,14 @@ release was in the 2.2 branch.</p>
 </pre></div>
 
 
-<h2 id="submitting-a-patch">Submitting a Patch</h2>
+<h2 id="submitting-a-patch">Submitting a Patch<a class="headerlink" href="#submitting-a-patch" title="Permanent link">&para;</a></h2>
 <p>If you make changes to River, and would like to contribute the to the project, you should create a patch and post it to the <a href="http://issues.apache.org/jira/browse/RIVER">River JIRA issue tracker</a>. To create a patch, simply execute the following command:</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">diff</span> <span class="o">&gt;</span> <span class="n">your</span><span class="o">-</span><span class="n">changes</span><span class="p">.</span><span class="n">patch</span>
 </pre></div>
 
 
 <p>If you've added new files, remember to "svn add" them so they get included in the diff.</p>
-<h2 id="developer-access">Developer Access</h2>
+<h2 id="developer-access">Developer Access<a class="headerlink" href="#developer-access" title="Permanent link">&para;</a></h2>
 <p>Everyone can access the River Subversion repository via HTTPS, but River Committers must checkout the Subversion repository via HTTPS.</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">checkout</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">river</span><span class="o">/</span><span class="n">jtsk</span><span class="o">/</span><span class="n">trunk</span> <span class="n">river</span>
 </pre></div>
@@ -130,7 +141,18 @@ release was in the 2.2 branch.</p>
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -138,7 +160,7 @@ release was in the 2.2 branch.</p>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -146,7 +168,7 @@ release was in the 2.2 branch.</p>
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -158,7 +180,7 @@ release was in the 2.2 branch.</p>
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -174,7 +196,7 @@ release was in the 2.2 branch.</p>
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -184,7 +206,7 @@ release was in the 2.2 branch.</p>
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">

Modified: websites/staging/river/trunk/content/success-stories.html
==============================================================================
--- websites/staging/river/trunk/content/success-stories.html (original)
+++ websites/staging/river/trunk/content/success-stories.html Tue Sep  8 06:48:52 2015
@@ -66,8 +66,19 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="success-stories">Success Stories</h1>
-<h2 id="jini-success-stories">Jini Success Stories</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="success-stories">Success Stories<a class="headerlink" href="#success-stories" title="Permanent link">&para;</a></h1>
+<h2 id="jini-success-stories">Jini Success Stories<a class="headerlink" href="#jini-success-stories" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="http://www.jini.org/wiki/Who_uses_Jini%3F">Original Jini.org success stories</a>, including:<ol>
 <li><a href="http://www.tno.nl/informatie-_en_communicatietechnologie/">TNO ICT, The Netherlands</a></li>
@@ -76,13 +87,13 @@
 </ol>
 </li>
 <li><a href="http://www.javaworld.com/javaworld/jw-10-2001/jw-1005-jiniinterview.html">JavaWorld</a> interview with Dr. Ted Achacoso from GroupServe</li>
-<li><a href="http://jan.newmarch.name/java/jini/tutorial/Overview.html#Success%20Stories">Jan Newmarch's Guide to Jini Technologies</a> contains a section on Jini successes</li>
+<li><a href="http://jan.newmarch.name/java/jini/tutorial/Overview.html#Success Stories">Jan Newmarch's Guide to Jini Technologies</a> contains a section on Jini successes</li>
 </ul>
-<h2 id="blitz">Blitz</h2>
+<h2 id="blitz">Blitz<a class="headerlink" href="#blitz" title="Permanent link">&para;</a></h2>
 <p>To borrow from the <a href="http://www.dancres.org/blitz/">Blitz project</a> homepage: "The purpose of the  is to further the use of JavaSpaces and JINITM through the provision of essential resources"</p>
-<h2 id="glyph">Glyph</h2>
+<h2 id="glyph">Glyph<a class="headerlink" href="#glyph" title="Permanent link">&para;</a></h2>
 <p><a href="https://glyph.dev.java.net/">Glyph</a> is a set of utilities and annotations to speed up development for Jini-enabled applications.</p>
-<h2 id="rio">Rio</h2>
+<h2 id="rio">Rio<a class="headerlink" href="#rio" title="Permanent link">&para;</a></h2>
 <p><a href="http://www.rio-project.org">Rio</a>  is an open source technology that provides a dynamic architecture for developing, deploying and managing distributed systems composed of services. </p>
 <p>Rio turns a network of compute resources into a dynamic service, providing a policy based approach for fault detection and recovery, scalability and dynamic deployment. Key to the architecture are a set of dynamic capabilities and reliance on policy-based and SLA mechanisms. </p>
 <p>Developing services for use with Rio is simple. Rio provides a non-intrusive model that removes the complexity surrounding service development and deployment. </p>
@@ -100,7 +111,7 @@
 </ol>
 </li>
 </ol>
-<h2 id="sucden-financial-limited">Sucden Financial Limited</h2>
+<h2 id="sucden-financial-limited">Sucden Financial Limited<a class="headerlink" href="#sucden-financial-limited" title="Permanent link">&para;</a></h2>
 <blockquote>
 <p><a href="http://www.sucdenfinancial.com/">Sucden Financial Limited</a> develops
 its own futures and options trading system called STAR, built
@@ -147,7 +158,18 @@ Front Office Development Manager, Sucden
             <div class="navigation_top">
               <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
-<h3 id="the-foundation">The Foundation</h3>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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="the-foundation">The Foundation<a class="headerlink" href="#the-foundation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="http://www.apache.org">Apache</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -155,7 +177,7 @@ Front Office Development Manager, Sucden
 <li><a href="http://www.apache.org/security/">Security</a></li>
 <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
 </ul>
-<h3 id="apache-river">Apache river</h3>
+<h3 id="apache-river">Apache river<a class="headerlink" href="#apache-river" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="maven-artifacts.html">Maven Artifacts</a></li>
@@ -163,7 +185,7 @@ Front Office Development Manager, Sucden
 <li><a href="index.html">News</a></li>
 <li><a href="about.html">About</a></li>
 </ul>
-<h3 id="documentation">Documentation</h3>
+<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="concepts.html">Concepts</a></li>
 <li><a href="user-guide-basic-river-services.html">Getting started</a></li>
@@ -175,7 +197,7 @@ Front Office Development Manager, Sucden
 <li><a href="resources.html">Resources</a></li>
 <li><a href="building-a-release.html">Release</a></li>
 </ul>
-<h3 id="community">Community</h3>
+<h3 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li>Discussion<ul>
@@ -191,7 +213,7 @@ Front Office Development Manager, Sucden
 <li><a href="people.html">People</a></li>
 <li><a href="found-a-bug.html">Found a Bug</a>?</li>
 </ul>
-<h3 id="development">Development</h3>
+<h3 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h3>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="building-river.html">Building River</a></li>
@@ -201,7 +223,7 @@ Front Office Development Manager, Sucden
 <li><a href="https://issues.apache.org/jira/browse/RIVER">Issue Tracker</a></li>
 <li><a href="http://wiki.apache.org/river/">Wiki</a></li>
 </ul>
-<h3 id="search">Search</h3>
+<h3 id="search">Search<a class="headerlink" href="#search" title="Permanent link">&para;</a></h3>
 <DIV>
 <form method="get" action="http://www.google.com/search" id="search" name="search" style="font-size: 10px;">
  <input type="hidden" name="sitesearch" value="river.apache.org">