-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
86 lines (65 loc) · 3.35 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Spray</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Spray</h1>
<p>An open-source speed-reading application written in Javascript</p>
<p class="view"><a href="https://github.com/the-happy-hippo/spray">View the Project on GitHub <small>the-happy-hippo/spray</small></a></p>
<ul>
<li><a href="https://github.com/the-happy-hippo/spray/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/the-happy-hippo/spray/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/the-happy-hippo/spray">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a name="spray-speed-reader" class="anchor" href="#spray-speed-reader"><span class="octicon octicon-link"></span></a>Spray Speed-Reader</h1>
<p>An open-source speed-reading application written in Javascript.</p>
<h1>
<a name="about" class="anchor" href="#about"><span class="octicon octicon-link"></span></a>About</h1>
<p>Spray is an open-source speed-reading application written in Javascript. It was inspired by <a href="https://raw.github.com/Miserlou/OpenSpritz/">OpenSpritz</a> and currently contains the algorithm from that project, as well as the same styles.</p>
<h2>
<a name="demo" class="anchor" href="#demo"><span class="octicon octicon-link"></span></a>Demo</h2>
<p>The demo is hosted by the project's <a href="http://the-happy-hippo.github.io/spray">GitHub Pages</a>.</p>
<p>
To view the demo, click on the following link:
<a href="http://the-happy-hippo.github.io/spray/content/index.html" target="_blank">http://the-happy-hippo.github.io/spray/content</a></p>
<h2>
<a name="installation" class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>Installation</h2>
<ol>
<li>Copy all files in <code>content/</code> to some directory on your webserver.</li>
<li>Enjoy speed-reading.</li>
</ol>
<h2>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h2>
<p>Coming soon...</p>
<h2>
<a name="contributing" class="anchor" href="#contributing"><span class="octicon octicon-link"></span></a>Contributing</h2>
<p>Please contribute bug reports, feature requests, etc.</p>
<h3>
<a name="contributors" class="anchor" href="#contributors"><span class="octicon octicon-link"></span></a>Contributors</h3>
<ul>
<li><a href="https://github.com/chaimpeck">@chaimpeck</a></li>
<li><a href="https://github.com/the-happy-hippo">@the-happy-hippo</a></li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/the-happy-hippo">the-happy-hippo</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>