This commit is contained in:
Raoul Snyman 2012-12-03 20:29:29 +02:00
commit 83a9700ead
5 changed files with 22 additions and 3 deletions

View File

@ -19,6 +19,10 @@ import sys
# documentation root, use os.path.abspath to make it absolute, like shown here.
path_to_code = os.path.abspath(os.path.join(os.path.split(__file__)[0],
'..', '..', '..', '..', 'OpenLP', 'trunk'))
if not os.path.exists(path_to_code):
print 'Incorrect path to code, expecting "%s"' % path_to_code
sys.exit(1)
sys.path.insert(0, path_to_code)
# -- General configuration -----------------------------------------------------

View File

@ -2,5 +2,20 @@
First Time Wizard
=================
When you run OpenLP for the very first time, it will run the First Time Wizard
which helps you get OpenLP set up initially.
When OpenLP starts up for the first time, you can select the language you want
to use it in, or allow OpenLP to automatically detect your language from your
operating system. This may take a long time as OpenLP needs to contact the
download servers to initialise First Time Wizard.
.. image:: ../screenshots/firsttimewizard/selecttranslation.png
Follow the prompts once the First Time Wizard has started.
.. image:: ../screenshots/firsttimewizard/firsttimewizard.png
The First Time Wizard contains a selection of songs, Bibles and themes to
choose and download into OpenLP. The wizard also helps you set up your
monitors, your default theme and which features you want enabled. If at any
later stage you want to re-run the wizard, you can select it from within
OpenLP.

View File

@ -12,7 +12,7 @@ system.
.. toctree::
:maxdepth: 2
windows
mac-os-x
ubuntu

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB