-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (94 loc) · 3.48 KB
/
index.html
File metadata and controls
109 lines (94 loc) · 3.48 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="BibleTime is a powerful cross platform Bible study tool.">
<link rel="stylesheet" type="text/css" media="screen"
href="stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" media="screen"
href="stylesheets/lightbox-2.11.5.css">
<title>BibleTime</title>
</head>
<body>
<div id="header_wrap" class="outer">
<header class="inner">
<span id="logo"></span>
<h1 id="project_title">BibleTime</h1>
<h2 id="project_tagline">
BibleTime is a powerful cross platform Bible study tool.
</h2>
</header>
</div>
<div id="main_content_wrap" class="outer">
<main id="main_content" class="inner">
<p>
<em>BibleTime</em> is a free and open-source desktop program for Bible study.
BibleTime may be used to study over 200 free Bible texts, commentaries,
dictionaries and books, provided by <a href="https://crosswire.org/">Crosswire
Bible Society</a> via the <a href="https://crosswire.org/sword/">SWORD
library</a>.
BibleTime is written in C++ and uses the <a href="https://www.qt.io/">Qt</a>
GUI toolkit.
</p>
<section id="downloads">
<h3><a href="#downloads">Downloads</a></h3>
<p>
Official downloads for BibleTime can be found on the
<a href="https://github.com/bibletime/bibletime/releases">releases</a> page.
Users of Linux and BSD distributions are encouraged to use BibleTime
packages provided by their distribution.
</p>
<p>
BibleTime is not distributed with any Bible translations or other works
pre-installed.
Please use the <em>Bookshelf Manager</em> in BibleTime to install and update
works.
</p>
</section>
<section id="screenshots">
<h3><a href="#screenshots">Screenshots</a></h3>
<div>
<a href="screenshots/BibleTime-Main-Screen.png"
data-lightbox="screenshots" data-title="BibleTime's main screen">
<img src="screenshots/BibleTime-Main-Screen-Small.png"
alt="BibleTime's main screen">
</a>
<a href="screenshots/BibleTime-Bookshelf-Manager.png"
data-lightbox="screenshots" data-title="BibleTime's bookshelf manager">
<img src="screenshots/BibleTime-Bookshelf-Manager-Small.png"
alt="BibleTime's bookshelf manager">
</a>
<a href="screenshots/BibleTime-Search-Screen.png"
data-lightbox="screenshots" data-title="BibleTime's search screen">
<img src="screenshots/BibleTime-Search-Screen-Small.png"
alt="BibleTime's search screen">
</a>
</div>
</section>
<section id="faq">
<h3><a href="#faq">FAQ</a></h3>
<dl>
<dt>Where can I write down my personal notes?</dt>
<dd>You have to install the module "Personal", which is available as a
commentary on Crosswire. Please refer to BibleTime's handbook for more
information about the personal commentary.</dd>
<dt>Why is one of the two testaments of a Bible module empty?</dt>
<dd>Some modules only contain the text of the old or new testament.</dd>
</dl>
</section>
<section id="support">
<h3><a href="#support">Support</a></h3>
<p>
If you have any questions or want to report software problems, please use
our <a href="https://github.com/bibletime/bibletime/issues">issue
tracker</a>.
</p>
</section>
</main>
</div>
<script src="javascripts/jquery-2.2.4.min.js"></script>
<script src="javascripts/lightbox-2.11.5.js"></script>
</body>
</html>