-
Notifications
You must be signed in to change notification settings - Fork 2
/
development.html
82 lines (77 loc) · 4.6 KB
/
development.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
78
79
80
81
82
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Development</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/nav.css">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns">
<nav class="navheader">
<table>
<tr>
<th colspan="3" class="curr">4. Development</th>
</tr>
<tr>
<td class="prev"><a href="/advanced/page-entity.html">The Page Entity</a></td>
<td class="parent">Bookdown 1.x</th>
<td class="next"></td>
</tr>
</table>
</nav>
<div id="section-main"><h1 id="4">4. Development</h1>
<p>Bookdown needs your help! We are eager to bring in contributors who are interested in DocBook-like documentation, but without the heavy toolchain and XML of DocBook itself.</p>
<p>If you are a developer, you can clone or fork the <a href="https://github.com/bookdown/Bookdown.Bookdown">core library repository</a> from Github. We plan to use the <a href="https://github.com/bookdown/Bookdown.Bookdown/issues">Issues</a> as the main means of community communication. <a href="https://github.com/bookdown/Bookdown.Bookdown/pulls">Pull Requests</a> especially are appreciated, particularly for items on <a href="https://github.com/bookdown/Bookdown.Bookdown#todo">the Todo list</a>.</p>
<p>If you are a designer, you can already tell that we are design-challenged. It would be awesome if we could provide a good-looking stylesheet out-of-the-box for the <a href="https://github.com/bookdown/Bookdown.Project">Bookdown project skeleton</a>. In addition, we are interested in figuring out a way to provide Composer-deliverable themes for Bookdown, so that other design-challenged developers can make their work look good.</p>
</div>
<nav class="navfooter">
<table>
<tr>
<td class="prev"><a href="/advanced/page-entity.html">Prev</a></td>
<td class="parent"><a href="/">Up</a></td>
<td class="next"></td>
</tr>
<tr>
<td class="prev">3.5. The Page Entity</td>
<td class="parent">Bookdown 1.x</td>
<td class="next"></td>
</tr>
</table>
</nav>
</div>
</div>
</div>
</body>
</html>