forked from booktype/BookJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 1016 Bytes
/
index.html
File metadata and controls
28 lines (22 loc) · 1016 Bytes
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
<html>
<body>
<h1>Welcome to BookJS</h1>
<h4>Page headers, footers, numbers, TOC, using CSS Regions</h4>
<h2>Steps:</h2>
<ol>
<li>Download a recent version of Chromium/Chrome (23+)</li>
<li>In Chrome/Chromium open a new tab and go to "<code>chrome://flags/</code>"</li>
<li>Search for "Webkit Experimental Features" and enable them</li>
<li>Restart your browser</li>
<li>Read the "Notice" below so you know what to look for and then</li>
<li>Check out the <a href="test.html">Test Page</a></li>
</ol>
<h2>Notice:</h2>
<ol>
<li>There are multiple numbered "pages"</li>
<li>The TOC is generated from the H1 tags and includes the page number the tag occurs on, for further configuration options, check the sourcefile <a href="book.js">book.js</a> and an example for how configuration is done in <a href="book-config.js">book-config.js</a>.</li>
</ol>
<h2>License:</h2>
BookJS is licensed under the APL license. For further information, check <a href="LICENSE.txt">LICENSE.txt</a>.
</body>
</html>