You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/01/21 22:16:57 UTC

svn commit: r1653655 - in /qpid/site: docs/releases/qpid-dispatch-trunk/ input/releases/qpid-dispatch-trunk/ scripts/

Author: aconway
Date: Wed Jan 21 21:16:57 2015
New Revision: 1653655

URL: http://svn.apache.org/r1653655
Log:
NO-JIRA: Update dispatch release-page script, minor updates to trunk doc.

Modified:
    qpid/site/docs/releases/qpid-dispatch-trunk/book.html
    qpid/site/docs/releases/qpid-dispatch-trunk/book.pdf
    qpid/site/docs/releases/qpid-dispatch-trunk/index.html
    qpid/site/docs/releases/qpid-dispatch-trunk/qdmanage.8.html
    qpid/site/docs/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html
    qpid/site/input/releases/qpid-dispatch-trunk/book.html.in
    qpid/site/input/releases/qpid-dispatch-trunk/book.pdf
    qpid/site/input/releases/qpid-dispatch-trunk/index.md
    qpid/site/input/releases/qpid-dispatch-trunk/qdmanage.8.html
    qpid/site/input/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html
    qpid/site/scripts/gen-dispatch-release-page

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/book.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/book.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-trunk/book.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-trunk/book.html Wed Jan 21 21:16:57 2015
@@ -694,13 +694,16 @@ under the License.
 <dd><p>Time in seconds after which a neighbor is declared lost if no HELLO is received.</p>
 </dd>
 <dt><em>raInterval</em> (Integer, default=30)</dt>
-<dd><p>Interval in seconds between Router-Advertisements sent to all routers.</p>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers in a stable network.</p>
+</dd>
+<dt><em>raIntervalFlux</em> (Integer, default=4)</dt>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.</p>
 </dd>
 <dt><em>remoteLsMaxAge</em> (Integer, default=60)</dt>
 <dd><p>Time in seconds after which link state is declared stale if no RA is received.</p>
 </dd>
 <dt><em>mobileAddrMaxAge</em> (Integer, default=60)</dt>
-<dd><p>Time in seconds after which mobile addresses are declared stale if no RA is received.</p>
+<dd><p>Deprecated - This value is no longer used in the router.</p>
 </dd>
 <dt><em>addrCount</em> (Integer)</dt>
 <dd><p>Number of addresses known to the router.</p>
@@ -801,7 +804,7 @@ under the License.
 <h3 id="log"><span class="header-section-number">5.1.5</span> log</h3>
 <p>Configure logging for a particular module.</p>
 <dl>
-<dt><em>module</em> (One of ['ROUTER', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
+<dt><em>module</em> (One of ['ROUTER', 'ROUTER_HELLO', 'ROUTER_LS', 'ROUTER_MA', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
 <dd><p>Module to configure. The special module 'DEFAULT' specifies defaults for all modules.</p>
 </dd>
 <dt><em>enable</em> (String, required, default='default')</dt>

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/book.pdf
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/book.pdf?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/index.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-trunk/index.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-trunk/index.html Wed Jan 21 21:16:57 2015
@@ -117,7 +117,7 @@
 incomplete.  For a smoother experience, see the
 <a href="/releases/qpid-dispatch-0.3/index.html">current stable release</a>.</p>
 
-<p>This content was generated at 15:43  on Wednesday, 21 January 2015.</p>
+<p>This content was generated at 16:14  on Wednesday, 21 January 2015.</p>
 
 </div>
 

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/qdmanage.8.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/qdmanage.8.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-trunk/qdmanage.8.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-trunk/qdmanage.8.html Wed Jan 21 21:16:57 2015
@@ -17,7 +17,7 @@
 <h1 id="operations">OPERATIONS</h1>
 <dl>
 <dt><code>query</code> [<em>ATTR</em>...]</dt>
-<dd><p>Prints the named attributes of all entities. With no arguments prints all attributes. The --type option restricts the result to entities extending the type.</p>
+<dd><p>Print the attributes named in the ATTR list or all attributes if none are listed. Print attributes for all entities by default, use --type, --name and --identity options to restrict what is printed.</p>
 </dd>
 <dt><code>create</code> [<em>ATTR=VALUE</em>...]</dt>
 <dd><p>Create a new entity with the specified attributes. With the --stdin option, read attributes from stdin. This can be a JSON map of attributes to create a single entity, or a JSON list of maps to create multiple entitiees.</p>

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html Wed Jan 21 21:16:57 2015
@@ -121,13 +121,16 @@ listener {
 <dd><p>Time in seconds after which a neighbor is declared lost if no HELLO is received.</p>
 </dd>
 <dt>raInterval (Integer, default=30)</dt>
-<dd><p>Interval in seconds between Router-Advertisements sent to all routers.</p>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers in a stable network.</p>
+</dd>
+<dt>raIntervalFlux (Integer, default=4)</dt>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.</p>
 </dd>
 <dt>remoteLsMaxAge (Integer, default=60)</dt>
 <dd><p>Time in seconds after which link state is declared stale if no RA is received.</p>
 </dd>
 <dt>mobileAddrMaxAge (Integer, default=60)</dt>
-<dd><p>Time in seconds after which mobile addresses are declared stale if no RA is received.</p>
+<dd><p>Deprecated - This value is no longer used in the router.</p>
 </dd>
 <dt>addrCount (Integer)</dt>
 <dd><p>Number of addresses known to the router.</p>
@@ -191,7 +194,7 @@ listener {
 <h2 id="log">log</h2>
 <p>Configure logging for a particular module.</p>
 <dl>
-<dt>module (One of ['ROUTER', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
+<dt>module (One of ['ROUTER', 'ROUTER_HELLO', 'ROUTER_LS', 'ROUTER_MA', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
 <dd><p>Module to configure. The special module 'DEFAULT' specifies defaults for all modules.</p>
 </dd>
 <dt>enable (String, required, default=default)</dt>

Modified: qpid/site/input/releases/qpid-dispatch-trunk/book.html.in
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/book.html.in?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-trunk/book.html.in (original)
+++ qpid/site/input/releases/qpid-dispatch-trunk/book.html.in Wed Jan 21 21:16:57 2015
@@ -585,13 +585,16 @@ under the License.
 <dd><p>Time in seconds after which a neighbor is declared lost if no HELLO is received.</p>
 </dd>
 <dt><em>raInterval</em> (Integer, default=30)</dt>
-<dd><p>Interval in seconds between Router-Advertisements sent to all routers.</p>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers in a stable network.</p>
+</dd>
+<dt><em>raIntervalFlux</em> (Integer, default=4)</dt>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.</p>
 </dd>
 <dt><em>remoteLsMaxAge</em> (Integer, default=60)</dt>
 <dd><p>Time in seconds after which link state is declared stale if no RA is received.</p>
 </dd>
 <dt><em>mobileAddrMaxAge</em> (Integer, default=60)</dt>
-<dd><p>Time in seconds after which mobile addresses are declared stale if no RA is received.</p>
+<dd><p>Deprecated - This value is no longer used in the router.</p>
 </dd>
 <dt><em>addrCount</em> (Integer)</dt>
 <dd><p>Number of addresses known to the router.</p>
@@ -692,7 +695,7 @@ under the License.
 <h3 id="log"><span class="header-section-number">5.1.5</span> log</h3>
 <p>Configure logging for a particular module.</p>
 <dl>
-<dt><em>module</em> (One of ['ROUTER', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
+<dt><em>module</em> (One of ['ROUTER', 'ROUTER_HELLO', 'ROUTER_LS', 'ROUTER_MA', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
 <dd><p>Module to configure. The special module 'DEFAULT' specifies defaults for all modules.</p>
 </dd>
 <dt><em>enable</em> (String, required, default='default')</dt>

Modified: qpid/site/input/releases/qpid-dispatch-trunk/book.pdf
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/book.pdf?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-dispatch-trunk/index.md
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/index.md?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-trunk/index.md (original)
+++ qpid/site/input/releases/qpid-dispatch-trunk/index.md Wed Jan 21 21:16:57 2015
@@ -27,7 +27,7 @@ Code and documentation found here may be
 incomplete.  For a smoother experience, see the
 [current stable release](@current-dispatch-release-url@/index.html).
 
-This content was generated at 15:43  on Wednesday, 21 January 2015.
+This content was generated at 16:14  on Wednesday, 21 January 2015.
 
 </div>
 
@@ -52,4 +52,4 @@ This content was generated at 15:43  on
 
 ## More information
 
- - [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
+- [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
\ No newline at end of file

Modified: qpid/site/input/releases/qpid-dispatch-trunk/qdmanage.8.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/qdmanage.8.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-trunk/qdmanage.8.html (original)
+++ qpid/site/input/releases/qpid-dispatch-trunk/qdmanage.8.html Wed Jan 21 21:16:57 2015
@@ -17,7 +17,7 @@
 <h1 id="operations">OPERATIONS</h1>
 <dl>
 <dt><code>query</code> [<em>ATTR</em>...]</dt>
-<dd><p>Prints the named attributes of all entities. With no arguments prints all attributes. The --type option restricts the result to entities extending the type.</p>
+<dd><p>Print the attributes named in the ATTR list or all attributes if none are listed. Print attributes for all entities by default, use --type, --name and --identity options to restrict what is printed.</p>
 </dd>
 <dt><code>create</code> [<em>ATTR=VALUE</em>...]</dt>
 <dd><p>Create a new entity with the specified attributes. With the --stdin option, read attributes from stdin. This can be a JSON map of attributes to create a single entity, or a JSON list of maps to create multiple entitiees.</p>

Modified: qpid/site/input/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html (original)
+++ qpid/site/input/releases/qpid-dispatch-trunk/qdrouterd.conf.5.html Wed Jan 21 21:16:57 2015
@@ -121,13 +121,16 @@ listener {
 <dd><p>Time in seconds after which a neighbor is declared lost if no HELLO is received.</p>
 </dd>
 <dt>raInterval (Integer, default=30)</dt>
-<dd><p>Interval in seconds between Router-Advertisements sent to all routers.</p>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers in a stable network.</p>
+</dd>
+<dt>raIntervalFlux (Integer, default=4)</dt>
+<dd><p>Interval in seconds between Router-Advertisements sent to all routers during topology fluctuations.</p>
 </dd>
 <dt>remoteLsMaxAge (Integer, default=60)</dt>
 <dd><p>Time in seconds after which link state is declared stale if no RA is received.</p>
 </dd>
 <dt>mobileAddrMaxAge (Integer, default=60)</dt>
-<dd><p>Time in seconds after which mobile addresses are declared stale if no RA is received.</p>
+<dd><p>Deprecated - This value is no longer used in the router.</p>
 </dd>
 <dt>addrCount (Integer)</dt>
 <dd><p>Number of addresses known to the router.</p>
@@ -191,7 +194,7 @@ listener {
 <h2 id="log">log</h2>
 <p>Configure logging for a particular module.</p>
 <dl>
-<dt>module (One of ['ROUTER', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
+<dt>module (One of ['ROUTER', 'ROUTER_HELLO', 'ROUTER_LS', 'ROUTER_MA', 'MESSAGE', 'SERVER', 'AGENT', 'CONTAINER', 'CONFIG', 'ERROR', 'DISPATCH', 'DEFAULT'], required)</dt>
 <dd><p>Module to configure. The special module 'DEFAULT' specifies defaults for all modules.</p>
 </dd>
 <dt>enable (String, required, default=default)</dt>

Modified: qpid/site/scripts/gen-dispatch-release-page
URL: http://svn.apache.org/viewvc/qpid/site/scripts/gen-dispatch-release-page?rev=1653655&r1=1653654&r2=1653655&view=diff
==============================================================================
--- qpid/site/scripts/gen-dispatch-release-page (original)
+++ qpid/site/scripts/gen-dispatch-release-page Wed Jan 21 21:16:57 2015
@@ -35,13 +35,15 @@ documentation = \
 
 <div class="two-column" markdown="1">
 <div class="column" markdown="1">
- - [Installing Qpid Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README)
- - [Dispatch router book](book.html) ([PDF](book.pdf))
- - Manual pages
-   - [qdrouterd](qdrouterd.8.html) The router daemon
-   - [qdrouterd.conf](qdrouterd.conf.5.html) Router daemon configuration
-   - [qdstat](qdstat.8.html) Check statistics for a running router
-   - [qdmanage](qdmanage.8.html) Check statistics for a running router
+- [Installing Qpid Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README)
+- [Dispatch router book](book.html) ([PDF](book.pdf))
+- [Dispatch Library API](api/index.html)
+</div>
+<div class="column" markdown="1">
+- [qdrouterd](qdrouterd.8.html) The router daemon
+- [qdrouterd.conf](qdrouterd.conf.5.html) Router daemon configuration
+- [qdstat](qdstat.8.html) Check statistics for a running router
+- [qdmanage](qdmanage.8.html) Check statistics for a running router
 </div>
 </div>
 
@@ -172,7 +174,7 @@ This content was generated at {time} on
 
 ## More information
 
- - [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
+- [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
 """
 
 def gen_trunk_release_page(release_dir):



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org