Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 6125fc405 -> 6e211f3c4


DISPATCH-362 - Fixed the man page doc of ssl-profile and its attributes to use 
camel case


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/6e211f3c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/6e211f3c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/6e211f3c

Branch: refs/heads/asf-site
Commit: 6e211f3c482cb2ea523a1fc6fa8022cfe1c24b2a
Parents: 6125fc4
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Tue Jun 7 10:22:36 2016 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Tue Jun 7 10:22:36 2016 -0400

----------------------------------------------------------------------
 .../book/default_config.html                    |  2 +-
 .../qpid-dispatch-master/book/introduction.html |  2 +-
 .../qpid-dispatch-master/book/schema.html       |  4 ++--
 .../releases/qpid-dispatch-master/index.html    |  2 +-
 .../man/qdrouterd.conf.html                     | 24 ++++++++++----------
 .../book/default_config.html.in                 |  2 +-
 .../book/introduction.html.in                   |  2 +-
 .../qpid-dispatch-master/book/schema.html.in    |  4 ++--
 input/releases/qpid-dispatch-master/index.md    |  2 +-
 .../man/qdrouterd.conf.html.in                  | 24 ++++++++++----------
 10 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/content/releases/qpid-dispatch-master/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/book/default_config.html 
b/content/releases/qpid-dispatch-master/book/default_config.html
index fb0c3de..db3699d 100644
--- a/content/releases/qpid-dispatch-master/book/default_config.html
+++ b/content/releases/qpid-dispatch-master/book/default_config.html
@@ -119,7 +119,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
   <div class="section" id="configuration">
 <h1>2.1. Configuration<a class="headerlink" href="#configuration" 
title="Permalink to this headline">.</a></h1>
 <p>The default configuration file is installed in
-<cite>install-prefix</cite>/etc/qpid/qdrouterd.conf. This configuration file 
will
+<cite>install-prefix</cite>/etc/qdrouterd.conf. This configuration file will
 cause the router to run in standalone mode, listening on the standard
 AMQP port (5672). Dispatch Router looks for the configuration file in
 the installed location by default. If you wish to use a different path,

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/content/releases/qpid-dispatch-master/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/book/introduction.html 
b/content/releases/qpid-dispatch-master/book/introduction.html
index ab6f675..623021f 100644
--- a/content/releases/qpid-dispatch-master/book/introduction.html
+++ b/content/releases/qpid-dispatch-master/book/introduction.html
@@ -120,7 +120,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <h1>1. Introduction<a class="headerlink" href="#introduction" title="Permalink 
to this headline">.</a></h1>
 <div class="section" id="overview">
 <h2>1.1. Overview<a class="headerlink" href="#overview" title="Permalink to 
this headline">.</a></h2>
-<p>The Dispatch router is an AMQP message message router that provides
+<p>The Dispatch router is an AMQP message router that provides
 advanced interconnect capabilities. It allows flexible routing of
 messages between any AMQP-enabled endpoints, whether they be clients,
 servers, brokers or any other entity that can send or receive standard

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/content/releases/qpid-dispatch-master/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/book/schema.html 
b/content/releases/qpid-dispatch-master/book/schema.html
index 7b6b282..20fa905 100644
--- a/content/releases/qpid-dispatch-master/book/schema.html
+++ b/content/releases/qpid-dispatch-master/book/schema.html
@@ -242,7 +242,7 @@ be modified using the <cite>update</cite> operation, see 
the entity descriptions
 <dt><em>displayNameFile</em> (string, <cite>CREATE</cite>)</dt>
 <dd>The path to the file containing the unique id to dispay name mapping</dd>
 <dt><em>sslProfileName</em> (string)</dt>
-<dd>The name of the ssl profile</dd>
+<dd>The name of the ssl profile. This is for internal use only. Use the 
&#8216;name&#8217; attribute to assign a name to an sslProfile section</dd>
 <dt><em>saslMechanisms</em> (string, <cite>CREATE</cite>)</dt>
 <dd>Comma separated list of accepted SASL authentication mechanisms.</dd>
 <dt><em>authenticatePeer</em> (boolean, <cite>CREATE</cite>)</dt>
@@ -301,7 +301,7 @@ be modified using the <cite>update</cite> operation, see 
the entity descriptions
 <dt><em>displayNameFile</em> (string, <cite>CREATE</cite>)</dt>
 <dd>The path to the file containing the unique id to dispay name mapping</dd>
 <dt><em>sslProfileName</em> (string)</dt>
-<dd>The name of the ssl profile</dd>
+<dd>The name of the ssl profile. This is for internal use only. Use the 
&#8216;name&#8217; attribute to assign a name to an sslProfile section</dd>
 <dt><em>saslMechanisms</em> (string, <cite>CREATE</cite>)</dt>
 <dd>Comma separated list of accepted SASL authentication mechanisms.</dd>
 <dt><em>allowRedirect</em> (boolean, default=True, <cite>CREATE</cite>)</dt>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/content/releases/qpid-dispatch-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/index.html 
b/content/releases/qpid-dispatch-master/index.html
index 09b3150..95a94fd 100644
--- a/content/releases/qpid-dispatch-master/index.html
+++ b/content/releases/qpid-dispatch-master/index.html
@@ -124,7 +124,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 incomplete.  For a smoother experience, see the <a 
href="/releases/qpid-dispatch-0.5/index.html">current stable
 release</a>.</p>
 
-<p>This content was generated at 16:27  on Wednesday, 25 May 2016.</p>
+<p>This content was generated at 10:11  on Tuesday, 07 June 2016.</p>
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html 
b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
index c9ffeb5..687f555 100644
--- a/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-master/man/qdrouterd.conf.html
@@ -125,9 +125,9 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <div class="section" id="description">
 <h2>Description<a class="headerlink" href="#description" title="Permalink to 
this headline">.</a></h2>
 <p>The configuration file is made up of sections with this syntax:</p>
-<div class="highlight-python"><div 
class="highlight"><pre><span></span>SECTION-NAME {
-    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
-    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
+<div class="highlight-python"><div 
class="highlight"><pre><span></span>sectionName {
+    attributeName: attributeValue
+    attributeName: attributeValue
     ...
 }
 </pre></div>
@@ -137,22 +137,22 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 configured via management tools as well as via the configuration file.</p>
 <p><em>Annotation sections</em> define a group of attribute values that can be 
included in
 one or more entity sections.</p>
-<p>For example you can define an &#8220;ssl-profile&#8221; annotation section 
with SSL credentials
+<p>For example you can define an &#8220;sslProfile&#8221; annotation section 
with SSL credentials
 that can be included in multiple &#8220;listener&#8221; entities. Here&#8217;s 
an example, note
-how the &#8216;ssl-profile&#8217; attribute of &#8216;listener&#8217; sections 
references the &#8216;name&#8217;
-attribute of &#8216;ssl-profile&#8217; sections.</p>
-<div class="highlight-python"><div 
class="highlight"><pre><span></span>ssl-profile {
+how the &#8216;sslProfile&#8217; attribute of &#8216;listener&#8217; sections 
references the &#8216;name&#8217;
+attribute of &#8216;sslProfile&#8217; sections.</p>
+<div class="highlight-python"><div 
class="highlight"><pre><span></span>sslProfile {
     name: ssl-profile-one
-    cert-db: ca-certificate-1.pem
-    cert-file: server-certificate-1.pem
-    key-file: server-private-key.pem
+    certDb: ca-certificate-1.pem
+    certFile: server-certificate-1.pem
+    keyFile: server-private-key.pem
 }
 
 listener {
-    ssl-profile: ssl-profile-one
+    sslProfile: ssl-profile-one
     host: 0.0.0.0
     port: 20102
-    sasl-mechanisms: ANONYMOUS
+    saslMechanisms: ANONYMOUS
 }
 </pre></div>
 </div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/input/releases/qpid-dispatch-master/book/default_config.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/book/default_config.html.in 
b/input/releases/qpid-dispatch-master/book/default_config.html.in
index edbf413..850988d 100644
--- a/input/releases/qpid-dispatch-master/book/default_config.html.in
+++ b/input/releases/qpid-dispatch-master/book/default_config.html.in
@@ -3,7 +3,7 @@
   <div class="section" id="configuration">
 <h1>2.1. Configuration<a class="headerlink" href="#configuration" 
title="Permalink to this headline">.</a></h1>
 <p>The default configuration file is installed in
-<cite>install-prefix</cite>/etc/qpid/qdrouterd.conf. This configuration file 
will
+<cite>install-prefix</cite>/etc/qdrouterd.conf. This configuration file will
 cause the router to run in standalone mode, listening on the standard
 AMQP port (5672). Dispatch Router looks for the configuration file in
 the installed location by default. If you wish to use a different path,

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/input/releases/qpid-dispatch-master/book/introduction.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/book/introduction.html.in 
b/input/releases/qpid-dispatch-master/book/introduction.html.in
index 45dbc25..91add93 100644
--- a/input/releases/qpid-dispatch-master/book/introduction.html.in
+++ b/input/releases/qpid-dispatch-master/book/introduction.html.in
@@ -4,7 +4,7 @@
 <h1>1. Introduction<a class="headerlink" href="#introduction" title="Permalink 
to this headline">.</a></h1>
 <div class="section" id="overview">
 <h2>1.1. Overview<a class="headerlink" href="#overview" title="Permalink to 
this headline">.</a></h2>
-<p>The Dispatch router is an AMQP message message router that provides
+<p>The Dispatch router is an AMQP message router that provides
 advanced interconnect capabilities. It allows flexible routing of
 messages between any AMQP-enabled endpoints, whether they be clients,
 servers, brokers or any other entity that can send or receive standard

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/input/releases/qpid-dispatch-master/book/schema.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/book/schema.html.in 
b/input/releases/qpid-dispatch-master/book/schema.html.in
index 5bd1239..4d26bd8 100644
--- a/input/releases/qpid-dispatch-master/book/schema.html.in
+++ b/input/releases/qpid-dispatch-master/book/schema.html.in
@@ -126,7 +126,7 @@ be modified using the <cite>update</cite> operation, see 
the entity descriptions
 <dt><em>displayNameFile</em> (string, <cite>CREATE</cite>)</dt>
 <dd>The path to the file containing the unique id to dispay name mapping</dd>
 <dt><em>sslProfileName</em> (string)</dt>
-<dd>The name of the ssl profile</dd>
+<dd>The name of the ssl profile. This is for internal use only. Use the 
&#8216;name&#8217; attribute to assign a name to an sslProfile section</dd>
 <dt><em>saslMechanisms</em> (string, <cite>CREATE</cite>)</dt>
 <dd>Comma separated list of accepted SASL authentication mechanisms.</dd>
 <dt><em>authenticatePeer</em> (boolean, <cite>CREATE</cite>)</dt>
@@ -185,7 +185,7 @@ be modified using the <cite>update</cite> operation, see 
the entity descriptions
 <dt><em>displayNameFile</em> (string, <cite>CREATE</cite>)</dt>
 <dd>The path to the file containing the unique id to dispay name mapping</dd>
 <dt><em>sslProfileName</em> (string)</dt>
-<dd>The name of the ssl profile</dd>
+<dd>The name of the ssl profile. This is for internal use only. Use the 
&#8216;name&#8217; attribute to assign a name to an sslProfile section</dd>
 <dt><em>saslMechanisms</em> (string, <cite>CREATE</cite>)</dt>
 <dd>Comma separated list of accepted SASL authentication mechanisms.</dd>
 <dt><em>allowRedirect</em> (boolean, default=True, <cite>CREATE</cite>)</dt>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/input/releases/qpid-dispatch-master/index.md
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/index.md 
b/input/releases/qpid-dispatch-master/index.md
index aee5895..7e721af 100644
--- a/input/releases/qpid-dispatch-master/index.md
+++ b/input/releases/qpid-dispatch-master/index.md
@@ -27,7 +27,7 @@ Code and documentation found here may be unstable, incorrect, 
or
 incomplete.  For a smoother experience, see the [current stable
 release]({{current_dispatch_release_url}}/index.html).
 
-This content was generated at 16:27  on Wednesday, 25 May 2016.
+This content was generated at 10:11  on Tuesday, 07 June 2016.
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6e211f3c/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in 
b/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
index 6e8b211..0021070 100644
--- a/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
+++ b/input/releases/qpid-dispatch-master/man/qdrouterd.conf.html.in
@@ -9,9 +9,9 @@
 <div class="section" id="description">
 <h2>Description<a class="headerlink" href="#description" title="Permalink to 
this headline">.</a></h2>
 <p>The configuration file is made up of sections with this syntax:</p>
-<div class="highlight-python"><div 
class="highlight"><pre><span></span>SECTION-NAME {
-    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
-    ATTRIBUTE-NAME: ATTRIBUTE-VALUE
+<div class="highlight-python"><div 
class="highlight"><pre><span></span>sectionName {
+    attributeName: attributeValue
+    attributeName: attributeValue
     ...
 }
 </pre></div>
@@ -21,22 +21,22 @@
 configured via management tools as well as via the configuration file.</p>
 <p><em>Annotation sections</em> define a group of attribute values that can be 
included in
 one or more entity sections.</p>
-<p>For example you can define an &#8220;ssl-profile&#8221; annotation section 
with SSL credentials
+<p>For example you can define an &#8220;sslProfile&#8221; annotation section 
with SSL credentials
 that can be included in multiple &#8220;listener&#8221; entities. Here&#8217;s 
an example, note
-how the &#8216;ssl-profile&#8217; attribute of &#8216;listener&#8217; sections 
references the &#8216;name&#8217;
-attribute of &#8216;ssl-profile&#8217; sections.</p>
-<div class="highlight-python"><div 
class="highlight"><pre><span></span>ssl-profile {
+how the &#8216;sslProfile&#8217; attribute of &#8216;listener&#8217; sections 
references the &#8216;name&#8217;
+attribute of &#8216;sslProfile&#8217; sections.</p>
+<div class="highlight-python"><div 
class="highlight"><pre><span></span>sslProfile {
     name: ssl-profile-one
-    cert-db: ca-certificate-1.pem
-    cert-file: server-certificate-1.pem
-    key-file: server-private-key.pem
+    certDb: ca-certificate-1.pem
+    certFile: server-certificate-1.pem
+    keyFile: server-private-key.pem
 }
 
 listener {
-    ssl-profile: ssl-profile-one
+    sslProfile: ssl-profile-one
     host: 0.0.0.0
     port: 20102
-    sasl-mechanisms: ANONYMOUS
+    saslMechanisms: ANONYMOUS
 }
 </pre></div>
 </div>


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

Reply via email to