2011-09-02 18:45:04 +00:00
|
|
|
.. _bibles:
|
|
|
|
|
2011-05-08 21:22:30 +00:00
|
|
|
======
|
|
|
|
Bibles
|
|
|
|
======
|
|
|
|
|
2011-09-07 12:52:46 +00:00
|
|
|
This section describes the use of the various converters built into OpenLP for
|
|
|
|
managing and importing Bibles from other formats.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-09-02 18:45:04 +00:00
|
|
|
.. _import_bibles:
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
Bible Import Wizard
|
|
|
|
===================
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
If you are using an earlier version of OpenLP or, come from another software
|
2011-05-08 21:22:30 +00:00
|
|
|
package, you may be able to convert your existing database to work in OpenLP
|
|
|
|
2.0. To access the Bible Importer :menuselection:`File --> Import --> Bible`.
|
|
|
|
You may also enter the Bible Importer by clicking the :guilabel:`Import Icon:`
|
|
|
|
|
2011-06-13 05:43:09 +00:00
|
|
|
|importicon| Import Bibles
|
|
|
|
Click on the :guilabel:`Import Bibles` icon to start the Bible import wizard.
|
|
|
|
|
2011-09-05 17:24:27 +00:00
|
|
|
.. |IMPORTICON| image:: pics/theme_import.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
You will see the Bible Importer window, click :guilabel:`Next`.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_start.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
After clicking :guilabel:`Next` you can select from the various types of
|
|
|
|
software that OpenLP will convert Bibles from. Click on the file folder icon to
|
|
|
|
choose the file(s) of the Bible database you want to import. See the sections
|
|
|
|
below for more information on the different formats that OpenLP will import.
|
|
|
|
Click :guilabel:`Next` to continue.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_dropdown.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
After selecting your file(s), you'll be asked to fill in the details of the
|
|
|
|
Bible you are importing. Remember to check what information you need to display
|
|
|
|
for your Bible's translation, as some of them have strict rules around the
|
|
|
|
copyright notice. Click :guilabel:`Next` to continue.
|
|
|
|
|
2011-10-03 12:17:10 +00:00
|
|
|
**Note:** You can use one blank space using the space bar in the copyright field
|
|
|
|
to continue if you do not have or need copyright information.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_license.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-10-03 12:17:10 +00:00
|
|
|
After entering the license details, OpenLP will start to import your Bible.
|
2011-05-08 21:22:30 +00:00
|
|
|
It may take some time to import your Bible so please be patient.
|
|
|
|
|
2015-09-18 09:36:31 +00:00
|
|
|
.. image:: pics/import_bible_finished.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
When the import has finished click :guilabel:`Finish` and you should be
|
2011-05-08 21:22:30 +00:00
|
|
|
ready to use your Bible in OpenLP.
|
|
|
|
|
|
|
|
Importing OSIS Bibles
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Importing OSIS files is very simple. Select OSIS as your import source, select
|
|
|
|
your OSIS Bible file and continue the import process.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_osis.png
|
|
|
|
|
2011-05-08 21:22:30 +00:00
|
|
|
**About OSIS Formatted Bibles**
|
|
|
|
|
|
|
|
The OSIS XML standard was designed to provide a common format for distribution
|
2011-06-15 06:00:17 +00:00
|
|
|
of electronic Bibles. More information can be found out at the `Bible Technologies website
|
|
|
|
<http://www.bibletechnologies.net/>`_.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
If you have any software installed that is part of the `Sword Project
|
2011-05-08 21:22:30 +00:00
|
|
|
<http://www.crosswire.org/sword/index.jsp>`_ it can be easily converted.
|
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
You can use the commands below convert Bibles from that software to OSIS format.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
The following commands are used in all platforms and the commands are case
|
|
|
|
sensitive across all platforms. To convert a Bible using the command prompt in
|
2017-04-20 05:55:13 +00:00
|
|
|
Windows or a terminal in Linux or macOS you would type::
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
mod2osis biblename > biblename.osis
|
|
|
|
|
|
|
|
For example: if I wanted to convert a King James Version Bible I would type
|
|
|
|
something similar to this::
|
|
|
|
|
|
|
|
mod2osis KJV > kjv.osis
|
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
You may also wish to dictate a file location for the conversion to place the
|
2011-05-08 21:22:30 +00:00
|
|
|
osis file for example::
|
|
|
|
|
|
|
|
mod2osis KJV > /home/user/bibles/kjv.osis
|
|
|
|
|
|
|
|
Importing OpenSong Bibles
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
Converting from OpenSong you will need to locate your Bibles database. In the
|
|
|
|
later versions of OpenSong you are asked to define the location of this. The
|
2011-05-08 21:22:30 +00:00
|
|
|
songs will be located in a folder named :guilabel:`Bibles`. This folder should
|
2011-05-24 13:17:31 +00:00
|
|
|
contain files with all your Bibles in them without a file extension. (file.xmms).
|
2011-06-15 06:00:17 +00:00
|
|
|
When you have located this folder you will need to select the Bible from the
|
|
|
|
folder.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2015-09-11 14:11:24 +00:00
|
|
|
You may also import downloaded Bibles from `OpenSongs webpage (scroll down to
|
|
|
|
find bibles) <http://opensong.org/pages/downloads.html>`_. The process is the same,
|
2011-05-24 13:17:31 +00:00
|
|
|
except you will need to extract the Bible from a zip file. This is usually done
|
2011-05-08 21:22:30 +00:00
|
|
|
by right clicking on the downloaded file and select `Extract` or `Extract Here`.
|
2015-09-11 14:11:24 +00:00
|
|
|
Note that some of the bibles on OpenSongs webpage are actually in the Zefania
|
|
|
|
format, which OpenLP can also import, see :ref:`zefaniaimport`.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_opensong.png
|
|
|
|
|
2011-05-08 21:22:30 +00:00
|
|
|
After selecting the OpenSong Bibles you want to import, follow the rest of the
|
|
|
|
import process. When the import has finished you should be ready to use your
|
|
|
|
OpenSong Bibles.
|
|
|
|
|
|
|
|
Importing Web Download Bibles
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
**About Web Download**
|
|
|
|
|
|
|
|
OpenLP provides a Web Download method to import Bibles when you do not have a
|
|
|
|
locally installed Bible available. The Web Download method registers the Bible
|
2011-05-24 13:17:31 +00:00
|
|
|
in OpenLP like the other Bibles only it downloads the verses as you need them.
|
2011-05-08 21:22:30 +00:00
|
|
|
This import is not meant to be used as your sole source for Bibles, but rather
|
|
|
|
as another option and does require an internet connection.
|
|
|
|
|
|
|
|
To use the web download feature select web download from the import wizard.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_web1.png
|
|
|
|
|
|
|
|
First click :guilabel:`Download bible list` to download a list of available
|
|
|
|
bibles.
|
|
|
|
|
|
|
|
.. image:: pics/import_bible_web2.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
This will take a few moments depending on your internet connection and load on
|
|
|
|
the servers.
|
|
|
|
|
|
|
|
.. image:: pics/import_bible_web3.png
|
|
|
|
|
|
|
|
When the download is complete you can select from 3 different sources to
|
|
|
|
download from: `Crosswalk <http://www.biblestudytools.com/>`_, `BibleServer
|
|
|
|
<http://www.bibleserver.com/>`_ and `BibleGateway
|
|
|
|
<https://www.biblegateway.com/>`_. From each source there are many Bible
|
2015-09-27 14:11:51 +00:00
|
|
|
translations available, so there is a good chance that you will find what you
|
2015-09-16 20:07:51 +00:00
|
|
|
need.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
You can also select a proxy server if needed from the `Proxy Server` tab. Your
|
2015-09-21 20:45:50 +00:00
|
|
|
network administrator will know if this is necessary. In most cases this will
|
2011-05-08 21:22:30 +00:00
|
|
|
not be needed.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_web_proxy.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
After selecting your download location and the Bible you wish to use, click
|
|
|
|
:guilabel:`Next` to continue the import process. When your import is completed
|
2011-05-24 13:17:31 +00:00
|
|
|
you should now be ready to use the web Bible.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
Importing CSV formatted Bibles
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2015-09-08 09:31:30 +00:00
|
|
|
If you have a Bible in .csv format OpenLP can import it. If you wish to create
|
|
|
|
a bible in the CSV format yourself the format is documented in the
|
2015-10-16 11:14:02 +00:00
|
|
|
`OpenLP API documentation <http://api.openlp.io/api/openlp/plugins/bibles/lib/csvbible.html#module-openlp.plugins.bibles.lib.csvbible>`_.
|
2015-09-08 09:31:30 +00:00
|
|
|
|
|
|
|
CSV Bibles will consist of two files a `books` file and a `verse` file.
|
|
|
|
Select CSV from the list of Bible types to import.
|
2011-05-08 21:22:30 +00:00
|
|
|
|
2011-06-15 06:00:17 +00:00
|
|
|
You are now ready to select your .csv files. You will need to select both your
|
2011-05-08 21:22:30 +00:00
|
|
|
books and verse file location.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_csv.png
|
2011-05-08 21:22:30 +00:00
|
|
|
|
|
|
|
After you have selected the file locations you can continue with the import
|
|
|
|
process. Once it is complete you should be ready to use your imported CSV Bible.
|
2015-09-11 14:11:24 +00:00
|
|
|
|
|
|
|
.. _zefaniaimport:
|
|
|
|
|
|
|
|
Importing Zefania Bibles
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
The Zefania project has many Bibles available from `their website
|
|
|
|
<http://sourceforge.net/projects/zefania-sharp/files/Bibles/>`_.
|
|
|
|
Find the Bible you would like to import and download the file. The downloaded
|
|
|
|
file is a zip-file from which the Bible must be extracted. This is usually done
|
|
|
|
by right clicking on the downloaded file and select `Extract` or `Extract Here`.
|
|
|
|
|
2015-09-16 20:07:51 +00:00
|
|
|
.. image:: pics/import_bible_zefania.png
|
|
|
|
|
2015-09-11 14:11:24 +00:00
|
|
|
You can now simply select the extracted file for import and click
|
|
|
|
:guilabel:`Next` to continue the import process. When your import is completed
|
|
|
|
you should now be ready to use the imported Zefania Bible.
|