← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/phills-blog-post into lp:openlp/website

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/phills-blog-post into lp:openlp/website.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/phills-blog-post/+merge/332759

Phill's blog post, plus try to emphasise the manual and the forums more in the support section.
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/phills-blog-post into lp:openlp/website.
=== added file 'blog/progress-on-openlp-25.rst'
--- blog/progress-on-openlp-25.rst	1970-01-01 00:00:00 +0000
+++ blog/progress-on-openlp-25.rst	2017-10-25 06:00:21 +0000
@@ -0,0 +1,45 @@
+.. title: Progress on OpenLP 2.5
+.. slug: 2017/10/29/progress-on-openlp-25
+.. date: 2017-10-29 12:00:00 UTC
+.. tags: 
+.. category: 
+.. link: 
+.. description: 
+.. type: text
+.. previewimage: /cover-images/progress-on-openlp-25.jpg
+
+Like many other open source projects, OpenLP uses even version numbers to denote a stable release, and odd version
+numbers to denote an unstable (or development) release.
+
+Currently we're in the process of working on OpenLP 2.5 which will become OpenLP 2.6 when we release it. We’re still
+not in a position to make this release, but I thought I'd write this blog post to assure you that lots of work is being
+done behind the scenes.
+
+So what have we been working on?
+
+New features:
+
+- Support for chords in songs
+- Supporting more projectors by upgrading to PJLink 2
+- Support for bibles from the SWORD Project
+- Support for ProPresenter 5 song import
+- Video backgrounds to songs (depending on your platform)
+- Video timing display so you can see the time left for a media item
+- The splitting of the Web Inferface from the core code allowing faster updates and user defined variations
+
+Behind the scenes:
+
+- A new renderer and display based on Reveal.js, which should allow us and you to do a lot more in the long term
+- A new RESTful API for better remote control and potential integration from other apps
+- The migration to a new web interface framework allowing easier integration for new funtions
+- The change to save themes in JSON instead of XML
+- Change to the way file paths are represented internally in OpenLP to make interoperability between different operating 
+  systems better. This will help with things like transferring service files between different computers.
+- A whole lot of bugs fixed
+
+So while we might seem to be quiet, the real reason is because we're trying to get everything ready for another
+feature-packed release.
+
+[ Image Credit: `Waiting by Solmaz Zohdi`_ ]
+
+.. _Waiting by Solmaz Zohdi: https://www.flickr.com/photos/solmazz/35284478660/

=== added file 'files/cover-images/progress-on-openlp-25.jpg'
Binary files files/cover-images/progress-on-openlp-25.jpg	1970-01-01 00:00:00 +0000 and files/cover-images/progress-on-openlp-25.jpg	2017-10-25 06:00:21 +0000 differ
=== modified file 'themes/openlp2v2/templates/front_page.html'
--- themes/openlp2v2/templates/front_page.html	2017-10-14 06:28:17 +0000
+++ themes/openlp2v2/templates/front_page.html	2017-10-25 06:00:21 +0000
@@ -557,7 +557,18 @@
                     <div class="row">
                         <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
                             <div class="footer-content">
-                                <p class="large">OpenLP is not developed by a company, but by a group of volunteers who dedicate part of their spare time to developing this application. These same developers try to also find time to answer support requests. You can help the developers by reading the <a href="https://manual.openlp.org/"; title="OpenLP Manual">manual</a> (which has both <a href="https://manual.openlp.org/faq.html";>Frequently Asked Questions</a> and a <a href="https://manual.openlp.org/troubleshooting.html";>Troubleshooting Guide</a>) and browsing the <a href="https://forums.openlp.org/"; title="OpenLP Forums">forums</a> where a number of folks in our community can help to answer your questions.</p>
+                                <p class="large">OpenLP is not developed by a company, but by a group of volunteers who
+                                    dedicate part of their spare time to developing this application. These same
+                                    developers try to also find time to answer support requests. Every moment a
+                                    developer spends on answering a question is a moment not spent working on OpenLP.
+                                    Please use their time sparingly.</p>
+                                <p class="large">The best place to learn how to use OpenLP is the
+                                    <a href="https://manual.openlp.org/"; title="OpenLP Manual"><i class="fa fa-fw fa-book"></i> OpenLP Manual</a>,
+                                    which has both <a href="https://manual.openlp.org/faq.html";>Frequently Asked Questions</a>
+                                    and a <a href="https://manual.openlp.org/troubleshooting.html";>Troubleshooting Guide</a></p>
+                                <p class="large">If you are unable to find the answer in the manual, browse the
+                                    <a href="https://forums.openlp.org/"; title="OpenLP Forums"><i class="fa fa-fw fa-comments"></i> OpenLP Forums</a>
+                                    where a number of folks in our community can help to answer your questions.</p>
                             </div>
                         </div>
                         <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">


Follow ups