|
16 | 16 | <body> |
17 | 17 | <div id="wrapper"> |
18 | 18 | <section id="api" class="full block"> |
19 | | - <!-- |
20 | | - <input tabindex="1" placeholder="Search API" type="search"><select> |
21 | | - <option disabled>Select Version</option> |
22 | | - <option selected value="wip">WIP</option> |
23 | | - </select> |
24 | | - --> |
25 | | - |
26 | 19 | <div> |
27 | 20 | <ul id="list-api"> |
28 | | - <a href="/"><li class="brand">NodeGit</li></a> |
| 21 | + <a href="#"><li class="brand">NodeGit</li></a> |
| 22 | + <li><input tabindex="1" placeholder="Search API" type="search"></li> |
29 | 23 | </ul> |
30 | 24 | <div class="api-content"> |
| 25 | + <div class="about"> |
| 26 | + <h3>About NodeGit</h3> |
| 27 | + <p>Asynchronous native Node bindings to the libgit2 project.</p> |
| 28 | + <span class="version">Version 0.1.0</span> | |
| 29 | + <a href="https://github.com/nodegit/nodegit">GitHub repository</a> |
| 30 | + <p> |
| 31 | + <a href="https://travis-ci.org/nodegit/nodegit"><img src="https://camo.githubusercontent.com/be9d877bd751211f37a89a3609758d5c44a7505e/68747470733a2f2f7472617669732d63692e6f72672f746272616e79656e2f6e6f64656769742e706e67" alt="Build |
| 32 | + Status" data-canonical-src="https://travis-ci.org/tbranyen/nodegit.png" style="max-width:100%;"></a> |
| 33 | + <a href="https://ci.appveyor.com/project/TimBranyen/nodegit"><img src="https://ci.appveyor.com/api/projects/status/e5a5q75l9yfhnfv2/branch/master" alt="Build Status: Windows" height="18" /></a> |
| 34 | + |
| 35 | + <h4>History:</h4> |
| 36 | + <div class="wrap-content"> |
| 37 | + <p> |
| 38 | + Originally started in 2011 as a project by TJ Fontaine, current |
| 39 | + Node lead, as an FFI-binding to libgit2. Tim Branyen then |
| 40 | + forked the project and migrated it to use native wrapper |
| 41 | + bindings, which would increase performance. |
| 42 | + </p> |
| 43 | + <p> |
| 44 | + NodeGit was then led by Michael Robinson, who stabilized much |
| 45 | + of the core binding logic for the limited API exposed. Nick |
| 46 | + Kallen came on much later and automated a majority of the |
| 47 | + native code. |
| 48 | + </p> |
| 49 | + <p> |
| 50 | + After benefiting from so many contributors, NodeGit is maturing |
| 51 | + and is slowly becoming a full suite of automated 1:1 bindings |
| 52 | + to libgit2. |
| 53 | + </p> |
| 54 | + <h3>Install</h3> |
| 55 | + <pre> |
| 56 | + <code> |
| 57 | + npm install nodegit |
| 58 | + </code> |
| 59 | + </pre> |
| 60 | + </div> |
| 61 | + <h3>API Documentation</h3> |
| 62 | + </div> |
31 | 63 | <script type="inner-content"> |
32 | 64 | <div id="{{jsClassName}}" class="inner-content"> |
33 | 65 | <ul class="api-contents"> |
|
0 commit comments