Dear all,
I'm not sure if this question is raised elswwhere.
Is there any web interface available for openlp which can allow multiple people to manage lyrics online through a web browser? Even if it is a installable web application, I'm ok as I can host it somewhere to manage my church lyrics.
If not I'm planning to develop such web application using django. Kindly give your feedback on this.
Comments
None that I am aware of.
On a slightly different note, I personally wouldn't use Django, but rather repoze.bfg or the new Pyramid. Pyramid/repoze.bfg offers significantly better performance and more flexibility than Django in my experience.
Thanks Raoul.
I'm new to Python :-) and I'm taking up this opportunity to teach myself Python in my free time.
Thanks for your info about repoze.bfg/Pyramid. I never heard about them as I'm from Java landscape. Anyway, thanks for the information!
FYI, the project lives at http://code.google.com/p/openlpwebapp/.