diff --git a/blog/openlp-22-released.rst b/blog/openlp-22-released.rst index 1cb4c13..30cda38 100644 --- a/blog/openlp-22-released.rst +++ b/blog/openlp-22-released.rst @@ -103,6 +103,9 @@ Internals Important Notes ^^^^^^^^^^^^^^^ +Incompatibilities +----------------- + **OpenLP 2.2 is not backwards compatible with 2.0.5.** **Service Files created in 2.2 cannot be opened in 2.0.** @@ -113,10 +116,14 @@ 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.2. +Known Issues +------------ + There are some known issues in OpenLP 2.2 that you should know about before upgrading: 1. Live Backgrounds does not work on Windows and Mac OS X 2. Playback of linked audio does not work on Mac OS X +3. OpenLP on Linux will not start up if VLC is not installed. Simply install VLC to get around this problem. We plan to fix these issues in OpenLP 2.4. We're moving to a faster release cycle, which means that OpenLP 2.4 should be released in 6 to 12 months from now. @@ -131,7 +138,7 @@ As leader of the project, I'd like to say a special thank you to the folks invol .. raw:: html -

Download Now

+

Download Now

[ Image Credit: `Thai Lanterns by Mark Fischer`_ ] diff --git a/conf.py b/conf.py index 5295f93..7aec5ad 100644 --- a/conf.py +++ b/conf.py @@ -408,6 +408,9 @@ CODE_COLOR_SCHEME = 'monokai' # ("icon", "/favicon.ico", "16x16"), # ("icon", "/icon_128x128.png", "128x128"), # } +FAVICONS = { + ('icon', '/favicon.png', '16x16,24x24,32x32,48x48,64x64') +} # Show only teasers in the index pages? Defaults to False INDEX_TEASERS = True diff --git a/deploy.sh b/deploy.sh index 766ede6..0685a87 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,5 +7,5 @@ fi $NIKOLA clean $NIKOLA build cd output -rsync -r -a -v -z -e ssh * openlp@openlp.org:public_html/beta/ +rsync -r -a -v -z -e ssh * openlp@openlp.org:public_html/ cd .. diff --git a/files/favicon.png b/files/favicon.png new file mode 100644 index 0000000..6fef3a3 Binary files /dev/null and b/files/favicon.png differ diff --git a/themes/openlp2v2/assets/css/custom.css b/themes/openlp2v2/assets/css/custom.css index 3734f95..15ac9fc 100644 --- a/themes/openlp2v2/assets/css/custom.css +++ b/themes/openlp2v2/assets/css/custom.css @@ -319,8 +319,8 @@ p.indent { margin-left: 3em; } -a.screenshot-gallery { - display: block; +div.screenshot { border-radius: 6px; border: 4px solid #efefef; + margin: 0 10px; } diff --git a/themes/openlp2v2/templates/front_page.html b/themes/openlp2v2/templates/front_page.html index aa7142b..0e19143 100644 --- a/themes/openlp2v2/templates/front_page.html +++ b/themes/openlp2v2/templates/front_page.html @@ -122,25 +122,33 @@

+ + +
+
+

Screenshots

+
-

Screenshots

-
-
- +
+ + + +
+
+ + + +
+
+ + + +
+
@@ -280,11 +288,32 @@