"Add some more cover images, and some icons for some buttons and things to spruce it up a bit."
bzr-revno: 15
@ -18,7 +18,7 @@ Some of the most significant changes are:
|
||||
* Updated translations (now is the time to start translating OpenLP 2.2!)
|
||||
* Improved database upgrade to help with the migration from 2.0 to 2.2 series.
|
||||
|
||||
The full list can be found at `https://launchpad.net/openlp/trunk/2.1.2`_
|
||||
The full list can be found at `Launchpad.net`_
|
||||
|
||||
Important Notes
|
||||
^^^^^^^^^^^^^^^
|
||||
@ -44,5 +44,7 @@ OpenLP's system requrements have been upgraded since the 2.0.5 release. We have
|
||||
|
||||
<p style="text-align: center; font-size: 150%;"><a href="http://openlp.org/download" title="Download OpenLP Now!">Download Now</a></p>
|
||||
|
||||
.. _https://launchpad.net/openlp/trunk/2.1.2: https://launchpad.net/openlp/trunk/2.1.2
|
||||
[ Image Credit: `Lady Bird by Samuel Johnson`_ ]
|
||||
|
||||
.. _Launchpad.net: https://launchpad.net/openlp/trunk/2.1.2
|
||||
.. _Lady Bird by Samuel Johnson: https://www.flickr.com/photos/samjuk/1129257862/
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
.. previewimage: /cover-images/video-visual-history-openlp-2x.png
|
||||
.. previewimage: /cover-images/video-visual-history-openlp-2x.jpg
|
||||
|
||||
Ever wanted to know how many developers work on OpenLP, or when OpenLP started, or even how many are working on the code
|
||||
at the same time? Well, now you can see this and more with the video above.
|
||||
|
@ -5,6 +5,7 @@
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
.. previewimage: /cover-images/woo-another-release-announcing-openlp-214.jpg
|
||||
|
||||
|
||||
I press on toward the goal for the prize of the upward call of God in Christ Jesus.
|
||||
@ -54,5 +55,8 @@ A number of translations have been updated and nearing full coverage.
|
||||
|
||||
**UPDATE:** All the files have been uploaded, and are available on the `Download`_ page.
|
||||
|
||||
.. _Download: http://openlp.org/en/download#dev-builds
|
||||
[ Image Credit: `Balloon release by Jennie Rainsford`_ ]
|
||||
|
||||
.. _Download: http://openlp.org/en/download#dev-builds
|
||||
.. _Balloon release by Jennie Rainsford: https://www.flickr.com/photos/jennicatpink/3503569937/
|
||||
|
||||
|
11
deploy.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
NIKOLA=`which nikola`
|
||||
if [[ -f "nikola" ]]; then
|
||||
NIKOLA="./nikola"
|
||||
fi
|
||||
$NIKOLA clean
|
||||
$NIKOLA build
|
||||
cd output
|
||||
rsync -r -a -v -z -e ssh * openlp@openlp.org:public_html/beta/
|
||||
cd ..
|
Before Width: | Height: | Size: 607 KiB After Width: | Height: | Size: 246 KiB |
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 477 KiB |
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 335 KiB |
BIN
files/cover-images/openlp-212-released.jpg
Normal file
After Width: | Height: | Size: 356 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 323 KiB |
Before Width: | Height: | Size: 626 KiB After Width: | Height: | Size: 473 KiB |
BIN
files/cover-images/video-visual-history-openlp-2x.jpg
Normal file
After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 845 KiB |
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
BIN
files/cover-images/woo-another-release-announcing-openlp-214.jpg
Normal file
After Width: | Height: | Size: 182 KiB |
@ -49,7 +49,7 @@ This comes to roughly $8 per week. To be able to upgrade to the next level, we
|
||||
will need roughly $12.50 per week.
|
||||
|
||||
|
||||
[ Image Credit: `Oak Street Blues`_ ]
|
||||
[ Image Credit: `Tip Jar at Open Bar by Dave Dugdale`_ ]
|
||||
|
||||
.. _contact form: /#support
|
||||
.. _Gratipay: https://gratipay.com/
|
||||
@ -58,5 +58,5 @@ will need roughly $12.50 per week.
|
||||
.. _Gandi.net's pricing page: https://www.gandi.net/domain/price/info
|
||||
.. _openlp.org: https://openlp.org/
|
||||
.. _openlp.io: https://openlp.io/
|
||||
.. _Oak Street Blues: https://www.flickr.com/photos/jamesvela/16914677777/
|
||||
.. _Tip Jar at Open Bar by Dave Dugdale: https://www.flickr.com/photos/davedugdale/5025601209/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
assets/css/all-nocdn.css=bootstrap.css,font-awesome.css,rst.css,code.css,colorbox.css,theme.css,animate.css,animations.css,style.css,custom.css
|
||||
assets/css/all.css=font-awesome.css,rst.css,code.css,colorbox.css,theme.css,animate.css,animations.css,style.css,custom.css
|
||||
assets/js/all-nocdn.js=jquery.min.js,bootstrap.min.js,jquery.colorbox-min.js,jquery.appear.js,jquery.backstretch.js,modernizer.js,isotope.js,template.js,custom.js
|
||||
assets/js/all-nocdn.js=jquery.min.js,bootstrap.min.js,jquery.colorbox-min.js,jquery.appear.js,jquery.backstretch.js,modernizr.js,isotope.js,template.js,custom.js
|
||||
assets/js/all.js=jquery.colorbox-min.js,jquery.appear.js,jquery.backstretch.js,modernizr.js,isotope.js,template.js,custom.js
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<%def name="comment_link(link, identifier)">
|
||||
%if comment_system_id:
|
||||
<a href="${link}#disqus_thread" data-disqus-identifier="${identifier[:-5]}">Comments</a>
|
||||
<a href="${link}#disqus_thread" data-disqus-identifier="${identifier[:-5]}"><i class="fa fa-fw fa-comments"></i></a>
|
||||
%endif
|
||||
</%def>
|
||||
|
||||
|
@ -27,12 +27,12 @@
|
||||
<ul class="pager hidden-print">
|
||||
%if post.prev_post:
|
||||
<li class="previous">
|
||||
<a href="${post.prev_post.permalink()[:-5]}" rel="prev" title="${post.prev_post.title()|h}">${messages("Previous post")}</a>
|
||||
<a href="${post.prev_post.permalink()[:-5]}" rel="prev" title="${post.prev_post.title()|h}"><i class="fa fa-fw fa-chevron-left"></i> ${messages("Previous post")}</a>
|
||||
</li>
|
||||
%endif
|
||||
%if post.next_post:
|
||||
<li class="next">
|
||||
<a href="${post.next_post.permalink()[:-5]}" rel="next" title="${post.next_post.title()|h}">${messages("Next post")}</a>
|
||||
<a href="${post.next_post.permalink()[:-5]}" rel="next" title="${post.next_post.title()|h}">${messages("Next post")} <i class="fa fa-fw fa-chevron-right"></i></a>
|
||||
</li>
|
||||
%endif
|
||||
</ul>
|
||||
|