Commit 0fbb4b06 authored by John E. Vincent's avatar John E. Vincent

fixing layout - sort of

parent cee6ab8b
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
<style type="text/css"> <style type="text/css">
body { body {
margin-top: 1.0em; margin-top: 1.0em;
background-color: #22138b; background-color: #ffffff;
font-family: "Helvetica,Arial,FreeSans"; font-family: "Helvetica,Arial,FreeSans";
color: #ffffff; color: black;
} }
#container { #container {
margin: 0 auto; margin: 0 auto;
...@@ -52,12 +52,14 @@ ...@@ -52,12 +52,14 @@
Lightweight node and service registry based on Zookeeper Lightweight node and service registry based on Zookeeper
</div> </div>
<p>_ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services_ <p><i>ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services</i></p>
Noah is not quite the same as but heavily inspired by Apache Zookeeper.</p><h2>Dependencies</h2> <p>Noah is not quite the same as but heavily inspired by Apache Zookeeper.</p><h2>Dependencies</h2>
<p>sinatra <ul>
redis <li>sinatra</li>
ohm</p> <li>redis</li>
<li>ohm</li>
</ul>
<h2>Install</h2> <h2>Install</h2>
<p>gem install noah </p> <p>gem install noah </p>
<h2>License</h2> <h2>License</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment