Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Few updates to the gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
whoahbot committed May 27, 2009
1 parent ee89eea commit 72ae410
Showing 1 changed file with 21 additions and 55 deletions.
76 changes: 21 additions & 55 deletions index.html
Expand Up @@ -52,66 +52,32 @@ <h1><a href="http://github.com/whoahbot/dm-redis-adapter">dm-redis-adapter</a>
A DataMapper adapter for the redis key-value database
</div>

<p>This is an experimental datamapper adapter for the <a href="http://code.google.com/p/redis/wiki/README">Redis</a> key-value database.

Please be aware that this is very alpha quality software! It is not yet ready for production use.
</p><h2>Dependencies</h2>
<p>** <a href="http://github.com/ezmobius/redis-rb">redis-rb 0.03</a> By the excellent Ezra Zygmuntowicz
It's best to install the version of the redis gem that is available in the client-libraries dir of the redis distribution.
** <a href="http://github.com/datamapper/extlib">extlib</a>, dependency for dm-core
** <a href="http://github.com/datamapper/do/">data-objects</a>, dependency for dm-core
** <a href="http://github.com/datamapper/dm-core/tree/next">dm-core</a> next branch</p>
<h2>Install</h2>
<p>
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install whoahbot-dm-redis</p>
<p>This is a datamapper adapter for the <a href="http://code.google.com/p/redis/wiki/README">Redis</a> key-value database.</p> Please see the <a href="http://github.com/whoahbot/dm-redis-adapter">project</a> page for dependencies and installation instructions.
<h2>License</h2>
<p>Copyright (c) 2009 Dan Herrera

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.</p>
<p><a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></p>

<h2>Authors</h2>
<p>Dan Herrera (whoahbot@gmail.com)<br/><br/> </p>
<p>Dan Herrera (whoahbot@gmail.com)</p>

<h2>Contact</h2>
<p>Dan Herrera (whoahbot@gmail.com)<br/> </p>
<p>Dan Herrera (whoahbot@gmail.com)</p>

<h2>Download</h2>
<p>
You can download this project in either
<a href="http://github.com/whoahbot/dm-redis-adapter/zipball/master">zip</a> or
<a href="http://github.com/whoahbot/dm-redis-adapter/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/whoahbot/dm-redis-adapter</pre>
</p>

<div class="footer">
get the source code on GitHub : <a href="http://github.com/whoahbot/dm-redis-adapter">whoahbot/dm-redis-adapter</a>
</div>

<h2>Download</h2>
<p>
You can download this project in either
<a href="http://github.com/whoahbot/dm-redis-adapter/zipball/master">zip</a> or
<a href="http://github.com/whoahbot/dm-redis-adapter/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/whoahbot/dm-redis-adapter</pre>
</p>

<div class="footer">
get the source code on GitHub : <a href="http://github.com/whoahbot/dm-redis-adapter">whoahbot/dm-redis-adapter</a>
</div>

</div>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
Expand Down

0 comments on commit 72ae410

Please sign in to comment.