Go to file
Chris Witterholt 35f6410fe7
1. Do not capatalize page title. 2. Translate browser title. 3. Add translations for text 'Alert Submitted'. 4. Correct Dutch translation for 'THEME_OPTIONS'.
2024-04-24 18:35:23 +02:00
docs Make use of the configured language in OpenLP in order to use translations in Web Remote 2024-04-11 18:04:54 +00:00
e2e Update to Angular v17 and update other packages as well. 2024-02-14 03:42:35 +00:00
scripts Some minor updates 2024-04-20 05:36:11 +00:00
src 1. Do not capatalize page title. 2. Translate browser title. 3. Add translations for text 'Alert Submitted'. 4. Correct Dutch translation for 'THEME_OPTIONS'. 2024-04-24 18:35:23 +02:00
.browserslistrc Change detection of unsupported browser 2024-03-06 05:30:08 +00:00
.editorconfig initial commit 2018-08-07 13:51:51 +02:00
.eslintrc.json Update to Angular v16 2024-02-08 19:37:40 +00:00
.gitignore Update several packages including Angular. 2024-04-19 16:12:29 +00:00
.gitlab-ci.yml Change the server we upload releases to 2024-04-13 11:05:48 -07:00
CHANGELOG.rst Release 0.9.18. 2024-04-15 19:11:31 +02:00
LICENSE Clean up the code and the repository a bit 2019-10-06 00:28:36 +00:00
README.rst Documentation and versioning 2020-02-27 00:34:52 -07:00
angular.json Update to Angular v17 and update other packages as well. 2024-02-14 03:42:35 +00:00
package.json 1. Use the new Angular 17 template syntax. 2. Use the Angular 17 property 'styleUrl' in cases where only one stylesheet is defined. 3. Prevent TypeError in the browser console when Settings is displayed when there are no live items. 4. Update several packages. 2024-04-23 23:12:56 +02:00
tsconfig.json Update to Angular v17 and update other packages as well. 2024-02-14 03:42:35 +00:00
yarn.lock 1. Use the new Angular 17 template syntax. 2. Use the Angular 17 property 'styleUrl' in cases where only one stylesheet is defined. 3. Prevent TypeError in the browser console when Settings is displayed when there are no live items. 4. Update several packages. 2024-04-23 23:12:56 +02:00

README.rst

OpenLP Web Remote

This is the web remote that is integrated into OpenLP.

Installation

To download and install this web remote, you need to install OpenLP 3.0 or higher, go into the configuration, select "Remote" and update the web remote from there.

Development

To get started with development of the web remote, see the Developer Guide in the docs directory.