mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Last set of updates before GO LIVE
This commit is contained in:
parent
528f1ebd00
commit
b29392f5fc
@ -103,6 +103,9 @@ Internals
|
|||||||
Important Notes
|
Important Notes
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Incompatibilities
|
||||||
|
-----------------
|
||||||
|
|
||||||
**OpenLP 2.2 is not backwards compatible with 2.0.5.**
|
**OpenLP 2.2 is not backwards compatible with 2.0.5.**
|
||||||
|
|
||||||
**Service Files created in 2.2 cannot be opened in 2.0.**
|
**Service Files created in 2.2 cannot be opened in 2.0.**
|
||||||
@ -113,6 +116,9 @@ 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
|
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.
|
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:
|
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
|
1. Live Backgrounds does not work on Windows and Mac OS X
|
||||||
@ -131,7 +137,7 @@ As leader of the project, I'd like to say a special thank you to the folks invol
|
|||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<div class="text-center"><p><a class="btn btn-success btn-lg" href="/#download"><strong>Download Now</strong></a></p></div>
|
<div class="text-center"><p><a class="btn btn-success btn-lg" href="/#downloads"><strong>Download Now</strong></a></p></div>
|
||||||
|
|
||||||
[ Image Credit: `Thai Lanterns by Mark Fischer`_ ]
|
[ Image Credit: `Thai Lanterns by Mark Fischer`_ ]
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@ fi
|
|||||||
$NIKOLA clean
|
$NIKOLA clean
|
||||||
$NIKOLA build
|
$NIKOLA build
|
||||||
cd output
|
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 ..
|
cd ..
|
||||||
|
@ -319,8 +319,8 @@ p.indent {
|
|||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.screenshot-gallery {
|
div.screenshot {
|
||||||
display: block;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border: 4px solid #efefef;
|
border: 4px solid #efefef;
|
||||||
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -122,25 +122,33 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="space"></div>
|
||||||
|
<div class="row">
|
||||||
|
<h2 class="text-center"><i class="fa fw fa-desktop"></i> Screenshots</h2>
|
||||||
|
<div class="col-md-offset-2 col-md-8">
|
||||||
<div class="space"></div>
|
<div class="space"></div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h2 class="text-center"><i class="fa fw fa-desktop"></i> Screenshots</h2>
|
<div class="col-sm-3">
|
||||||
<div class="col-md-offset-2 col-md-8">
|
<a href="/screenshots/mainwindow.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Control OpenLP from the Main Window">
|
||||||
<div class="space"></div>
|
<img src="/screenshots/mainwindow.png" class="img-responsive">
|
||||||
<div class="row">
|
</a>
|
||||||
<a href="/screenshots/mainwindow.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Control OpenLP from the Main Window" class="col-sm-3">
|
</div>
|
||||||
<img src="/screenshots/mainwindow.png" class="img-responsive">
|
<div class="col-sm-3">
|
||||||
</a>
|
<a href="/screenshots/songimporterchoices.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Import Songs from Many Formats">
|
||||||
<a href="/screenshots/songimporterchoices.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Import Songs from Many Formats" class="col-sm-3">
|
<img src="/screenshots/songimporterchoices.png" class="img-responsive">
|
||||||
<img src="/screenshots/songimporterchoices.png" class="img-responsive">
|
</a>
|
||||||
</a>
|
</div>
|
||||||
<a href="/screenshots/song_edit_verse_in_use.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Editing a Song" class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<img src="/screenshots/song_edit_verse_in_use.png" class="img-responsive">
|
<a href="/screenshots/song_edit_verse_in_use.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Editing a Song">
|
||||||
</a>
|
<img src="/screenshots/song_edit_verse_in_use.png" class="img-responsive">
|
||||||
<a href="/screenshots/stage_view_song_w_note.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Browser-based Stage View" class="col-sm-3">
|
</a>
|
||||||
<img src="/screenshots/stage_view_song_w_note.png" class="img-responsive">
|
</div>
|
||||||
</a>
|
<div class="col-sm-3">
|
||||||
</div>
|
<a href="/screenshots/stage_view_song_w_note.png" data-toggle="lightbox" data-gallery="screenshots" data-title="Browser-based Stage View">
|
||||||
|
<img src="/screenshots/stage_view_song_w_note.png" class="img-responsive">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -280,11 +288,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="windows hidden">
|
<div class="windows hidden">
|
||||||
<h4>OpenLP 2.2 for Windows 7 and higher</h4>
|
<h4>OpenLP 2.2 for Windows 7 and higher</h4>
|
||||||
<p>OpenLP-2.2-setup.exe</p>
|
<p>OpenLP-2.2-setup.exe / OpenLPPortable_2.2.paf.exe</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2-setup.exe" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Direct Download</a>
|
<div class="btn-group">
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2-setup.exe.torrent" class="btn btn-warning"><i class="fa fa-fw fa-cloud-download"></i> BitTorrent</a>
|
<a href="https://get.openlp.org/2.2/OpenLP-2.2-setup.exe" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Installer</a>
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2-setup.exe.torrent" class="btn btn-danger"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a>
|
<div class="btn-group">
|
||||||
|
<button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
<i class="fa fa-fw fa-cloud-download"></i> BitTorrent <span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="https://get.openlp.org/2.2/OpenLP-2.2-setup.exe.torrent"><i class="fa fa-fw fa-file"></i> Torrent File</a></li>
|
||||||
|
<li><a href="magnet:?xt=urn:btih:e496b1f1251e313b4fad630af81288180f380010&tr=udp://tracker.unit193.net:6969&tr=udp://open.demonii.com:1337"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn-group">
|
||||||
|
<a href="https://get.openlp.org/2.2/OpenLPPortable_2.2.paf.exe" class="btn btn-primary"><i class="fa fa-fw fa-download"></i> PortableApps.com</a>
|
||||||
|
<div class="btn-group">
|
||||||
|
<button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
<i class="fa fa-fw fa-cloud-download"></i> BitTorrent <span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="https://get.openlp.org/2.2/OpenLPPortable_2.2.paf.exe.torrent"><i class="fa fa-fw fa-file"></i> Torrent File</a></li>
|
||||||
|
<li><a href="magnet:?xt=urn:btih:4666535f08b091c38c8aab6cead166e45d27d36a&tr=udp://tracker.unit193.net:6969&tr=udp://open.demonii.com:1337"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="macosx hidden">
|
<div class="macosx hidden">
|
||||||
@ -293,7 +322,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2.dmg" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Direct Download</a>
|
<a href="https://get.openlp.org/2.2/OpenLP-2.2.dmg" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Direct Download</a>
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2.dmg.torrent" class="btn btn-warning"><i class="fa fa-fw fa-cloud-download"></i> BitTorrent</a>
|
<a href="https://get.openlp.org/2.2/OpenLP-2.2.dmg.torrent" class="btn btn-warning"><i class="fa fa-fw fa-cloud-download"></i> BitTorrent</a>
|
||||||
<a href="https://get.openlp.org/2.2/OpenLP-2.2.dmg.torrent" class="btn btn-danger"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a>
|
<a href="magnet:?xt=urn:btih:46a69790629817a731930545d7bb1ead052df62d&tr=udp://tracker.unit193.net:6969&tr=udp://open.demonii.com:1337" class="btn btn-danger"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="linux hidden">
|
<div class="linux hidden">
|
||||||
|
Loading…
Reference in New Issue
Block a user