diff --git a/blog/enblog20141102openlp-211-beta-released.html b/blog/enblog20141102openlp-211-beta-released.html index 301996e..3c317b3 100644 --- a/blog/enblog20141102openlp-211-beta-released.html +++ b/blog/enblog20141102openlp-211-beta-released.html @@ -1 +1 @@ -

OpenLP Beta

Ladies and gentlemen, we are proud to present to you our first beta release of OpenLP 2.2. This new version,two years in the making, is packed full of new features, bug fixes, and improvements.

We realise that this may not contain all the new features that people are looking for, but we're hoping to speed up the number of releases we make to around two releases per year. We're hoping in this way to be able to include more bugfixes and have a faster and more reliable release schedule. This way you don't have to wait 4 years for every new release, but there will be fewer new features per release in order to achieve this.

Important Notes

OpenLP 2.1.1 is not backwards compatible with 2.0.5. Once you have upgraded from 2.0.5, version 2.0.5 cannot read the upgraded files. OpenLP 2.1.1 will make a backup on startup, but it is recommended that you make your own backup too.

Upgrading from versions of OpenLP before 2.0.5 are not supported. You need to upgrade to 2.0.5 first, and make sure you run OpenLP at least once before continuing to upgrade to 2.1.1

This is a beta release, which means it is not yet finished and likely to still contain a few bugs. Please test it out as much as you can (using a Portable build on Windows is a good way to do this) and report the bugs you find.

Service Files created in 2.1.1 cannot be opened in 2.0

System Requirements

OpenLP's system requrements have been upgraded since the 2.0.5 release. Please take note:

  • Windows Vista and up
  • Mac OS  X 10.8 and 10.9
  • Ubuntu 14.04 and 14.10
  • Fedora 21

New Features

Songs

  • Show active song title in preview and live pane
  • Allow authors to be tagged by their type (words music etc)
  • CCLI SongSelect integration
  • Importers
    • ProPresenter 4
    • Worship Assistant
    • PowerPraise
    • PresentationManager
    • EasyWorship Service Files (.ews)
    • WorshipCenter Pro
  • Songbook can be displayed in footer
  • Duplicate Songs can be identified and removed manually if required.

Bibles

  • New web bible: Neue evangelistische Übersetzung (German)
  • Importers
    • Zefania XML format
    • OSIS importer rewritten

Presentations

  • Support for presentations created in PDF format
  • Support for LibreOffice > 4.0

Projector Remote Control

  • Projectors that support the PJLink protocol can be controlled from OpenLP (On/Off/Blank/Source Select)

Images

  • Can be placed in groups and added to services as groups.

Remote

  • Supports SSL for all requests. Certificates will need to be created outside of OpenLP
  • Supports Authentication for all update requests
  • Display thumbnails and notes when available in the Web User Interface

Custom

  • Auto load items from saved services
  • Items can be created from the Service Manager for items like bibles

Media

  • Support for DVD and CD clipselection and playback.

Service

  • Items can be renamed
  • Custom Items generated from Text items like bibles
  • Media items can be configured to autoload and remove screen blank when added to live display
  • Services can be saved without embedding media files. This will limit the portability of the files but reduces the sames size

Internals

  • Upgraded to code to Python 3 from Python 2
  • Refactored and improved the internals to:
    • Improved performance
    • Improve reliability of the media functionality
    • Increase testability and start to introduce a comprehensive test suite
    • Improve consistency of the settings

Download Now

Go to our download page to get it now!

Post Script

We sometimes add a favourite Bible verse, but after seeing this, we decided it may be better not to ;-)

\ No newline at end of file +

New Features

Songs

Bibles

Presentations

Projector Remote Control

Images

Remote

Custom

Media

Service

Internals

Download Now

Go to our download page to get it now!

Post Script

We sometimes add a favourite Bible verse, but after seeing this, we decided it may be better not to ;-)

diff --git a/blog/end-openlp-20.rst b/blog/end-openlp-20.rst index c8f5384..b11bb90 100644 --- a/blog/end-openlp-20.rst +++ b/blog/end-openlp-20.rst @@ -1,14 +1,11 @@ .. title: End of OpenLP 2.0 -.. slug: end-openlp-20 +.. slug: 2014/06/29/end-openlp-20 .. date: 2014-06-29 13:56:00 UTC .. tags: .. link: .. description: .. type: text - -.. image:: http://openlp.org/files/u2/end_of_the_line.png - :width: 100% - :alt: End of the Line +.. previewimage: /cover-images/end-of-the-line.jpg Yes, you read that right, it's the end of OpenLP 2.0. @@ -36,5 +33,5 @@ The next release of OpenLP will be version 2.1.1, which will be the first beta v [ Image Credit: `End of the Line by Kevin Gessner`_ ] -.. _Download: /download +.. _Download: /#download .. _End of the Line by Kevin Gessner: https://www.flickr.com/photos/kevingessner/3540367626/ diff --git a/blog/openlp-211-beta-released.rst b/blog/openlp-211-beta-released.rst new file mode 100644 index 0000000..836cf66 --- /dev/null +++ b/blog/openlp-211-beta-released.rst @@ -0,0 +1,44 @@ +.. title: OpenLP 2.1.1 Beta Released +.. slug: 2014/11/02/openlp-211-beta-released +.. date: 2014-10-27 18:10:14 SAST +.. tags: +.. link: +.. description: +.. type: +.. previewimage: /cover-images/openlp-211-beta-released.jpg + +Ladies and gentlemen, we are proud to present to you our first beta release of OpenLP 2.2. This new version,two years in +the making, is packed full of new features, bug fixes, and improvements. + +We realise that this may not contain all the new features that people are looking for, but we're hoping to speed up the +number of releases we make to around two releases per year. We're hoping in this way to be able to include more bugfixes +and have a faster and more reliable release schedule. This way you don't have to wait 4 years for every new release, but +there will be fewer new features per release in order to achieve this. + +Important Notes +--------------- + +OpenLP 2.1.1 is **not backwards compatible** with 2.0.5. Once you have upgraded from 2.0.5, version 2.0.5 cannot read +the upgraded files. OpenLP 2.1.1 will make a backup on startup, but it is recommended that you make your own backup too. + +Upgrading from versions of OpenLP before 2.0.5 are not supported. You need to upgrade to 2.0.5 first, and make sure you +run OpenLP at least once before continuing to upgrade to 2.1.1 + +This is a beta release, which means it is not yet finished and likely to still contain a few bugs. Please test it out as +much as you can (using a Portable build on Windows is a good way to do this) and report the bugs you find. + +Service Files created in 2.1.1 cannot be opened in 2.0 + +System Requirements +------------------- + +OpenLP's system requrements have been upgraded since the 2.0.5 release. Please take note: + +* Windows Vista and up +* Mac OS X 10.8 and 10.9 +* Ubuntu 14.04 and 14.10 +* Fedora 21 + +`Download Now`_ + +.. _Download Now: /#download \ No newline at end of file diff --git a/blog/openlp-featured-theotek-hangout.rst b/blog/openlp-featured-theotek-hangout.rst new file mode 100644 index 0000000..c532dd8 --- /dev/null +++ b/blog/openlp-featured-theotek-hangout.rst @@ -0,0 +1,11 @@ +.. title: OpenLP Featured in Theotek Hangout +.. slug: 2014/10/27/openlp-featured-theotek-hangout +.. date: 2014-10-27 18:10:14 SAST +.. tags: +.. link: +.. description: +.. type: +.. previewimage: /cover-images/end-of-the-.jpg + +One of OpenLP's long-time users and advocates, Wesley Allen, is part of a great podcast/Hangout-on-Air called Theotek. In their most recent episode, they talked about a number of things, including OpenLP. Check out the video below! (The OpenLP review starts at 16:50) + diff --git a/blog/upcoming-releases-and-the-road-to-22.rst b/blog/upcoming-releases-and-the-road-to-22.rst index 5ff1123..71b7eaa 100644 --- a/blog/upcoming-releases-and-the-road-to-22.rst +++ b/blog/upcoming-releases-and-the-road-to-22.rst @@ -1,13 +1,11 @@ .. title: Upcoming Releases and the Road to 2.2 -.. slug: upcoming-releases-and-the-road-to-22 +.. slug: 2015/06/27/upcoming-releases-and-the-road-to-22 .. date: 2015-06-27 00:23:37 UTC .. tags: .. link: .. description: .. type: text - -.. image:: http://openlp.org/files/u2/road_ahead.png - :width: 100% +.. previewimage: /cover-images/upcoming-releases-and-the-road-to-22.jpg OpenLP 2.0.4 has been out for 4 months now, and while there don't seem to be any major issues with it, that doesn't mean there are no more bugs. With this in mind we're going to be releasing version 2.0.5 at the end of this month, June. This @@ -29,7 +27,6 @@ So while you won't find all the features you want in OpenLP 2.2, we hope to be a you sooner in future because we're not spending forever getting all the features developed while you're waiting for a huge release to happen. -[Image credit: `The Garden Route in South Africa`_ by `stringer_bel`_ ] +[ Image credit: `Road to Drakensberg, South Africa`_ by Diriye Amey ] -.. _The Garden Route in South Africa: https://www.flickr.com/photos/belsymington/4597668741/ -.. _stringer_bel: https://www.flickr.com/photos/belsymington/ +.. _Road to Drakensberg, South Africa: https://www.flickr.com/photos/diriye/18768240571/ diff --git a/files/cover-images/end-of-the-line.jpg b/files/cover-images/end-of-the-line.jpg new file mode 100644 index 0000000..919e7de Binary files /dev/null and b/files/cover-images/end-of-the-line.jpg differ diff --git a/files/cover-images/upcoming-releases-and-the-road-to-22.jpg b/files/cover-images/upcoming-releases-and-the-road-to-22.jpg new file mode 100644 index 0000000..dc6c8f8 Binary files /dev/null and b/files/cover-images/upcoming-releases-and-the-road-to-22.jpg differ diff --git a/pages/index.rst b/pages/index.rst index 350fc37..cac72cc 100644 --- a/pages/index.rst +++ b/pages/index.rst @@ -1,407 +1,8 @@ -.. title: index +.. title: Free Open Source Church Worship Presentation Software .. slug: index .. date: 2015-06-27 00:46:57 UTC -.. tags: -.. link: -.. description: +.. tags: +.. link: +.. description: .. type: text -.. raw:: html - - -
-
-
-
-

About OpenLP

-

Free Worship Presentation Software for your Church.

-
-
-
- -
-
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi adipisci illo, voluptatum ipsam fuga error commodi architecto, laudantium culpa tenetur at id, beatae placeat deserunt iure quas voluptas fugit eveniet.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo ducimus explicabo quibusdam temporibus deserunt doloremque pariatur ea, animi a. Delectus similique atque eligendi, enim vel reiciendis deleniti neque aliquid, sit?

-
    -
  • Cross platform between Linux, Windows, OS X and FreeBSD
  • -
  • Display songs, Bible verses, presentations, images and more
  • -
  • Control OpenLP remotely via the Android app or mobile web browser
  • -
  • Quickly and easily import songs from other popular presentation packages
  • -
  • Easy enough to use to get up and running in less than 10 minutes
  • -
-
-
-
-
-
-

Perfect for small churches

-

Your church was just given a data projector and you want to use it to display the lyrics of songs. You were thinking of using PowerPoint, but after a test found it very unwieldy. Then someone suggested that you look at commercial church presentation software, but when you looked at the price tag, you knew your church could not afford that kind of money. You begin to wonder if you should just go back to hymn books and just leave projection of song words to bigger churches who can afford to do it.

-

Hold onto your dreams, because OpenLP is free. And it's not just a below-standard freebie thing, it's a powerful, elegant open source application. What does that mean? It means that the code that the developers write is available to you. But more than that, it means that OpenLP is, and always will be, free. Free to download, free to use, free to give to all your friends. Unlimited freedom, like the freedom we find in Christ.

-
-
-

Feature-rich for big churches

-

Money isn't a problem for your church, but you've been using a really old program that someone installed a few years ago, and now it is showing its age. You can always upgrade, in the hopes that those bugs you've had to live with are fixed, but will it have all the new features you want?

-

OpenLP is designed to bring you maximum features with minimum effort. Not only that, but OpenLP can also import songs from many other presentation programs, ensuring a smooth transition from your old package to a new, up-to-date one.

-

You'll also get upgrades along the way which fix your bugs and introduce new features. The developers are open and friendly, and welcome input from their users, so you know your feedback is not falling on deaf ears. Having a say in what happens has never been easier!

-
-
-
-
-
-
- -
-
-

Features

-
-
-
-
-
-

Songs

-

Import songs from a variety of sources, tag verse types, set ordering of verses, add formatting, manage authors, search through songs and even add backing tracks to songs for when your band is on holiday.

-
-
- -
-
-
-
-

Bibles

-

Import Bibles from a number of formats, or even download a few verses you need from a Bible site, display verses in varying formats, easily search verses by scripture reference (e.g. Luke 12:10-17) or by phrase.

-
-
- -
-
-
-
-

Presentations

-

Integration with PowerPoint, PowerPoint Viewer and LibreOffice Impress on Windows and LibreOffice Impress on Linux/FreeBSD means that you can import your presentations into OpenLP and control them via OpenLP.

-
-
- -
-
-
-
-

Pictures

-

Import pictures into OpenLP and organise them into folders. Create slide-shows by simply selecting multiple songs and drag-and-dropping the selection into the service, with auto-forwarding.

-
-
- -
-
-
-
-
-
-
- -
-
-

Media

-

Integration with VLC means that you can display almost any video file and play almost any audio file in OpenLP. Using VLC means that a wide variety of formats are supported.

-
-
-
-
- -
-
-

Custom Slides

-

Store your liturgy, announcements, or other custom slides in OpenLP. Just like a song, but with less structure, custom slides can also contain formatting and can be set to loop.

-
-
-
-
- -
-
-

Android Remote

-

Control OpenLP remotely using any tablet or phone running Android using our App in the Google Play Store. Search, go live, control slides, and more. Also accessible via any phone's web browser.

-
-
-
-
- -
-
-

Stage View

-

Built-in stage view accessible from any device with a web browser. Use any device on the local network as your stage monitor, meaning unlimited stage monitors without any extra hardware constraints.

-
-
-
-
-
-
- -
-
-
-
-

Get the Android Remote   Android app on Google Play

-
-
-
-
- -
-
-

Downloads

-
-

Select your operating system, and then click on the link below the selector to download OpenLP for your platform.

-
-
-
-
-
-
Windows 7
or higher
-
-
-
-
-
-
Mac OS X 10.8
or higher
-
-
-
-
-
-
Linux
and FreeBSD
-
-
-
-
-
-
Source Code
for developers
-
-
-
-
-
-
-

Select a platform from the options above

-
- - - - -
-
-
-

Looking for nightlies and development versions? They are now found on our developer site.

-
-
- -
-
-

Testimonials

-
-
-
-
-
- -
-
-

Kudos to OpenLP!

-
-

At our Bible college, we decided to switch to OpenLP because it was free. We found it to be feature-rich and easy to use. It's also constantly improving.

-
David Le Roux George Whitefield College, Cape Town
-
-
-
-
-
-
-
- -
-
-

Thanks!

-
-

Hello, I love your software! Praise the Lord. The fact that you all are willing to provide this for free is amazing.

-
Matt
-
-
-
-
-
-
-
- -
-
-

Good Work!

-
-

OpenLP has made a tremendous positive impact on our services. The singing has increased tenfold as even those with poor eyesight can clearly see the onscreen lyrics.

-
H. Mullan
-
-
-
-
-
-
-
-
-
- -
-
-

Fantastic Software!

-
-

I have been using OpenLP for a couple of years and I found it very easy to navigate and despite never having used this type of software before was able to get a service up and running in a couple of minutes once I had installed the program.

-
Peter G.
-
-
-
-
-
-
-
- -
-
-

A Huge Blessing!

-
-

Just wanted to drop you a line to say thank you for a great product. I'm traveling around to small churches helping them upgrade their media environments. With little or no budgets, OpenLP has been a great help. I wish I could capture the look on a pastor's face when I tell him it's a free software.

-
Brian
-
-
-
-
-
-
-
- -
-
-

Great Product!

-
-

Sunday morning I set the up projector, gave a 10 minute lesson to the young lady who does our overheads. Everything went smoothly. She was so excited, the congregation thought it was great, our priest was ecstatic.

-
Someone famous in Source Title
-
-
-
-
-
-
-
-
-
-
-

Used by over 1000 churches!

-
-
-
-
-
- - diff --git a/themes/openlp2v2/assets/css/custom.css b/themes/openlp2v2/assets/css/custom.css index fe93824..0b127ff 100644 --- a/themes/openlp2v2/assets/css/custom.css +++ b/themes/openlp2v2/assets/css/custom.css @@ -1,155 +1,171 @@ -/* -Theme Name: Worthy - Free Powerful Theme by HtmlCoder -Author:HtmlCoder -Author URI:http://www.htmlcoder.me -Version:1.0.0 -Created:November 2014 -License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/) -File Description: Place here your custom CSS styles -*/ -.bg-image-1 { - background: url("../images/worship-1.jpg") 50% 0px no-repeat; -} - -.bg-image-2 { - background: url("../images/worship-2.jpg") 50% 0px no-repeat; -} - -.media .fa.fa-3x { - font-size: 3em; -} - -div.blog-heading { - background: transparent url(/assets/images/blog-heading-2.jpg) no-repeat center center scroll; - -webkit-background-size:cover; - -moz-background-size:cover; - -o-background-size:cover; - background-size:cover; - margin-bottom:50px -} - -div.blog-heading h1 { - color: #fff; - padding: 225px 0 150px 0; - text-align: left; - text-shadow: 1px 1px 2px #000; -} - -div.product-chooser div.product-chooser-item { - padding: 11px; - border-radius: 6px; - cursor: pointer; - position: relative; - border: 4px solid #efefef; - margin-bottom: 10px; -} - -div.product-chooser div.product-chooser-item.selected{ - border: 4px solid #55acee; - color: #55acee; -} - -div.product-chooser div.product-chooser-item img{ - padding: 0; -} - -div.product-chooser div.product-chooser-item span.title{ - display: block; - margin: 10px 0 5px 0; - font-weight: bold; - font-size: 12px; -} - -div.product-chooser div.product-chooser-item span.description{ - font-size: 12px; -} - -div.product-chooser div.product-chooser-item input{ - position: absolute; - left: 0; - top: 0; - visibility:hidden; -} - -#download-section > div { - height: 200px; - text-align: center; -} - -#download-section div p, -#download-section div h4 { - margin-top: 1.2em; -} - -#download-section > div > div.intro p { - line-height: 11em; - margin-top: 0; -} - -.btn { - min-width: inherit; -} - -.btn-ubuntu { - color: #fff; - background-color: #e36c43; - border: 1px solid #e05a2b; -} -.btn-ubuntu:hover, .btn-ubuntu:focus, .btn-ubuntu.focus { - color: #fff; - background-color: #dd4814; - border-color: #dd4814; -} - -.btn-fedora { - color: #fff; - background-color: #3c6eb4; - border: 1px solid #2a5cb1; -} - -.btn-fedora:hover { - color: #fff; - background-color: #294172; - border-color: #294172; -} - -.btn-debian { - color: #fff; - background-color: #d70a53; - border: 1px solid #dd1155; -} - -.btn-debian:hover { - color: #fff; - background-color: #A80030; - border-color: #A80030; -} - -.btn-arch { - color: #fff; - background-color: #1793d1; - border: 1px solid #168cc7; -} - -.btn-arch:hover { - color: #fff; - background-color: #147db2; - border-color: #147db2; -} - -.btn-freebsd { - color: #fff; - background-color: #e00; - border: 1px solid #d00; -} - -.btn-freebsd:hover { - color: #fff; - background-color: #a00; - border-color: #a00; -} - -a > img { - display: inline; - vertical-align: text-bottom; -} +/* +Theme Name: Worthy - Free Powerful Theme by HtmlCoder +Author:HtmlCoder +Author URI:http://www.htmlcoder.me +Version:1.0.0 +Created:November 2014 +License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/) +File Description: Place here your custom CSS styles +*/ +.bg-image-1 { + background: url("../images/worship-1.jpg") 50% 0px no-repeat; +} + +.bg-image-2 { + background: url("../images/worship-2.jpg") 50% 0px no-repeat; +} + +.media .fa.fa-3x { + font-size: 3em; +} + +div.blog-heading { + background: transparent url(/assets/images/blog-heading-2.jpg) no-repeat center center scroll; + -webkit-background-size:cover; + -moz-background-size:cover; + -o-background-size:cover; + background-size:cover; + margin-bottom:50px +} + +div.blog-heading h1 { + color: #fff; + padding: 225px 0 150px 0; + text-align: left; + text-shadow: 1px 1px 2px #000; +} + +div.post-heading { + background: #0960A2 url(/assets/images/blog-heading-2.jpg) no-repeat center center scroll; + -webkit-background-size:cover; + -moz-background-size:cover; + -o-background-size:cover; + background-size:cover; + margin-bottom:10px +} + +div.post-heading h1 { + color: #fff; + padding: 225px 0 150px 0; + text-align: center; + text-shadow: 1px 1px 2px #000; +} + +div.product-chooser div.product-chooser-item { + padding: 11px; + border-radius: 6px; + cursor: pointer; + position: relative; + border: 4px solid #efefef; + margin-bottom: 10px; +} + +div.product-chooser div.product-chooser-item.selected{ + border: 4px solid #55acee; + color: #55acee; +} + +div.product-chooser div.product-chooser-item img{ + padding: 0; +} + +div.product-chooser div.product-chooser-item span.title{ + display: block; + margin: 10px 0 5px 0; + font-weight: bold; + font-size: 12px; +} + +div.product-chooser div.product-chooser-item span.description{ + font-size: 12px; +} + +div.product-chooser div.product-chooser-item input{ + position: absolute; + left: 0; + top: 0; + visibility:hidden; +} + +#download-section > div { + height: 200px; + text-align: center; +} + +#download-section div p, +#download-section div h4 { + margin-top: 1.2em; +} + +#download-section > div > div.intro p { + line-height: 11em; + margin-top: 0; +} + +.btn { + min-width: inherit; +} + +.btn-ubuntu { + color: #fff; + background-color: #e36c43; + border: 1px solid #e05a2b; +} +.btn-ubuntu:hover, .btn-ubuntu:focus, .btn-ubuntu.focus { + color: #fff; + background-color: #dd4814; + border-color: #dd4814; +} + +.btn-fedora { + color: #fff; + background-color: #3c6eb4; + border: 1px solid #2a5cb1; +} + +.btn-fedora:hover { + color: #fff; + background-color: #294172; + border-color: #294172; +} + +.btn-debian { + color: #fff; + background-color: #d70a53; + border: 1px solid #dd1155; +} + +.btn-debian:hover { + color: #fff; + background-color: #A80030; + border-color: #A80030; +} + +.btn-arch { + color: #fff; + background-color: #1793d1; + border: 1px solid #168cc7; +} + +.btn-arch:hover { + color: #fff; + background-color: #147db2; + border-color: #147db2; +} + +.btn-freebsd { + color: #fff; + background-color: #e00; + border: 1px solid #d00; +} + +.btn-freebsd:hover { + color: #fff; + background-color: #a00; + border-color: #a00; +} + +a > img { + display: inline; + vertical-align: text-bottom; +} diff --git a/themes/openlp2v2/templates/base.tmpl b/themes/openlp2v2/templates/base.tmpl index a52cccb..c6e114f 100644 --- a/themes/openlp2v2/templates/base.tmpl +++ b/themes/openlp2v2/templates/base.tmpl @@ -69,20 +69,41 @@ ${template_hooks['extra_head']()} +% elif post is not UNDEFINED and post: +
+
+
+
+

${post.meta('title')}

+
+
+
+
% endif
-
${template_hooks['page_header']()} <%block name="content">
-
+ % endif ${base.late_load_js()} diff --git a/themes/openlp2v2/templates/front_page.html b/themes/openlp2v2/templates/front_page.html index f75faf8..06b0156 100644 --- a/themes/openlp2v2/templates/front_page.html +++ b/themes/openlp2v2/templates/front_page.html @@ -2,7 +2,7 @@