Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit ecf7587

Browse files
committed
added stubs for what i want to doc next
1 parent da56038 commit ecf7587

10 files changed

Lines changed: 321 additions & 8 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>Welcome to the GitHub Developer site</h1>
4343

4444
<div class="span-10">
4545
<div class='episode'>
46-
<div class="title"><a href="p/users.html">General API Info</a></div>
46+
<div class="title"><a href="p/general.html">General API Info</a></div>
4747
<p>How to authenticate as a user, URL schema, secure and unsecured access and access limitations.</p>
4848
</div>
4949

@@ -76,7 +76,7 @@ <h1>Welcome to the GitHub Developer site</h1>
7676
</div>
7777

7878
<div class='episode'>
79-
<div class="title"><a href="p/commit.html">Commit API</a></div>
79+
<div class="title"><a href="p/commits.html">Commit API</a></div>
8080
<p>Getting information on specfic commits, the diffs they introduce, the files they've changed.</p>
8181
</div>
8282

p/commits.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<title>Develop.GitHub - </title>
8+
<script type="text/javascript" src="../js/jquery-1.2.6.pack.js"></script>
9+
<script type="text/javascript" src="../js/thickbox-compressed.js"></script>
10+
<script type="text/javascript" src="../js/jquery.corner.js"></script>
11+
12+
<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
13+
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print">
14+
<!--[if IE]>
15+
<link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
16+
<![endif]-->
17+
18+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8"/>
19+
<link rel="stylesheet" href="../css/thickbox.css" type="text/css" media="screen"/>
20+
</head>
21+
22+
<body>
23+
<div class="container">
24+
25+
<div class="span-21" id="header">
26+
<div class="span-10">
27+
<a href="/"><img src="../images/develop-github.png" alt="github learn logo" /></a>
28+
</div>
29+
30+
<div class="span-11 last">
31+
<div id="links">
32+
<a href="http://github.com">home</a>
33+
<a href="http://github.com/login">login</a>
34+
<a href="http://github.com/signup">signup!</a>
35+
</div>
36+
</div>
37+
</div>
38+
39+
<div class="span-21 last content">
40+
<h2 id='check_if_one_sha_will_apply_cleanly_if_cherrypicked_onto_another'>Check if one SHA will apply cleanly if cherry-picked onto another</h2><br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
41+
</div>
42+
43+
<div id="footer" class="span-21">
44+
<div class="info span-12">
45+
<div class="links">
46+
<a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
47+
<a href="http://github.com/blog">Blog</a> |
48+
<a href="http://support.github.com/">Support</a> |
49+
<a href="http://github.com/training">Git Training</a> |
50+
<a href="http://github.com/contact">Contact</a> |
51+
<a href="http://groups.google.com/group/github/">Google Group</a> |
52+
<a href="http://github.wordpress.com">Status</a>
53+
</div>
54+
<div class="company">
55+
GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
56+
</div>
57+
</div>
58+
<div class="fork span-7">
59+
This website is <a href="http://github.com/develop/develop.github.com">open source</a>.
60+
Please help us by forking the project and adding to it.
61+
</div>
62+
</div>
63+
64+
</div>
65+
66+
<script type="text/javascript">
67+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
69+
</script>
70+
<script type="text/javascript">
71+
var pageTracker = _gat._getTracker("UA-3769691-2");
72+
pageTracker._initData();
73+
pageTracker._trackPageview();
74+
</script>
75+
76+
</body>
77+
</html>

p/general.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<title>Develop.GitHub - </title>
8+
<script type="text/javascript" src="../js/jquery-1.2.6.pack.js"></script>
9+
<script type="text/javascript" src="../js/thickbox-compressed.js"></script>
10+
<script type="text/javascript" src="../js/jquery.corner.js"></script>
11+
12+
<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
13+
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print">
14+
<!--[if IE]>
15+
<link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
16+
<![endif]-->
17+
18+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8"/>
19+
<link rel="stylesheet" href="../css/thickbox.css" type="text/css" media="screen"/>
20+
</head>
21+
22+
<body>
23+
<div class="container">
24+
25+
<div class="span-21" id="header">
26+
<div class="span-10">
27+
<a href="/"><img src="../images/develop-github.png" alt="github learn logo" /></a>
28+
</div>
29+
30+
<div class="span-11 last">
31+
<div id="links">
32+
<a href="http://github.com">home</a>
33+
<a href="http://github.com/login">login</a>
34+
<a href="http://github.com/signup">signup!</a>
35+
</div>
36+
</div>
37+
</div>
38+
39+
<div class="span-21 last content">
40+
<br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
41+
</div>
42+
43+
<div id="footer" class="span-21">
44+
<div class="info span-12">
45+
<div class="links">
46+
<a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
47+
<a href="http://github.com/blog">Blog</a> |
48+
<a href="http://support.github.com/">Support</a> |
49+
<a href="http://github.com/training">Git Training</a> |
50+
<a href="http://github.com/contact">Contact</a> |
51+
<a href="http://groups.google.com/group/github/">Google Group</a> |
52+
<a href="http://github.wordpress.com">Status</a>
53+
</div>
54+
<div class="company">
55+
GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
56+
</div>
57+
</div>
58+
<div class="fork span-7">
59+
This website is <a href="http://github.com/develop/develop.github.com">open source</a>.
60+
Please help us by forking the project and adding to it.
61+
</div>
62+
</div>
63+
64+
</div>
65+
66+
<script type="text/javascript">
67+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
69+
</script>
70+
<script type="text/javascript">
71+
var pageTracker = _gat._getTracker("UA-3769691-2");
72+
pageTracker._initData();
73+
pageTracker._trackPageview();
74+
</script>
75+
76+
</body>
77+
</html>

p/network.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<title>Develop.GitHub - </title>
8+
<script type="text/javascript" src="../js/jquery-1.2.6.pack.js"></script>
9+
<script type="text/javascript" src="../js/thickbox-compressed.js"></script>
10+
<script type="text/javascript" src="../js/jquery.corner.js"></script>
11+
12+
<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
13+
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print">
14+
<!--[if IE]>
15+
<link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
16+
<![endif]-->
17+
18+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8"/>
19+
<link rel="stylesheet" href="../css/thickbox.css" type="text/css" media="screen"/>
20+
</head>
21+
22+
<body>
23+
<div class="container">
24+
25+
<div class="span-21" id="header">
26+
<div class="span-10">
27+
<a href="/"><img src="../images/develop-github.png" alt="github learn logo" /></a>
28+
</div>
29+
30+
<div class="span-11 last">
31+
<div id="links">
32+
<a href="http://github.com">home</a>
33+
<a href="http://github.com/login">login</a>
34+
<a href="http://github.com/signup">signup!</a>
35+
</div>
36+
</div>
37+
</div>
38+
39+
<div class="span-21 last content">
40+
<br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
41+
</div>
42+
43+
<div id="footer" class="span-21">
44+
<div class="info span-12">
45+
<div class="links">
46+
<a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
47+
<a href="http://github.com/blog">Blog</a> |
48+
<a href="http://support.github.com/">Support</a> |
49+
<a href="http://github.com/training">Git Training</a> |
50+
<a href="http://github.com/contact">Contact</a> |
51+
<a href="http://groups.google.com/group/github/">Google Group</a> |
52+
<a href="http://github.wordpress.com">Status</a>
53+
</div>
54+
<div class="company">
55+
GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
56+
</div>
57+
</div>
58+
<div class="fork span-7">
59+
This website is <a href="http://github.com/develop/develop.github.com">open source</a>.
60+
Please help us by forking the project and adding to it.
61+
</div>
62+
</div>
63+
64+
</div>
65+
66+
<script type="text/javascript">
67+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
69+
</script>
70+
<script type="text/javascript">
71+
var pageTracker = _gat._getTracker("UA-3769691-2");
72+
pageTracker._initData();
73+
pageTracker._trackPageview();
74+
</script>
75+
76+
</body>
77+
</html>

p/repo.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<title>Develop.GitHub - </title>
8+
<script type="text/javascript" src="../js/jquery-1.2.6.pack.js"></script>
9+
<script type="text/javascript" src="../js/thickbox-compressed.js"></script>
10+
<script type="text/javascript" src="../js/jquery.corner.js"></script>
11+
12+
<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
13+
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print">
14+
<!--[if IE]>
15+
<link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
16+
<![endif]-->
17+
18+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8"/>
19+
<link rel="stylesheet" href="../css/thickbox.css" type="text/css" media="screen"/>
20+
</head>
21+
22+
<body>
23+
<div class="container">
24+
25+
<div class="span-21" id="header">
26+
<div class="span-10">
27+
<a href="/"><img src="../images/develop-github.png" alt="github learn logo" /></a>
28+
</div>
29+
30+
<div class="span-11 last">
31+
<div id="links">
32+
<a href="http://github.com">home</a>
33+
<a href="http://github.com/login">login</a>
34+
<a href="http://github.com/signup">signup!</a>
35+
</div>
36+
</div>
37+
</div>
38+
39+
<div class="span-21 last content">
40+
<br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
41+
</div>
42+
43+
<div id="footer" class="span-21">
44+
<div class="info span-12">
45+
<div class="links">
46+
<a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
47+
<a href="http://github.com/blog">Blog</a> |
48+
<a href="http://support.github.com/">Support</a> |
49+
<a href="http://github.com/training">Git Training</a> |
50+
<a href="http://github.com/contact">Contact</a> |
51+
<a href="http://groups.google.com/group/github/">Google Group</a> |
52+
<a href="http://github.wordpress.com">Status</a>
53+
</div>
54+
<div class="company">
55+
GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
56+
</div>
57+
</div>
58+
<div class="fork span-7">
59+
This website is <a href="http://github.com/develop/develop.github.com">open source</a>.
60+
Please help us by forking the project and adding to it.
61+
</div>
62+
</div>
63+
64+
</div>
65+
66+
<script type="text/javascript">
67+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
69+
</script>
70+
<script type="text/javascript">
71+
var pageTracker = _gat._getTracker("UA-3769691-2");
72+
pageTracker._initData();
73+
pageTracker._trackPageview();
74+
</script>
75+
76+
</body>
77+
</html>

p/users.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3 id='searching_for_users'>Searching for Users</h3>
5151

5252
<p>For instance, you would search for users with &#8216;chacon&#8217; in their name like this:</p>
5353

54-
<pre><code>$ curl -i http://github.com/api/v2/xml/users/search/chacon</code></pre>
54+
<pre><code>$ curl -i http://github.com/api/v2/xml/user/search/chacon</code></pre>
5555

5656
<h3 id='getting_user_information'>Getting User Information</h3>
5757

@@ -128,22 +128,22 @@ <h3 id='following_network'>Following Network</h3>
128128

129129
<h4 id='public_key_management'>Public Key Management</h4>
130130

131-
<pre><code> /user/public_keys
131+
<pre><code> /user/keys
132132

133-
/user/public_key/add [POST]
133+
/user/key/add [POST]
134134
:name
135135
:key
136136

137-
/user/public_key/remove [POST]
137+
/user/key/remove [POST]
138138
:id</code></pre>
139139

140140
<h4 id='email_address_management'>Email Address Management</h4>
141141

142142
<pre><code> /user/emails [GET]
143143

144-
/user/email/add/:email [POST]
144+
/user/email/add [POST]
145145

146-
/user/email/remove/:email [POST]</code></pre><br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
146+
/user/email/remove [POST]</code></pre><br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
147147
</div>
148148

149149
<div id="footer" class="span-21">

pages/commits.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
## Check if one SHA will apply cleanly if cherry-picked onto another ##
5+

pages/general.markdown

Whitespace-only changes.

pages/network.markdown

Whitespace-only changes.

pages/repo.markdown

Whitespace-only changes.

0 commit comments

Comments
 (0)