Added: qpid/site/input/releases/qpid-dispatch-master/man/qdrouterd.html.in
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-master/man/qdrouterd.html.in?rev=1705904&view=auto
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-master/man/qdrouterd.html.in (added)
+++ qpid/site/input/releases/qpid-dispatch-master/man/qdrouterd.html.in Tue Sep 
29 18:03:12 2015
@@ -0,0 +1,43 @@
+
+  
+  <div class="section" id="qdrouterd-manual-page">
+<h1>qdrouterd manual page<a class="headerlink" href="#qdrouterd-manual-page" 
title="Permalink to this headline">.</a></h1>
+<div class="section" id="synopsis">
+<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this 
headline">.</a></h2>
+<p>qdrouterd [<em>options</em>]</p>
+</div>
+<div class="section" id="description">
+<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to 
this headline">.</a></h2>
+<p>The Qpid Dispatch router (qdrouterd) is a network daemon that directs
+AMQP 1.0 messages between endpoints, such as messaging clients and
+servers.</p>
+</div>
+<div class="section" id="options">
+<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this 
headline">.</a></h2>
+<p>-c, &#8211;config=PATH (/usr/local/etc/qpid-dispatch/qdrouterd.conf)
+:   Load configuration from file at PATH</p>
+<p>-I, &#8211;include=PATH (/usr/local/lib/qpid-dispatch/python)
+:   Location of Dispatch&#8217;s Python library</p>
+<p>-d, &#8211;daemon
+:   Run process as a SysV-style daemon</p>
+<p>-P, &#8211;pidfile
+:   If daemon, the file for the stored daemon pid</p>
+<p>-U, &#8211;user
+:   If daemon, the username to run as</p>
+<p>-h, &#8211;help
+:   Print this help</p>
+</div>
+<div class="section" id="files">
+<h2>FILES<a class="headerlink" href="#files" title="Permalink to this 
headline">.</a></h2>
+<dl class="docutils">
+<dt>/usr/local/etc/qdrouterd.conf</dt>
+<dd>Configuration flie.</dd>
+</dl>
+</div>
+<div class="section" id="see-also">
+<h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this 
headline">.</a></h2>
+<p><em>qdrouterd.conf(5)</em>, <em>qdstat(8)</em>, <em>qdmanage(8)</em></p>
+<p><a class="reference external" 
href="http://qpid.apache.org/components/dispatch-router";>http://qpid.apache.org/components/dispatch-router</a></p>
+</div>
+</div>
+

Added: qpid/site/input/releases/qpid-dispatch-master/man/qdstat.html.in
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-master/man/qdstat.html.in?rev=1705904&view=auto
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-master/man/qdstat.html.in (added)
+++ qpid/site/input/releases/qpid-dispatch-master/man/qdstat.html.in Tue Sep 29 
18:03:12 2015
@@ -0,0 +1,63 @@
+
+  
+  <div class="section" id="qdstat-manual-page">
+<h1>qdstat manual page<a class="headerlink" href="#qdstat-manual-page" 
title="Permalink to this headline">.</a></h1>
+<div class="section" id="synopsis">
+<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this 
headline">.</a></h2>
+<p>qdstat [options]</p>
+</div>
+<div class="section" id="description">
+<h2>Description<a class="headerlink" href="#description" title="Permalink to 
this headline">.</a></h2>
+<p><em>qdstat</em> shows status information about networks of Dispatch 
routers. It
+can display connections, network nodes and links, and router stats such
+as memory use.</p>
+</div>
+<div class="section" id="options">
+<h2>Options<a class="headerlink" href="#options" title="Permalink to this 
headline">.</a></h2>
+<p>-h, &#8211;help
+:   show this help message and exit</p>
+<p>&#8211;version
+:   Print version and exit.</p>
+<p>-g, &#8211;general
+:   Show General Router Stats</p>
+<p>-c, &#8211;connections
+:   Show Connections</p>
+<p>-l, &#8211;links
+:   Show Router Links</p>
+<p>-n, &#8211;nodes
+:   Show Router Nodes</p>
+<p>-a, &#8211;address
+:   Show Router Addresses</p>
+<p>-m, &#8211;memory
+:   Show Broker Memory Stats</p>
+<p>-v, &#8211;verbose
+:   Show maximum detail</p>
+<p>&#8211;log
+:   Show recent log entries</p>
+<p>&#8211;limit=LIMIT
+:   Limit number of log entries</p>
+<div class="section" id="connection-options">
+<h3>Connection Options<a class="headerlink" href="#connection-options" 
title="Permalink to this headline">.</a></h3>
+<p>-b URL, &#8211;bus=URL
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
+<p>-r ROUTER-ID, &#8211;router=ROUTER-ID
+:   Router to be queried</p>
+<p>-t SECS, &#8211;timeout=SECS
+:   Maximum time to wait for connection in seconds (default 5)</p>
+<p>&#8211;ssl-certificate=CERT
+:   Client SSL certificate (PEM Format)</p>
+<p>&#8211;ssl-key=KEY
+:   Client SSL private key (PEM Format)</p>
+<p>&#8211;ssl-trustfile=TRUSTED-CA-DB
+:   Trusted Certificate Authority Database file (PEM Format)</p>
+<p>&#8211;ssl-password=PASSWORD
+:   Certificate password, will be prompted if not specifed.</p>
+</div>
+</div>
+<div class="section" id="see-also">
+<h2>See also<a class="headerlink" href="#see-also" title="Permalink to this 
headline">.</a></h2>
+<p><em>qdrouterd(8)</em>, <em>qdmanage(8)</em>, <em>qdrouterd.conf(5)</em></p>
+<p><a class="reference external" 
href="http://qpid.apache.org/components/dispatch-router";>http://qpid.apache.org/components/dispatch-router</a></p>
+</div>
+</div>
+

Modified: qpid/site/scripts/gen-dispatch-release-notes
URL: 
http://svn.apache.org/viewvc/qpid/site/scripts/gen-dispatch-release-notes?rev=1705904&r1=1705903&r2=1705904&view=diff
==============================================================================
--- qpid/site/scripts/gen-dispatch-release-notes (original)
+++ qpid/site/scripts/gen-dispatch-release-notes Tue Sep 29 18:03:12 2015
@@ -65,8 +65,8 @@ def gen_release_notes(release, release_d
 
 release, release_dir, checkout_dir = setup_release_script()
 
-if release == "trunk":
-    notice("Skipping generation for trunk")
+if release == "master":
+    notice("Skipping generation for master branch")
     sys.exit()
 
 gen_release_notes(release, release_dir)

Modified: qpid/site/scripts/gen-dispatch-release-page
URL: 
http://svn.apache.org/viewvc/qpid/site/scripts/gen-dispatch-release-page?rev=1705904&r1=1705903&r2=1705904&view=diff
==============================================================================
--- qpid/site/scripts/gen-dispatch-release-page (original)
+++ qpid/site/scripts/gen-dispatch-release-page Tue Sep 29 18:03:12 2015
@@ -134,7 +134,7 @@ def gen_release_page(release, release_di
 
     write(output_path, output)
 
-trunk_template = """
+master_template = """
 ;;
 ;; Licensed to the Apache Software Foundation (ASF) under one
 ;; or more contributor license agreements.  See the NOTICE file
@@ -154,7 +154,7 @@ trunk_template = """
 ;; under the License.
 ;;
 
-# Qpid Dispatch Trunk
+# Qpid Dispatch Development
 
 <div class="feature" markdown="1">
 
@@ -177,7 +177,7 @@ This content was generated at {time} on
 - [Source 
repository](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git)
 """
 
-def gen_trunk_release_page(release_dir):
+def gen_master_release_page(release_dir):
     output_path = join(release_dir, "index.md")
 
     now = datetime.now()
@@ -186,15 +186,15 @@ def gen_trunk_release_page(release_dir):
     date = now.strftime("%d %B %Y")
     time = now.strftime("%H:%M %Z")
 
-    output = trunk_template.format(documentation=documentation, **locals())
+    output = master_template.format(documentation=documentation, **locals())
     output = output.strip()
 
     write(output_path, output)
 
 release, release_dir, checkout_dir = setup_release_script()
 
-if release == "trunk":
-    gen_trunk_release_page(release_dir)
+if release == "master":
+    gen_master_release_page(release_dir)
 else:
     gen_release_page(release, release_dir)
 

Modified: qpid/site/scripts/gen-proton-release-page
URL: 
http://svn.apache.org/viewvc/qpid/site/scripts/gen-proton-release-page?rev=1705904&r1=1705903&r2=1705904&view=diff
==============================================================================
--- qpid/site/scripts/gen-proton-release-page (original)
+++ qpid/site/scripts/gen-proton-release-page Tue Sep 29 18:03:12 2015
@@ -161,6 +161,7 @@ This content was generated at {time} on
  - [C++ API reference](proton/cpp/api/index.html)
  - [Java API reference](proton/java/api/index.html)
  - [Python API reference](proton/python/api/index.html)
+ - [Go 
binding](https://github.com/apache/qpid-proton/tree/master/proton-c/bindings/go/README.md)
  - [Installing Qpid 
Proton](https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;a=blob_plain;f=README;hb=HEAD)
 
 </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to