Skip to content

Commit

Permalink
fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Mar 14, 2011
1 parent d31f022 commit 495ae0d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Expand Up @@ -41,7 +41,7 @@ <h2 id="started">Getting started</h2>
<div class="description">
<h3>libgit2 is...</h3>
<ul>
<li>licensed under a <b>very permissive license</b> so you can use it anywhere</li>
<li>licensed under a <b>very permissive license</b> so you can use it anywhere</li>
<li><b>faster</b> than any other Git library</li>
<li>written in standards compilant <b>C99</b></li>
<li>completely <b>multi-platform</b>: Windows, Linux, Mac OS X, xBSD</li>
Expand Down Expand Up @@ -130,8 +130,8 @@ <h2 id="bindings">Language bindings</h2>
<h3>Rugged (Ruby bindings)</h3>
<p>
Rugged (previously known as Ribbit) is the reference binding implementation for libgit2, used to make sure the
C API is sane and functional. Rugged is always in sync with the libgit2 master branch. It also has the
best name for any Ruby project. Ever.
C API is sane and functional. Rugged is always in sync with the libgit2 master branch. It also has the
best name for any Ruby project. Ever.
</p>
<a class="button" href="https://github.com/libgit2/rugged">Get Rugged</a>
</div>
Expand All @@ -140,17 +140,17 @@ <h3>Rugged (Ruby bindings)</h3>
<div class="bullet">
<div class="description">
<h3>objective-git (Objective-C bindings)</h3>
<p>Objective-git is another set of reference bindings for libgit2. It's always in sync with the libgit2
master branch, well tested, and tastes like Cocoa.</p>
<p>Objective-git is another set of reference bindings for libgit2. It's always in sync with the libgit2
master branch, well tested, and tastes like Cocoa.</p>
<a class="button" href="https://github.com/libgit2/objective-git">Get objective-git</a>
</div>
</div>

<div class="bullet">
<div class="description">
<h3>pygit2 (Python bindings)</h3>
<p>pygit2 are the Python 2.6+ bindings for libgit2 mantained by David Borowitz. They
make extensive use of common Python idioms, and also make programming Git applications fun again.
<p>pygit2 are the Python 2.6+ bindings for libgit2 mantained by David Borowitz. They
make extensive use of common Python idioms, and also make programming Git applications fun again.
They should be (mostly) up to date with the library changes.</p>
</div>
<a class="button" href="https://github.com/libgit2/pygit2">Get pygit2</a>
Expand All @@ -159,9 +159,9 @@ <h3>pygit2 (Python bindings)</h3>
<div class="bullet">
<div class="description">
<h3>libgit2sharp (.NET bindings)</h3>
<p>libgit2sharp is a set of bindings for .NET, maintained by Emeric Fermas. They should be usable
from any language that runs on the .NET runtime, including IronPython and IronRuby. How cool is
that?</p>
<p>libgit2sharp is a set of bindings for .NET, maintained by Emeric Fermas. They should be usable
from any language that runs on the .NET runtime, including IronPython and IronRuby. How cool is
that?</p>
<a class="button" href="https://github.com/libgit2/libgit2sharp">Get libgit2sharp</a>
</div>
</div>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h3>GitForDelphi (Delphi bindings)</h3>

<div class="bullet">
<div class="description">
<h3>node-gitteh (Node.js bindings)</h3>
<h3>node-gitteh (Node.js bindings)</h3>
<p>libgit2 bindings for Node.js, maintained by samcday. It's like Git, but more asynchronous.</p>
<a class="button" href="https://github.com/libgit2/node-gitteh">Get node-gitteh</a>
</div>
Expand Down

0 comments on commit 495ae0d

Please sign in to comment.