-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathpdf_template.html
More file actions
87 lines (81 loc) · 2.83 KB
/
pdf_template.html
File metadata and controls
87 lines (81 loc) · 2.83 KB
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
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
god damm right
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../layout/second.css"/>
<link rel="stylesheet" type="text/css" href="../layout/mac_classic.css"/>
</head>
<body>
<div class="frontcover"></div>
<div class="titlepage">
<h1 class="no-toc">Git Community Book</h1>
<h2 class="no-toc"></h2>
<p class="no-toc">The open Git resource pulled together by the whole community</p>
</div>
<div class="imprint">
<h2>Authors</h2>
Thank these guys:
<p>
Alecs King ([email protected]),
Amos Waterland ([email protected]),
Andrew Ruder ([email protected]),
Andy Parkins ([email protected]),
Arjen Laarhoven ([email protected]),
Brian Hetro ([email protected]),
Carl Worth ([email protected]),
Christian Meder ([email protected]),
Dan McGee ([email protected]),
David Kastrup ([email protected]),
Dmitry V. Levin ([email protected]),
Francis Daly ([email protected]),
Gerrit Pape ([email protected]),
Greg Louis ([email protected]),
Gustaf Hendeby ([email protected]),
Horst H. von Brand ([email protected]),
J. Bruce Fields ([email protected]),
Jakub Narebski ([email protected]),
Jim Meyering ([email protected]),
Johan Herland ([email protected]),
Johannes Schindelin ([email protected]),
Jon Loeliger ([email protected]),
Josh Triplett ([email protected]),
Junio C Hamano ([email protected]),
Linus Torvalds ([email protected]),
Lukas Sandström ([email protected]),
Marcus Fritzsch ([email protected]),
Michael Coleman ([email protected]),
Michael Smith ([email protected]),
Mike Coleman ([email protected]),
Miklos Vajna ([email protected]),
Nicolas Pitre ([email protected]),
Oliver Steele ([email protected]),
Paolo Ciarrocchi ([email protected]),
Pavel Roskin ([email protected]),
Ralf Wildenhues ([email protected]),
Robin Rosenberg ([email protected]),
Santi Béjar ([email protected]),
Scott Chacon ([email protected]),
Sergei Organov ([email protected]),
Shawn Bohrer ([email protected]),
Shawn O. Pearce ([email protected]),
Steffen Prohaska ([email protected]),
Tom Prince ([email protected]),
William Pursell ([email protected]),
Yasushi SHOJI ([email protected])
</p>
<h2>Maintainer / Editor</h2>
Bug this guy:
<p>
Scott Chacon ([email protected])
</p>
</div>
<div class="chapter">
#body
</div>
<div class="white_page"></div>
<div class="white_page"></div>
<div class="backcover"></div>
</body>
</html>