~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to bibledesktop-web/web/screenshot.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 - Screenshots</title>
 
7
</head>
 
8
<body>
 
9
 
 
10
<h1>Screenshots</h1>
 
11
 
 
12
<p>The opening screen. We've just done a search for &quot;aaron&quot;, the verse-list
 
13
  shows-up in the view edit-box (which is editable) along with a display of the
 
14
  matching passages. Since there were more matches than would fit on a single
 
15
  page there are a number of tabs (along the bottom) that show successive parts
 
16
  of the search. This helps speed things up if there are a large number of matches
 
17
  to a search.</p>
 
18
 
 
19
<p><img src="images/main.jpg" width="522" height="605"/></p>
 
20
 
 
21
<p>Another search, returning less matches this time, and we have turned the list
 
22
  on. This gives you a list of matches, selecting from the list filters the passages
 
23
  shown in the main window on the right.</p>
 
24
 
 
25
<p><img src="images/list.jpg" width="522" height="605"/></p>
 
26
 
 
27
<p>From the list menu we select &quot;Blur by 1 verse&quot;, which gives you
 
28
  an extra verse of context around each verse that you can see. The views have
 
29
  automatically merged the passages that now overlap. So in the last picture
 
30
  where Mat 1:16, 18, 20 all match, after we blur by 1 verse we would get Mat
 
31
  1:15-17, and Mat 1:17-19 and Mat 1:19-21, which is the same as Mat 1:15-21.</p>
 
32
 
 
33
<p><img src="images/postblur.jpg" width="522" height="605"/></p>
 
34
 
 
35
<p>We can just type a passage to view in the view area. If the passage is too
 
36
  large to fit then we get the bottom tabs as before. Bible Desktop will do a good job
 
37
  of working out what you want to see from what you type in the view area.</p>
 
38
 
 
39
<p><img src="images/large.jpg" width="519" height="600"/></p>
 
40
 
 
41
<p>For when you want to do a more in-depth study, perhaps doing a search and
 
42
  then investigating the matches in more detail there is a tabbed mode that lets
 
43
  to keep the results of a number of searches. The tabs are given names to match
 
44
  what you are doing in that view.</p>
 
45
 
 
46
<p><img src="images/tabbed.jpg" width="519" height="600"/></p>
 
47
 
 
48
<p>Or if you don't like tabbed mode there is also a windowed that will let you
 
49
  see several passages at the same time. Generally speaking you'd want the window
 
50
  a little bigger than we have it here to make the most of this mode!</p>
 
51
 
 
52
<p><img src="images/window.jpg" width="519" height="600"/></p>
 
53
 
 
54
</body>
 
55
</html>