Skip to content

Commit 35828b8

Browse files
committed
Initial commit
0 parents  commit 35828b8

38 files changed

+2919
-0
lines changed

css/libgit2.css

+1,918
Large diffs are not rendered by default.

images/bg/body.jpg

1.86 KB
Loading

images/icons/code.png

1.44 KB
Loading

images/libgit2/[email protected]

1.28 KB
Loading

images/libgit2/[email protected]

1.89 KB
Loading

images/libgit2/[email protected]

4.66 KB
Loading

images/libgit2/[email protected]

2.96 KB
Loading

images/libgit2/[email protected]

9.34 KB
Loading

images/libgit2/[email protected]

1.48 KB
Loading

images/libgit2/[email protected]

1.7 KB
Loading

images/libgit2/[email protected]

4.89 KB
Loading

images/libgit2/[email protected]

3.9 KB
Loading

images/libgit2/[email protected]

2.42 KB
Loading

images/libgit2/[email protected]

5.01 KB
Loading

images/libgit2/[email protected]

2.68 KB
Loading

images/libgit2/[email protected]

5.72 KB
Loading

images/libgit2/[email protected]

2.95 KB
Loading

images/libgit2/[email protected]

3.27 KB
Loading

images/libgit2/[email protected]

4 KB
Loading

images/libgit2/[email protected]

4.78 KB
Loading

images/libgit2/[email protected]

10.9 KB
Loading

images/libgit2/[email protected]

3.14 KB
Loading

images/libgit2/[email protected]

3.94 KB
Loading

images/libgit2/[email protected]

3.88 KB
Loading

images/libgit2/[email protected]

3.42 KB
Loading

images/libgit2/[email protected]

4.6 KB
Loading

images/libgit2/[email protected]

7.14 KB
Loading

images/libgit2/[email protected]

16.7 KB
Loading

images/libgit2/[email protected]

2.5 KB
Loading

index.html

+198
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
2+
<!DOCTYPE html>
3+
<html lang='en'>
4+
<head>
5+
<title>libgit2</title>
6+
<meta charset='utf-8'>
7+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
8+
<link href="/css/libgit2.css?body=1" media="screen" rel="stylesheet" type="text/css" />
9+
<script src="/js/modernizr.js?body=1" type="text/javascript"></script>
10+
<script src="/js/modernizr-tests.js?body=1" type="text/javascript"></script>
11+
<!--[if (gte IE 6)&(lte IE 8)]>
12+
<script src='/javascripts/selectivizr-min.js' type='text/javascript'></script>
13+
<![endif]-->
14+
<script src="http://use.typekit.com/jsq2fql.js" type="text/javascript"></script>
15+
<script>
16+
//<![CDATA[
17+
try{Typekit.load();}catch(e){}
18+
//]]>
19+
</script>
20+
</head>
21+
<body id='home'>
22+
<div class='inner'>
23+
<header>
24+
<a href="/library"><img src="/images/libgit2/[email protected]" width="269" height="66" alt="libgit2" /></a>
25+
<a href="http://libgit2.github.com/api.html" class="button">
26+
<img src="/images/libgit2/[email protected]" width="21" height="30" />
27+
<h3>libgit2 Usage Guide</h3>
28+
</a>
29+
</header>
30+
</div>
31+
<div class='inner'>
32+
<div id='front-main'>
33+
<section id='intro'>
34+
<p>
35+
libgit2 is a <strong>portable</strong>, <strong>pure C implementation</strong> of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
36+
</p>
37+
</section>
38+
<section id='features'>
39+
<ul>
40+
<li id='cross-platform'>
41+
<img src="/images/libgit2/[email protected]" />
42+
<h3>100% Cross-Platform</h3>
43+
<p>A very short sentence or two. A very short sentence or two.</p>
44+
</li>
45+
<li id='zero-dependencies'>
46+
<img src="/images/libgit2/[email protected]" />
47+
<h3>Zero Dependencies</h3>
48+
<p>A very short sentence or two. A very short sentence or two.</p>
49+
</li>
50+
<li id='c89'>
51+
<img src="/images/libgit2/[email protected]" />
52+
<h3>C89</h3>
53+
<p>A very short sentence or two. A very short sentence or two.</p>
54+
</li>
55+
<li id='permissive-licensiing'>
56+
<img src="/images/libgit2/[email protected]" />
57+
<h3>Permissive Licensing</h3>
58+
<p>A very short sentence or two. A very short sentence or two.</p>
59+
</li>
60+
</ul>
61+
</section>
62+
<section id='production-usage'>
63+
<h5>Trusted and used in production by</h5>
64+
<img src="/images/libgit2/[email protected]" width="150" height="32" />
65+
<img src="/images/libgit2/[email protected]" width="83" height="38" />
66+
</section>
67+
</div>
68+
<aside id='sidebar'>
69+
<h5>Language Bindings</h5>
70+
<ul id='primary-languages'>
71+
<li id='rugged'>
72+
<img src="/images/libgit2/[email protected]" width="40" height="40" />
73+
<h6>Ruby</h6>
74+
<h5>
75+
<a href="https://github.com/libgit2/rugged">Rugged</a>
76+
</h5>
77+
</li>
78+
<li id='libgit2sharp'>
79+
<img src="/images/libgit2/[email protected]" width="94" height="39" />
80+
<h6>.Net &amp; Mono</h6>
81+
<h5>
82+
<a href="https://github.com/libgit2/libgit2sharp">LibGit2Sharp</a>
83+
</h5>
84+
</li>
85+
<li id='objective-c'>
86+
<img src="/images/libgit2/[email protected]" width="46" height="51" />
87+
<h6>Objective-C</h6>
88+
<h5>
89+
<a href="https://github.com/libgit2/objective-git">objective-git</a>
90+
</h5>
91+
</li>
92+
</ul>
93+
<ul class='additional-languages'>
94+
<li>
95+
<img src="/images/libgit2/[email protected]" />
96+
<h6>Python</h6>
97+
<h5>
98+
<a href="https://github.com/libgit2/pygit2">pygit2</a>
99+
</h5>
100+
</li>
101+
<li>
102+
<img src="/images/libgit2/[email protected]" />
103+
<h6>PHP</h6>
104+
<h5>
105+
<a href="https://github.com/libgit2/php-git">php-git</a>
106+
</h5>
107+
</li>
108+
<li>
109+
<img src="/images/libgit2/[email protected]" />
110+
<h6>Node.js</h6>
111+
<h5>
112+
<a href="https://github.com/libgit2/node-gitteh">node-gitteh</a>
113+
</h5>
114+
</li>
115+
<li>
116+
<img src="/images/libgit2/[email protected]" />
117+
<h6>Go</h6>
118+
<h5>
119+
<a href="https://github.com/str1ngs/go-git">go-git</a>
120+
</h5>
121+
</li>
122+
<li>
123+
<img src="/images/libgit2/[email protected]" />
124+
<h6>Erlang</h6>
125+
<h5>
126+
<a href="https://github.com/schacon/geef">Geef</a>
127+
</h5>
128+
</li>
129+
<li>
130+
<img src="/images/libgit2/[email protected]" />
131+
<h6>GObject</h6>
132+
<h5>
133+
<a href="http://git.gnome.org/browse/libgit2-glib">libgit2-glib</a>
134+
</h5>
135+
</li>
136+
</ul>
137+
<ul class='additional-languages'>
138+
<li>
139+
<img src="/images/libgit2/[email protected]" />
140+
<h6>Lua</h6>
141+
<h5>
142+
<a href="https://github.com/libgit2/luagit2">luagit2</a>
143+
</h5>
144+
</li>
145+
<li>
146+
<img src="/images/libgit2/[email protected]" />
147+
<h6>Delphi</h6>
148+
<h5>
149+
<a href="https://github.com/libgit2/GitForDelphi">GitForDelphi</a>
150+
</h5>
151+
</li>
152+
<li>
153+
<img src="/images/libgit2/[email protected]" />
154+
<h6>C++ Qt</h6>
155+
<h5>
156+
<a href="https://projects.kde.org/projects/playground/libs/libqgit2/">libqgit2</a>
157+
</h5>
158+
</li>
159+
<li>
160+
<img src="/images/libgit2/[email protected]" />
161+
<h6>Parrot VM</h6>
162+
<h5>
163+
<a href="https://github.com/letolabs/parrot-libgit2">parrot-libgit2</a>
164+
</h5>
165+
</li>
166+
<li>
167+
<img src="/images/libgit2/[email protected]" />
168+
<h6>Chicken Scheme</h6>
169+
<h5>
170+
<a href="https://wiki.call-cc.org/egg/git">chicken-git</a>
171+
</h5>
172+
</li>
173+
<li>
174+
<img src="/images/libgit2/[email protected]" />
175+
<h6>D</h6>
176+
<h5>
177+
<a href="https://github.com/AndrejMitrovic/dlibgit">dlibgit</a>
178+
</h5>
179+
</li>
180+
</ul>
181+
</aside>
182+
<footer>
183+
<div class='site-source'>
184+
This <a href="https://github.com/github/gitscm-next/blob/master/README.md#license">open sourced</a> site is <a href="https://github.com/github/gitscm-next">hosted on GitHub.</a><br>
185+
Patches, suggestions, and comments are welcome.
186+
</div>
187+
<div class='sfc-member'>
188+
Git is a member of the <a href="/sfc">Software Freedom Conservancy</a>
189+
</div>
190+
</footer>
191+
<script src="/js/jquery-1.7.1.min.js?body=1" type="text/javascript"></script>
192+
<script src="/js/jquery-ui-1.8.18.custom.min.js?body=1" type="text/javascript"></script>
193+
<script src="/js/jquery.defaultvalue.js?body=1" type="text/javascript"></script>
194+
<script src="/js/session.min.js?body=1" type="text/javascript"></script>
195+
<script src="/js/site.js?body=1" type="text/javascript"></script>
196+
</div>
197+
</body>
198+
</html>

js/jquery-1.7.1.min.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)