diff --git a/manual/source/bibles.rst b/manual/source/bibles.rst index 3cdc82e..9f530a1 100644 --- a/manual/source/bibles.rst +++ b/manual/source/bibles.rst @@ -186,3 +186,185 @@ by right clicking on the downloaded file and select `Extract` or `Extract Here`. 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. + +.. _edit_bibles: + +Edit Bible Data +=============== + +Some information about a Bible can be edited. What can be edited is dependent on +the type of bible. + +|bibleedit| Edit + Select the Bible you want to edit then select the :guilabel:`Edit` icon + to edit the Bible informtion. + + + + On the :guilabel:`Meta Data` tab you can update the Bible Version name, + Copyright information and the Permissions for the Bible. + + You can also select the Book Name Language. Choosing :guilabel:`Global Settings`, the + defualt setting, will display the Book Names of the Bible in the Language + set by the Operating System Language. You can change this setting by using + the dropdown to select a different option. + + When you have made your changes you can select the :guilabel:`Save` button to + save your changes, select the :guilabel:`Cancel` button to discard your changes + or select the :guilabel:`Custom Book Names` tab to continue editing. + +|bibleeditform| + + Selecting the :guilabel:`Custom Book Names` tab will allow you to update the book + names that will be displayed. + + Please note that when using a Web Bible you can not change the book names. + + When you have made your changes you can select the :guilabel:`Save` button to + save your changes, select the :guilabel:`Cancel` button to discard your changes + or select the :guilabel:`Meta Data` tab to continue editing. + +|biblenameform| + +.. _delete_bibles: + +Delete a Bible +============== + +You can remove a Bible from OpenLP. The only recovery from deleting +a Bible is to reimport the Bible using the Wizard or copy the files +from a Backup of the Data directory. + +|deleteicon| Delete + Select the Bible version on either the :guilabel:`Quick` or the :guilabel:`Advanced` tab + and click on the :guilabel:`Delete` icon to delete a Bible. + You will be asked to confirm you want to delete the Bible. Click + on :guilabel:`Yes` to delete the Bible or click :guilabel:`No` to cancel. + + +.. _preview_scripture: + +Preview Bible Verses +==================== + +|biblepreview| Send to Preview + + To Preview the selected verses in the left *Preview* panes, select the :guilabel:`Send to Preview` + icon. + + +.. _display_scripture: + +Send Scriptures to Live Display +=============================== + +|biblelive| Send to Live Display + + To Preview the selected verses in the right *Live* panes, select the :guilabel:`Send to Live` + icon. + + +.. _add_scripture_to_service: + +Add Scriptures to Service +========================= + +Adding scriptures to a service can be done by selecting a group of verses +or by moving one verse at a time. + +|bibleadd| Add to Service + To add Bible verses you can click on a verse, hold and drag your selection + from the :ref:`media-manager` over to the *Service Manager* + or, after clicking the media or verse you want to use, click the |bibleadd|. + This will add your media to the service side at the bottom. + + +.. _lock_results: + +Locking Search Results +====================== + +|biblelock| Lock + Selecting the :guilabel:`Lock` icon locks and unlocks the search results. This + feature can be used to combine multiple search results into one group of scriptures. + To use this feature, do a search for the first verses, then select the :guilabel:`Lock` icon + and then search to your second group of verses. The second group of verses will be + added to the first group of verses. You can continue to add more search results or + select the :guilabel:`Lock` icon again to unlock the results and return the search + results to be replaced with each search. + +.. _quick_search: + +Quick Search +============ + +The quick search tab provides a simple search capability that can search +for scripture text or a scripture referance. Use the dropdown in the :guilabel:`Find:` +data entry box to choose the type of search. + +Select your primary Bible by selecting it in the :guilabel:`Version` dropdown. + +Select a second Bible to search using the :guilabel:`Second` dropdown or leave +it blank if you are not using a second Bible. + +Select your desired layout style using the :guilabel:`Layout style` dropdown. + +Enter your search text, Pressing the :kbd:`Enter` or selecting the :guilabel:`Search` +button activates the search. + +When using the scripture referance search, the referance needs to be in one of a +few formats. You can see all the formats available by typing a book name and +pressing the :kbd:`Enter`. + +A common format is "Bookname Chapter:verse - verse" (Gen 1:1-12) + +|biblequicksearch| + + +.. _advanced_search: + +Advanced Search +=============== + +The advance search tab provides another search process that can search +for scripture text using dropdowns to set the search criteria. + +To start your search, select your primary Bible by selecting it in the +:guilabel:`Version` dropdown. + +Select a second Bible to search using the :guilabel:`Second` dropdown or leave +it blank if you are not using a second Bible. + +Select your desired layout style using the :guilabel:`Layout style` dropdown. + +Select the book of the Bible to search using the :guilabel:`Book` dropdown. + +Select the starting Chapter of the book using :guilabel:`Chapter` dropdown to +the right of *From:* + +Select the starting Verse of the chapter using the :guilabel:`Verse` dropdown to +the right of *From:* + +Select the ending Chapter of the book using :guilabel:`Chapter` dropdown to +the right of *To:* + +Select the ending Verse of the chapter using the :guilabel:`Verse` dropdown to +the right of *To:* + +Selecting the :guilabel:`Search` button activates the search. + +|bibleadvancesearch| + + +.. pictures used in this page + +.. |DELETEICON| image:: pics/theme_delete.png +.. |BIBLELIVE| image:: pics/system_live.png +.. |BIBLEPREVIEW| image:: pics/general_preview.png +.. |BIBLEEDIT| image:: pics/songs13.png +.. |BIBLEADD| image:: pics/buttons_add.png +.. |BIBLEEDITFORM| image:: pics/bible_edit_default.png +.. |BIBLENAMEFORM| image:: pics/bible_edit_names.png +.. |BIBLEQUICKSEARCH| image:: pics/bible_quick_search.png +.. |BIBLEADVANCESEARCH| image:: pics/bible_advance_search.png +.. |BIBLELOCK| image:: pics/bible_lock.png diff --git a/manual/source/pics/bible_advance_search.png b/manual/source/pics/bible_advance_search.png new file mode 100644 index 0000000..440e6d6 Binary files /dev/null and b/manual/source/pics/bible_advance_search.png differ diff --git a/manual/source/pics/bible_edit_default.png b/manual/source/pics/bible_edit_default.png new file mode 100644 index 0000000..93e2283 Binary files /dev/null and b/manual/source/pics/bible_edit_default.png differ diff --git a/manual/source/pics/bible_edit_names.png b/manual/source/pics/bible_edit_names.png new file mode 100644 index 0000000..0560960 Binary files /dev/null and b/manual/source/pics/bible_edit_names.png differ diff --git a/manual/source/pics/bible_lock.png b/manual/source/pics/bible_lock.png new file mode 100644 index 0000000..d25f220 Binary files /dev/null and b/manual/source/pics/bible_lock.png differ diff --git a/manual/source/pics/bible_quick_search.png b/manual/source/pics/bible_quick_search.png new file mode 100644 index 0000000..b2d0207 Binary files /dev/null and b/manual/source/pics/bible_quick_search.png differ