-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
41 lines (32 loc) · 1.59 KB
/
index.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
<html>
<body>
<h1>Welcome to BookJS</h1>
<h4>Page headers, footnotes, pagenumbers, multi columns, TOC, using CSS Regions</h4>
<h2>Steps:</h2>
<ol>
<li>Download a recent version of Chromium/Chrome (29+) or Safari 6.1/7.0</li>
<li>If you use Chrome/Chromium:
<ul>
<li>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>
</ul>
</li>
<li>Read the "Notice" below so you know what to look for and then</li>
<li>Check out the <a href="test.html">simple test book</a>, a book with <a href="test2.html">many chapters</a>, or a book with a <a href="test3.html">very long chapter</a>, <a href="test4.html">top floats</a>.</li>
</ol>
<h2>Screenshot</h2>
<p>You can find a screenshot of the last test <a href="test4.png">here</a>.</p>
<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.</li>
</ol>
<h2>Configuration:</h2>
<p>For configuration options, check the sourcefile <a href="book.js">book.js</a>.</p>
<h2>Footnotes:</h2>
<p>In order to insert a footnote into the source text, simply insert it as a span with a class 'pagination-footnote', such as <i><span class='pagination-footnote'><span><span>This a footnote</span></span></span></i>. See also the source code of the <a href="test.html">Test Page</a>.</p>
<h2>License:</h2>
BookJS is licensed under the AGPL license. For further information, check <a href="LICENSE.txt">LICENSE.txt</a>.
</body>
</html>