"Add some more cover images, and some icons for some buttons and things to spruce it up a bit."

bzr-revno: 15
This commit is contained in:
raoul@snyman.info 2015-10-15 00:06:40 +02:00 committed by Raoul Snyman
commit 8d34451bd8
18 changed files with 27 additions and 10 deletions

View File

@ -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/

View File

@ -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.

View File

@ -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
View 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 ..

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 KiB

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 KiB

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 KiB

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 KiB

After

Width:  |  Height:  |  Size: 473 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 845 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -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/

View File

@ -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

View File

@ -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>

View File

@ -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>