~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to bibledesktop-web/web/index.html

  • Committer: joe
  • Date: 2004-08-07 19:03:58 UTC
  • Revision ID: svn-v4:a88caf3b-7e0a-0410-8d0d-cecb45342206:trunk:505
first checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
  <title>Bible Desktop - Home</title>
 
7
  <link rel="stylesheet" type="text/css" href="sword.css"/>
 
8
</head>
 
9
<body>
 
10
 
 
11
<h1>About Bible Desktop</h1>
 
12
<p>
 
13
  Bible Desktop is a Free Bible Study tool that will run almost anywhere.<br/>
 
14
  It uses Java to run from your browser, so long as you have that it should be
 
15
  easy. Bible Desktop uses the J-Sword project to read modules in Sword format
 
16
  so there is a huge range of Bibles, Commentaries and Dictionaries. One of the
 
17
  largest collections available.
 
18
</p>
 
19
<p>
 
20
  Bible Desktop is open source software so it is freely available to anyone.
 
21
  It is licensed under the <a href="api\docs\Licence.html">GPL</a>.
 
22
</p>
 
23
 
 
24
<h2>How to find out more</h2>
 
25
<p>
 
26
  Bible Desktop is available from the <a href="download.jsp">download</a> page.
 
27
  If you want to see what it looks like, the <a href="screenshot.html">screenshots</a>
 
28
  will help.
 
29
  <br/>
 
30
  A summary of recent <a href="news.html">news</a> will help you keep in touch
 
31
  with development. Bible Desktop is based on the <a href="/jsword">J-Sword Project</a>,
 
32
  and reads modules created by the <a href="/sword">Sword Project</a>.
 
33
</p>
 
34
 
 
35
<div id="lsidediv">
 
36
  <div class="lsidecell current"><a href="index.html">Home</a></div>
 
37
  <div class="lsidecell pagelink"><a href="download.html">Download</a></div>
 
38
  <div class="lsidecell pagelink"><a href="news.html">News</a></div>
 
39
  <div class="lsidecell subscribe">
 
40
    Stay<br/>informed:<br/>
 
41
    <form action="submit" method="post">
 
42
      <input type="text" size="10" value="your e-mail"/>
 
43
      <br/>
 
44
      <input type="submit" value="Subscribe"/>
 
45
    </form>
 
46
  </div>
 
47
</div>
 
48
 
 
49
<div id="rsidediv">
 
50
  Related Projects:
 
51
  <ul>
 
52
  <li><a href="/jsword">J-Sword</a>
 
53
  <li><a href="/sword">Sword</a>
 
54
  </ul>
 
55
</div>
 
56
 
 
57
</body>
 
58
</html>
 
59