forked from openlp/openlp
This is a mirror of the main OpenLP repository at https://gitlab.com/openlp/openlp
f69887cd8c
Almost a static server. Lets say your stage files are in `stages/mystage/<files>`, Provided your main html file is named `stage.html`, you can get to it with: `<openlp_ip>:<openlp_port>/stage/mystage` (this is the same as openlp 2.4.6) Although you can use the full url, the `stage.html` will be able to directly link to it's neighbour files with a relative url. (that means you can use `javascript.js` rather than `/stage/mystage/javascript.js`) Again, this should be the same as openlp 2.4.6 I think OpenLP 2.4.6 used some sort of template system to fill in the page title and perhaps a few other things. This does not use a template system and you only need a standard html file. |
||
---|---|---|
documentation | ||
openlp | ||
resources | ||
scripts | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
appveyor.yml | ||
CHANGELOG.rst | ||
copyright.txt | ||
karma.conf.js | ||
LICENSE | ||
MANIFEST.in | ||
package.json | ||
README.rst | ||
run_openlp.py | ||
setup.cfg | ||
setup.py | ||
yarn.lock |
OpenLP
You're probably reading this because you've just downloaded the source code for OpenLP. If you are looking for the installer file, please go to the download page on the web site:
https://openlp.org/#download
If you're looking for how to contribute to OpenLP, then please look at the OpenLP wiki:
https://wiki.openlp.org/
Thanks for downloading OpenLP!