~vcs-imports/bibletime/trunk

« back to all changes in this revision

Viewing changes to docs/handbook/unicode/hdbk-start.docbook

  • Committer: mgruner
  • Date: 2007-05-08 15:51:07 UTC
  • Revision ID: vcs-imports@canonical.com-20070508155107-0rj7jdmm5ivf8685
-imported source and data files to new svn module
-this is where KDE4-based development will take place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<chapter id="hdbk-term"><title>Starting &bibletime;</title>
 
2
 
 
3
<sect1 id="hdbk-start"><title>How to start &bibletime;</title>
 
4
 
 
5
        <sect2 id="hdbk-start-kde"><title>Starting &bibletime; from KDE</title>
 
6
        
 
7
                <para>          &bibletime; is a &kde; program and is integrated with the &kde; desktop.
 
8
                You can launch &bibletime; from the &kde; Start Menu in
 
9
                the Applications group with this icon:
 
10
                <mediaobject>
 
11
                <imageobject><imagedata fileref="i_bibletime.png" format="PNG"/></imageobject>
 
12
                <textobject>
 
13
                <phrase>&bibletime; start icon</phrase> </textobject>
 
14
                </mediaobject>
 
15
                </para>
 
16
                
 
17
                <para>&bibletime; can also be launched from a terminal command prompt.
 
18
                To launch &bibletime;, open a terminal window and type: 
 
19
<screen>
 
20
bibletime
 
21
</screen>
 
22
                </para>
 
23
        
 
24
        </sect2>
 
25
        
 
26
        <sect2 id="hdbk-start-otherwm"><title>Other window managers</title>
 
27
        
 
28
                <para>&bibletime; can be used with other window managers such as Gnome, BlackBox or Sawfish, 
 
29
                providing       &kde; is already installed on your computer. If your &kde; is installed 
 
30
                in /opt/kde, then the start-up command in a terminal would be:</para>
 
31
                
 
32
<screen>
 
33
export KDEDIR=/opt/kde  #your KDE directory
 
34
bibletime
 
35
</screen>
 
36
                        
 
37
        </sect2>
 
38
        
 
39
        <sect2 id="hdbk-start-custom"><title>Startup customization</title>
 
40
                
 
41
                <para>From a terminal you can use &bibletime; to open a random verse in the 
 
42
                default bible:
 
43
<screen>
 
44
bibletime --open-default-bible "&lt;random&gt;"
 
45
</screen>
 
46
                To open at a given passage like John 3:16, use:
 
47
<screen>
 
48
bibletime --open-default-bible "John 3:16"
 
49
</screen>
 
50
                You can also use booknames in your current bookname language.
 
51
                </para>
 
52
                
 
53
        </sect2>
 
54
 
 
55
</sect1>
 
56
 
 
57
<sect1 id="hdbk-startsequence"><title>Startup sequence</title>
 
58
 
 
59
        <para>As &bibletime; launches you may see the following screens before
 
60
        the main &bibletime; window opens:</para>
 
61
        
 
62
        <variablelist>
 
63
        
 
64
                <varlistentry>
 
65
                        <term><interface>Bookshelf Manager</interface></term>
 
66
                        <listitem><para><action>Modifies your Bookshelf.</action> This dialog
 
67
                        lets you modify your Bookshelf, add or delete works from your system.
 
68
                        It will only be shown if no default Bookshelf can be found. Please see
 
69
                        <link linkend="hdbk-op-bookshelfmanager">this section</link>for further details.
 
70
                        If you start off with an empty Bookshelf, it will be helpful to install at least one Bible,
 
71
                        Commentary, Lexicon and one Book to get to know &bibletime;'s basic features quickly.</para></listitem> 
 
72
                </varlistentry>
 
73
                
 
74
                <varlistentry>
 
75
                        <term><interface>Configure &bibletime; dialog</interface></term>
 
76
                        <listitem><para><action>Customizes &bibletime;.</action> This dialog lets you
 
77
                        adapt &bibletime; to your needs. Please see <link linkend="hdbk-config-bt">
 
78
                        the detailed description</link> of this dialog.</para></listitem> 
 
79
                </varlistentry>
 
80
                
 
81
                <varlistentry>
 
82
                        <term><interface>Tip of the Day</interface></term>
 
83
                        <listitem><para>These nifty little tips give you helpful hints for working
 
84
                        more efficiently with &bibletime;, and also a few quotations from the Bible.
 
85
                        </para></listitem> 
 
86
                </varlistentry>
 
87
                
 
88
        </variablelist>
 
89
 
 
90
</sect1>
 
91
 
 
92
</chapter>
 
93