diff --git a/manual/source/alert.rst b/manual/source/alert.rst index 82740ee..40c9162 100644 --- a/manual/source/alert.rst +++ b/manual/source/alert.rst @@ -1,3 +1,5 @@ +.. _alerts: + ===== Alert ===== diff --git a/manual/source/configure.rst b/manual/source/configure.rst index 76699ef..cc5b6d1 100644 --- a/manual/source/configure.rst +++ b/manual/source/configure.rst @@ -1,3 +1,5 @@ +.. _configure: + ================== Configuring OpenLP ================== diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index 23e1010..e886352 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -1,3 +1,5 @@ +.. _creating_service: + ================== Creating a Service ================== @@ -106,6 +108,8 @@ You can also use the :kbd:`Down Arrow` key to move down through the song or verses. Using the :kbd:`Up Arrow` key will move you from bottom to top. :kbd:`Page Up` and :kbd:`Page Down` keys will do the same thing. +.. _adding_images: + Adding a Group of Images ------------------------ diff --git a/manual/source/index.rst b/manual/source/index.rst index 534da57..d021c26 100644 --- a/manual/source/index.rst +++ b/manual/source/index.rst @@ -25,6 +25,7 @@ Reference Manual dualmonitors mediamanager print_service + plugin_list display_tags configure_shortcuts themes diff --git a/manual/source/pics/bibleimport02.png b/manual/source/pics/bibleimport02.png index 23c4b7b..d713b3b 100644 Binary files a/manual/source/pics/bibleimport02.png and b/manual/source/pics/bibleimport02.png differ diff --git a/manual/source/pics/plugin_alerts.png b/manual/source/pics/plugin_alerts.png new file mode 100644 index 0000000..331aa26 Binary files /dev/null and b/manual/source/pics/plugin_alerts.png differ diff --git a/manual/source/pics/plugin_bibles.png b/manual/source/pics/plugin_bibles.png new file mode 100644 index 0000000..084c7f6 Binary files /dev/null and b/manual/source/pics/plugin_bibles.png differ diff --git a/manual/source/pics/plugin_custom.png b/manual/source/pics/plugin_custom.png new file mode 100644 index 0000000..a3c39f8 Binary files /dev/null and b/manual/source/pics/plugin_custom.png differ diff --git a/manual/source/pics/plugin_images.png b/manual/source/pics/plugin_images.png new file mode 100644 index 0000000..cf1b87e Binary files /dev/null and b/manual/source/pics/plugin_images.png differ diff --git a/manual/source/pics/plugin_list_main.png b/manual/source/pics/plugin_list_main.png new file mode 100644 index 0000000..38a3d6e Binary files /dev/null and b/manual/source/pics/plugin_list_main.png differ diff --git a/manual/source/pics/plugin_media.png b/manual/source/pics/plugin_media.png new file mode 100644 index 0000000..9e3acea Binary files /dev/null and b/manual/source/pics/plugin_media.png differ diff --git a/manual/source/pics/plugin_presentations.png b/manual/source/pics/plugin_presentations.png new file mode 100644 index 0000000..308773b Binary files /dev/null and b/manual/source/pics/plugin_presentations.png differ diff --git a/manual/source/pics/plugin_remote.png b/manual/source/pics/plugin_remote.png new file mode 100644 index 0000000..d70f0f6 Binary files /dev/null and b/manual/source/pics/plugin_remote.png differ diff --git a/manual/source/pics/plugin_songs.png b/manual/source/pics/plugin_songs.png new file mode 100644 index 0000000..cedee77 Binary files /dev/null and b/manual/source/pics/plugin_songs.png differ diff --git a/manual/source/pics/plugin_songusage.png b/manual/source/pics/plugin_songusage.png new file mode 100644 index 0000000..bf110aa Binary files /dev/null and b/manual/source/pics/plugin_songusage.png differ diff --git a/manual/source/plugin_list.rst b/manual/source/plugin_list.rst new file mode 100644 index 0000000..3a0a7cf --- /dev/null +++ b/manual/source/plugin_list.rst @@ -0,0 +1,83 @@ +.. _plugin_list: + +Plugin List +=========== + +OpenLP has many plugins you can activate. By default, all plugins are enabled, +except the Remote Access plugin. A plugin adds features and functionality to +OpenLP. + +To see which plugins are enabled select :menuselection:`Settings --> Plugin List` +or :kbd:`Alt+F7` + +.. image:: pics/plugin_list_main.png + +Plugin Details +^^^^^^^^^^^^^^ + +The left side shows you the list of plugins. Click on a plugin to check its +status. + +**Status:** Shows if your plugin is Active or Inactive. Click the box to +change the status and click :kbd:`OK` to save your selection. + +**Version:** Is the version of the plugin. + +**About:** Describes the use of the plugin. + +For a brief description of what each plugin does, please see below. + +|songs| **Songs Plugin** + The songs plugin provides the ability to display and manage songs. + +|bibles| **Bible Plugin** + The Bible plugin provides the ability to display Bible verses from different + sources during the service. + +|presentations| **Presentation Plugin** + The presentation plugin provides the ability to show presentations using a + number of different programs. The choice of available presentation programs + is available to the user in a drop down box. + **Note** Presentation plugin is disabled on MAC. + +|images| **Image Plugin** + The image plugin provides displaying of images. One of the distinguishing + features of this plugin is the ability to group a number of images together + in the service manager, making the displaying of multiple images easier. + This plugin can also make use of OpenLP's "timed looping" feature to create + a slide show that runs automatically. In addition to this, images from the + plugin can be used to override the current theme's background, which renders + text-based items like songs with the selected image as a background instead + of the background provided by the theme. See the section on :ref:`adding_images`. + +|media| **Media Plugin** + The media plugin provides playback of audio and video. + +|custom| **Custom Slide Plugin** + The custom slide plugin provides the ability to set up custom text slides + that can be displayed on the screen the same way songs are. This plugin + provides greater freedom over the songs plugin. + +|songusage| **SongUsage Plugin** + This plugin tracks the usage of songs in services. + +|alerts| **Alerts Plugin** + The alert plugin controls the displaying of nursery alerts on the display + screen. See :ref:`alerts` for more information + +|remote| **Remote Plugin** + The remote plugin provides the ability to send messages to a running version + of OpenLP on a different computer via a web browser or through the remote API. + See the section on :ref:`remote_tab`. + +.. These are all the image templates that are used in this page. + +.. |ALERTS| image:: pics/plugin_alerts.png +.. |BIBLES| image:: pics/plugin_bibles.png +.. |CUSTOM| image:: pics/plugin_custom.png +.. |IMAGES| image:: pics/plugin_images.png +.. |MEDIA| image:: pics/plugin_media.png +.. |PRESENTATIONS| image:: pics/plugin_presentations.png +.. |REMOTE| image:: pics/plugin_remote.png +.. |SONGS| image:: pics/plugin_songs.png +.. |SONGUSAGE| image:: pics/plugin_songusage.png \ No newline at end of file