-
Notifications
You must be signed in to change notification settings - Fork 42
/
help.html
77 lines (59 loc) · 2.68 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<title>GitHub High Scores</title>
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="shortcut icon" />
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="icon" />
<link href="/github-high-scores/css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="fl-right">
<form action='' id='form'>
<input type='text' size='24' name='url' class='small' />
<input type='submit' value='1 UP' class='small' />
</form>
</div>
<h1 class="left"><a href="/github-high-scores/">GitHub High Scores</a></h1>
<div class="wrapper">
<h2>Help</h2>
<h3>What on Earth is a Git? A GitHub? You did what with your what now?</h3>
<p class="align-left">Please check out the '<a href='/github-high-scores/about'>about</a>' section for a general overview.
<h3>How do I view the high scores for my GitHub repository?</h3>
<p class="align-left">Simply enter the URL of your GitHub repository into the search box. Currently we support the following formats...</p>
<ul>
<li>http://www.github.com/mojombo/octobeer</li>
<li>https://www.github.com/mojombo/octobeer</li>
<li>[email protected]:mojombo/octobeer</li>
<li>git://github.com/mojombo/octobeer</li>
<li>github.com/mojombo/octobeer</li>
<li>www.github.com/mojombo/octobeer</li>
<li>mojombo/octobeer</li>
</ul>
<h3>It's Not Working!</h3>
<p class="align-left">Please create an issue in the GitHub repository</p>
<h3>I'd Like To Contribute</h3>
<p class="align-left">You know what to do! #fork #pullRequest</p>
<h3>This looks like a web site from the 80s! Running it through the Geocitiesizer is actually an improvement!!!</h3>
<p class="align-left">Cheers! :BEER:</p>
</div>
<p>
<a href="/github-high-scores/credits">Credits</a> 0
</p>
<p>
<a href="https://github.com/leereilly/github-high-scores">Fork me on GitHub</a>!
<a href="http://twitter.com/share?text=Check+out+the+high+score+chart+for+your+GitHub+repo%21&url=http%3A%2F%2Fhttps://leereilly.net/github-high-scores%2F" target="_blank">Tweet this!</a>
</p>
<p class="copyright">© <a href="http://www.leereilly.net">Lee Reilly</a> 2016</p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23602389-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="/github-high-scores/js/app.js"></script>
</body>
</html>