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 2013/03/27 02:11:28 UTC

[33/52] [abbrv] git commit: wip

wip


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

Branch: refs/heads/master
Commit: 6c0be37efb1744f1f2b40e1c44a032ccd94169bf
Parents: 2d635f5
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sun Mar 10 16:19:57 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sun Mar 10 16:19:57 2013 -0700

----------------------------------------------------------------------
 src/site/confluence/articles.confluence        |   15 +++++++++++++++
 src/site/confluence/getting-started.confluence |    2 ++
 src/site/site.xml                              |    1 +
 3 files changed, 18 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6c0be37e/src/site/confluence/articles.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/articles.confluence b/src/site/confluence/articles.confluence
new file mode 100644
index 0000000..cf256b9
--- /dev/null
+++ b/src/site/confluence/articles.confluence
@@ -0,0 +1,15 @@
+h1. Articles and Blogs About Curator
+
+|[[Adventures in Clustering - part 1|http://sourcedelica.com/blog/2013/01/adventures-in-clustering-part-1/]]|
+|[[Configuring the Cluster Component|http://puniverse.github.com/galaxy/manual/config/config-cluster.html]]|
+|[[Curator Framework: Reducing the Complexity of Building Distributed Systems|http://www.optify.net/marketing-technology/curator-framework-reducing-the-complexity-of-building-distributed-systems]]|
+|[[Dataweek Keynote: Large Scale Search, Discovery and Analysis in Action (Slides 23/24)|http://www.slideshare.net/mumrah/introduction-to-zookeeper-trihug-may-22-2012]]|
+|[[Hadoop: The Definitive Guide - 3rd Edition (page 522)|http://www.amazon.com/Hadoop-Definitive-Guide-Tom-White/dp/1449311520/ref=pd%5Fsim%5Fb%5F1]]|
+|[[Introduction to ZooKeeper - TriHUG May 22, 2012|http://www.slideshare.net/mumrah/introduction-to-zookeeper-trihug-may-22-2012]]|
+|[[Leader Electon, Curator and Embedded ZK|https://dl.dropbox.com/u/7540961/zk%5Fleader%5Felection.pdf]]|
+|[[Lesson in Distributed Computing with Apache ZooKeeper (German)|http://www.java-forum-stuttgart.de/jfs/2012/folien/A6.pdf]]|
+|[[Netflix Curator for Zookeeper|http://www.youtube.com/watch?v=8e9bnaPw5RI]]|
+|[[Software Developer's Journal - Hadoop Issue|http://sdjournal.org/apache-hadoop-ecosystem/]]|
+|[[Stay in sync with Apache Zookeeper|http://funnel.hasgeek.com/rootconf/338-stay-in-sync-with-apache-zookeeper]]|
+|[[Using Netflix Curator for Service Discovery|http://blog.palominolabs.com/2012/08/14/using-netflix-curator-for-service-discovery/]]|
+|[[Zookeeper, Netflix Curator and ACLs|http://michaelmorello.blogspot.com/2012/12/zookeeper-netflix-curator-and-acls.html]]|

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6c0be37e/src/site/confluence/getting-started.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/getting-started.confluence b/src/site/confluence/getting-started.confluence
index f957de4..749b9cf 100644
--- a/src/site/confluence/getting-started.confluence
+++ b/src/site/confluence/getting-started.confluence
@@ -1,3 +1,5 @@
+h1. Getting Started
+
 h2. Learn ZooKeeper
 
 Curator users are assumed to know ZooKeeper. A good place to start is here: [[http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html]]

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6c0be37e/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index f54e287..44cb7bb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -72,6 +72,7 @@
         <menu name="Community" inherit="top">
             <item name="Submitting Patches" href="patches.html"/>
             <item name="History" href="history.html"/>
+            <item name="Third Party Articles" href="articles.html"/>
         </menu>
 
         <menu name="ASF" inherit="bottom">