mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Add 2.9.4 to the downloads section on the website
This commit is contained in:
parent
13f2b3c327
commit
c369694171
@ -109,12 +109,17 @@ div.product-chooser div.product-chooser-item input{
|
||||
}
|
||||
|
||||
#download-section > div {
|
||||
height: 200px;
|
||||
height: 280px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#download-section div p,
|
||||
#download-section div h4 {
|
||||
#download-section > div > div > div {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
#download-section > div > div > div,
|
||||
#download-section > div > div > p,
|
||||
#download-section > div > div > h4 {
|
||||
margin-top: 1.2em;
|
||||
}
|
||||
|
||||
|
@ -297,8 +297,8 @@
|
||||
</div>
|
||||
<div class="windows hidden">
|
||||
<h4>OpenLP for Windows 7 and higher</h4>
|
||||
<p class="notranslate">OpenLP 2.4.6</p>
|
||||
<p>
|
||||
<p class="notranslate">OpenLP 2.4.6 (recommended)</p>
|
||||
<div>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Windows Installer <span class="caret notranslate"></span>
|
||||
@ -317,18 +317,48 @@
|
||||
<li><a href="https://get.openlp.org/2.4.6/OpenLPPortable_2.4.6.paf.exe.torrent"><i class="fa fa-fw fa-cloud-download notranslate"></i> BitTorrent Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
<p class="notranslate">OpenLP 2.9.4 (release candidate for 3.0)</p>
|
||||
<div>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Windows Installer <span class="caret notranslate"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4-x64.msi"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4-x64.msi.torrent"><i class="fa fa-fw fa-cloud-download notranslate"></i> 64-bit BitTorrent Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4-x86.msi"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4-x86.msi.torrent"><i class="fa fa-fw fa-cloud-download notranslate"></i> 32-bit BitTorrent Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Portable Version <span class="caret notranslate"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLPPortable_2.9.4.0-x64.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLPPortable_2.9.4.0-x64.paf.exe.torrent"><i class="fa fa-fw fa-cloud-download notranslate"></i> 64-bit BitTorrent Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLPPortable_2.9.4.0-x86.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
|
||||
<li><a href="https://get.openlp.org/2.9.4/OpenLPPortable_2.9.4.0-x86.paf.exe.torrent"><i class="fa fa-fw fa-cloud-download notranslate"></i> 32-bit BitTorrent Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="macosx hidden">
|
||||
<h4>OpenLP for Mac OS X 10.9 and higher</h4>
|
||||
<p class="notranslate">OpenLP 2.4.6</p>
|
||||
<p class="notranslate">OpenLP 2.4.6 (recommended)</p>
|
||||
<p>
|
||||
<a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6.dmg" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
|
||||
<a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6.dmg.torrent" class="btn btn-primary"><i class="fa fa-fw fa-cloud-download notranslate"></i> BitTorrent Download</a>
|
||||
</p>
|
||||
<p class="notranslate">OpenLP 2.9.4 (release candidate for 3.0)</p>
|
||||
<p>
|
||||
<a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4.dmg" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
|
||||
<a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4.dmg.torrent" class="btn btn-primary"><i class="fa fa-fw fa-cloud-download notranslate"></i> BitTorrent Download</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="linux hidden">
|
||||
<h4>Linux/FreeBSD Downloads</h4>
|
||||
<h4>OpenLP for Linux</h4>
|
||||
<p>Select a distribution</p>
|
||||
<p class="notranslate">
|
||||
<button type="button" class="btn btn-ubuntu" data-toggle="modal" data-target="#ubuntu-install"><img src="/images/ubuntu-logo.png" class="icon notranslate"> Ubuntu</button>
|
||||
@ -352,8 +382,7 @@
|
||||
</div>
|
||||
<p>To install OpenLP, either search for OpenLP in Software Center, or run the following command:</p>
|
||||
<pre>$ sudo apt install openlp</pre>
|
||||
<p>Ubuntu does not always have the latest version of OpenLP in its repositories, so it may be handy to use our <abbr title="Personal Package Archive">PPA</abbr>:</p>
|
||||
<pre>$ sudo add-apt-repository ppa:openlp-core/release<br>$ sudo apt update<br>$ sudo apt install openlp</pre>
|
||||
<p>To get the latest pre-release files, see the <a href="/blog/">latest blog post</a>.</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
||||
@ -428,10 +457,14 @@
|
||||
</div>
|
||||
<div class="source hidden">
|
||||
<h4>OpenLP Source Code</h4>
|
||||
<p class="notranslate">OpenLP-2.4.6.tar.gz</p>
|
||||
<p class="notranslate">OpenLP 2.4.6</p>
|
||||
<p>
|
||||
<a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
|
||||
</p>
|
||||
<p class="notranslate">OpenLP 2.9.4</p>
|
||||
<p>
|
||||
<a href="https://get.openlp.org/2.9.4/OpenLP-2.9.4.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user