You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/02/19 06:37:43 UTC

git commit: doc dev continues

Repository: curator
Updated Branches:
  refs/heads/CURATOR-88 b4c76c79b -> b9b9e055a


doc dev continues


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/b9b9e055
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/b9b9e055
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b9b9e055

Branch: refs/heads/CURATOR-88
Commit: b9b9e055a036092b9ad33c8639e711970a873b0f
Parents: b4c76c7
Author: randgalt <ra...@apache.org>
Authored: Wed Feb 19 11:07:05 2014 +0530
Committer: randgalt <ra...@apache.org>
Committed: Wed Feb 19 11:07:05 2014 +0530

----------------------------------------------------------------------
 .../src/site/confluence/entities.confluence     |   2 +-
 .../src/site/confluence/status.confluence       |   2 +-
 .../src/site/resources/images/client.png        | Bin 100105 -> 134807 bytes
 curator-x-rest/src/site/site.xml                |   2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/b9b9e055/curator-x-rest/src/site/confluence/entities.confluence
----------------------------------------------------------------------
diff --git a/curator-x-rest/src/site/confluence/entities.confluence b/curator-x-rest/src/site/confluence/entities.confluence
index dcf6bc5..63649ff 100644
--- a/curator-x-rest/src/site/confluence/entities.confluence
+++ b/curator-x-rest/src/site/confluence/entities.confluence
@@ -26,7 +26,7 @@ Here are the entity descriptions for the entities used in the APIs:
 |*CreateSpec*| | |
 |path|string|The ZK path|
 |data|string|The data to store in the node|
-|mode|string|The create mode. One of: "persistent", "persistent_sequential", "ephemeral", or "ephemeral_sequential"|
+|mode|string|The create mode. One of: "persistent", "persistent\_sequential", "ephemeral", or "ephemeral\_sequential"|
 | | | |
 | *PathAndId* | | |
 |path|string|The created ZK Path (possibly with a sequence suffix)|

http://git-wip-us.apache.org/repos/asf/curator/blob/b9b9e055/curator-x-rest/src/site/confluence/status.confluence
----------------------------------------------------------------------
diff --git a/curator-x-rest/src/site/confluence/status.confluence b/curator-x-rest/src/site/confluence/status.confluence
index 5957771..47e216a 100644
--- a/curator-x-rest/src/site/confluence/status.confluence
+++ b/curator-x-rest/src/site/confluence/status.confluence
@@ -71,5 +71,5 @@ h2. Recipe Messages
 |API: */curator/v1/recipes/node-cache*| |
 |Type|node-cache|
 |Source Id|generated leader Id|
-|Message|Either "child_added", "child_updated", "child_removed", "connection_suspended", "connection_reconnected", "connection_lost", or "initialized"|
+|Message|Either "child\_added", "child\_updated", "child\_removed", "connection\_suspended", "connection\_reconnected", "connection\_lost", or "initialized"|
 |Details|Node path|

http://git-wip-us.apache.org/repos/asf/curator/blob/b9b9e055/curator-x-rest/src/site/resources/images/client.png
----------------------------------------------------------------------
diff --git a/curator-x-rest/src/site/resources/images/client.png b/curator-x-rest/src/site/resources/images/client.png
index 27d10c2..3da02e9 100644
Binary files a/curator-x-rest/src/site/resources/images/client.png and b/curator-x-rest/src/site/resources/images/client.png differ

http://git-wip-us.apache.org/repos/asf/curator/blob/b9b9e055/curator-x-rest/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-x-rest/src/site/site.xml b/curator-x-rest/src/site/site.xml
index 5f9c307..7059f0f 100644
--- a/curator-x-rest/src/site/site.xml
+++ b/curator-x-rest/src/site/site.xml
@@ -19,7 +19,7 @@
     under the License.
 
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Discovery Service Server">
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Curator REST Proxy">
     <body>
         <head>
             <link rel="stylesheet" href="../css/site.css" />