Blog about the recent addition of new methods of donating, and update the Linux download section to show installation instructions instead of just linking to a page about the package.
A couple of tweaks and improvements too. Blog post is due to go live on Sunday at 8:00 UTC bzr-revno: 73
28
blog/more-ways-to-donate-and-debian-updated.rst
Normal file
@ -0,0 +1,28 @@
|
||||
.. title: More Ways to Donate & Debian Updated
|
||||
.. slug: 2017/08/06/more-ways-to-donate-and-debian-updated
|
||||
.. date: 2017-08-06 08:00:00 UTC
|
||||
.. tags:
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
.. previewimage: /cover-images/more-ways-to-donate-and-debian-updated.jpg
|
||||
|
||||
Over the last few years since we started accepting donations we're received a couple of enquiries from people looking
|
||||
to be able to donate via credit card or Bitcoin, and without needing a PayPal account. We're pleased to announce that
|
||||
you can now donate to OpenLP in Bitcoin or with a debit or credit card.
|
||||
|
||||
Just head on over to the `donate`_ page which now has options for Bitcoin and debit/credit card too. Debit/credit card
|
||||
payments are powered by `Stripe`_. As always, if you run into any issues please `let us know`_.
|
||||
|
||||
In other news, we've recently updated OpenLP in Debian Linux. For a while we were unable to update the package because
|
||||
of preparation for the Debian 9 release. Now that Debian 9 has been released, we're able to update the OpenLP package
|
||||
again. OpenLP should come through with your regular updates.
|
||||
|
||||
|
||||
[ Image Credit: `Credit Cards and Cash by Sean MacEntree`_ ]
|
||||
|
||||
.. _donate: https://openlp.org/donate
|
||||
.. _Stripe: https://www.stripe.com/
|
||||
.. _let us know: https://openlp.org/#support
|
||||
.. _Credit Cards and Cash by Sean MacEntree: https://www.flickr.com/photos/smemon/12696360474/
|
BIN
files/cover-images/more-ways-to-donate-and-debian-updated.jpg
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
files/images/archlinux-logo.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
files/images/debian-logo.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
files/images/ubuntu-logo.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
@ -33,8 +33,8 @@ Once-off donations are gratefully accepted.
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<h3>PayPal <small>(Preferred)</small></h3>
|
||||
<p>You can donate via PayPal buy clicking the button.</p>
|
||||
<p class="small text-info">You will be guided to create a PayPal account if you don't have one already.</p>
|
||||
<p><a class="btn btn-primary" href="https://paypal.me/raoulsnyman"><i class="fa fa-fw fa-paypal"></i> Donate via PayPal</a></p>
|
||||
<p class="small">You will be guided to create a PayPal account if you don't have one already.</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<h3>Bitcoin</h3>
|
||||
@ -78,10 +78,10 @@ costs.
|
||||
|
||||
<div class="clearfix">
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<h3>Gratipay</h3>
|
||||
<p>PalPal-based automated donation service.</p>
|
||||
<h3>Gratipay <small>(Preferred)</small></h3>
|
||||
<p>PayPal-based automated donation service.</p>
|
||||
<p><img src="https://img.shields.io/gratipay/team/openlp.svg"></p>
|
||||
<p><a class="btn btn-primary" href="https://gratipay.com/openlp"><i class="fa fa-fw fa-gratipay"></i> Support via Gratipay</a></p>
|
||||
<p class="small">Gratipay works weekly, so you'll need to divide your monthly donation into 4.</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
|
||||
<h3>Bitcoin</h3>
|
||||
@ -97,8 +97,6 @@ costs.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
*Currently, after payment fees, we are receiving around US$ 1.00 per week.*
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<hr>
|
||||
|
@ -1,2 +1,2 @@
|
||||
[stripe]
|
||||
api_key = sk_test_hqTZIARVq2wYrjptvH2kfXRT
|
||||
api_key =
|
||||
|
@ -123,9 +123,10 @@ div.product-chooser div.product-chooser-item input{
|
||||
|
||||
.btn-ubuntu {
|
||||
color: #fff;
|
||||
background-color: #e36c43;
|
||||
background-color: #e95420;
|
||||
border: 1px solid #e05a2b;
|
||||
}
|
||||
|
||||
.btn-ubuntu:hover, .btn-ubuntu:focus, .btn-ubuntu.focus {
|
||||
color: #fff;
|
||||
background-color: #dd4814;
|
||||
@ -138,7 +139,7 @@ div.product-chooser div.product-chooser-item input{
|
||||
border: 1px solid #2a5cb1;
|
||||
}
|
||||
|
||||
.btn-fedora:hover {
|
||||
.btn-fedora:hover, .btn-fedora:focus, .btn-fedora.focus {
|
||||
color: #fff;
|
||||
background-color: #294172;
|
||||
border-color: #294172;
|
||||
@ -150,7 +151,7 @@ div.product-chooser div.product-chooser-item input{
|
||||
border: 1px solid #dd1155;
|
||||
}
|
||||
|
||||
.btn-debian:hover {
|
||||
.btn-debian:hover, .btn-debian:focus, .btn-debian.focus {
|
||||
color: #fff;
|
||||
background-color: #A80030;
|
||||
border-color: #A80030;
|
||||
@ -162,7 +163,7 @@ div.product-chooser div.product-chooser-item input{
|
||||
border: 1px solid #168cc7;
|
||||
}
|
||||
|
||||
.btn-arch:hover {
|
||||
.btn-arch:hover, .btn-arch:focus, .btn-arch.focus {
|
||||
color: #fff;
|
||||
background-color: #147db2;
|
||||
border-color: #147db2;
|
||||
@ -174,7 +175,7 @@ div.product-chooser div.product-chooser-item input{
|
||||
border: 1px solid #d00;
|
||||
}
|
||||
|
||||
.btn-freebsd:hover {
|
||||
.btn-freebsd:hover, .btn-freebsd:focus, .btn-freebsd.focus {
|
||||
color: #fff;
|
||||
background-color: #a00;
|
||||
border-color: #a00;
|
||||
@ -185,6 +186,13 @@ a > img {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.btn > img.icon {
|
||||
display: inline;
|
||||
height: 16px;
|
||||
margin-top: -2px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
div.postindex article {
|
||||
border-bottom: 2px solid #ddd;
|
||||
padding-bottom: 0.5em;
|
||||
@ -207,6 +215,8 @@ time {
|
||||
float: right;
|
||||
font-size: 1em;
|
||||
height: 7.2em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 1em;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 7em;
|
||||
|
152
themes/openlp2v2/assets/css/font-awesome.css
vendored
@ -1,13 +1,13 @@
|
||||
/*!
|
||||
* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('../fonts/fontawesome-webfont.eot?v=4.6.2');
|
||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
|
||||
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
|
||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -1832,6 +1832,7 @@
|
||||
content: "\f23e";
|
||||
}
|
||||
.fa-battery-4:before,
|
||||
.fa-battery:before,
|
||||
.fa-battery-full:before {
|
||||
content: "\f240";
|
||||
}
|
||||
@ -2170,6 +2171,151 @@
|
||||
.fa-themeisle:before {
|
||||
content: "\f2b2";
|
||||
}
|
||||
.fa-google-plus-circle:before,
|
||||
.fa-google-plus-official:before {
|
||||
content: "\f2b3";
|
||||
}
|
||||
.fa-fa:before,
|
||||
.fa-font-awesome:before {
|
||||
content: "\f2b4";
|
||||
}
|
||||
.fa-handshake-o:before {
|
||||
content: "\f2b5";
|
||||
}
|
||||
.fa-envelope-open:before {
|
||||
content: "\f2b6";
|
||||
}
|
||||
.fa-envelope-open-o:before {
|
||||
content: "\f2b7";
|
||||
}
|
||||
.fa-linode:before {
|
||||
content: "\f2b8";
|
||||
}
|
||||
.fa-address-book:before {
|
||||
content: "\f2b9";
|
||||
}
|
||||
.fa-address-book-o:before {
|
||||
content: "\f2ba";
|
||||
}
|
||||
.fa-vcard:before,
|
||||
.fa-address-card:before {
|
||||
content: "\f2bb";
|
||||
}
|
||||
.fa-vcard-o:before,
|
||||
.fa-address-card-o:before {
|
||||
content: "\f2bc";
|
||||
}
|
||||
.fa-user-circle:before {
|
||||
content: "\f2bd";
|
||||
}
|
||||
.fa-user-circle-o:before {
|
||||
content: "\f2be";
|
||||
}
|
||||
.fa-user-o:before {
|
||||
content: "\f2c0";
|
||||
}
|
||||
.fa-id-badge:before {
|
||||
content: "\f2c1";
|
||||
}
|
||||
.fa-drivers-license:before,
|
||||
.fa-id-card:before {
|
||||
content: "\f2c2";
|
||||
}
|
||||
.fa-drivers-license-o:before,
|
||||
.fa-id-card-o:before {
|
||||
content: "\f2c3";
|
||||
}
|
||||
.fa-quora:before {
|
||||
content: "\f2c4";
|
||||
}
|
||||
.fa-free-code-camp:before {
|
||||
content: "\f2c5";
|
||||
}
|
||||
.fa-telegram:before {
|
||||
content: "\f2c6";
|
||||
}
|
||||
.fa-thermometer-4:before,
|
||||
.fa-thermometer:before,
|
||||
.fa-thermometer-full:before {
|
||||
content: "\f2c7";
|
||||
}
|
||||
.fa-thermometer-3:before,
|
||||
.fa-thermometer-three-quarters:before {
|
||||
content: "\f2c8";
|
||||
}
|
||||
.fa-thermometer-2:before,
|
||||
.fa-thermometer-half:before {
|
||||
content: "\f2c9";
|
||||
}
|
||||
.fa-thermometer-1:before,
|
||||
.fa-thermometer-quarter:before {
|
||||
content: "\f2ca";
|
||||
}
|
||||
.fa-thermometer-0:before,
|
||||
.fa-thermometer-empty:before {
|
||||
content: "\f2cb";
|
||||
}
|
||||
.fa-shower:before {
|
||||
content: "\f2cc";
|
||||
}
|
||||
.fa-bathtub:before,
|
||||
.fa-s15:before,
|
||||
.fa-bath:before {
|
||||
content: "\f2cd";
|
||||
}
|
||||
.fa-podcast:before {
|
||||
content: "\f2ce";
|
||||
}
|
||||
.fa-window-maximize:before {
|
||||
content: "\f2d0";
|
||||
}
|
||||
.fa-window-minimize:before {
|
||||
content: "\f2d1";
|
||||
}
|
||||
.fa-window-restore:before {
|
||||
content: "\f2d2";
|
||||
}
|
||||
.fa-times-rectangle:before,
|
||||
.fa-window-close:before {
|
||||
content: "\f2d3";
|
||||
}
|
||||
.fa-times-rectangle-o:before,
|
||||
.fa-window-close-o:before {
|
||||
content: "\f2d4";
|
||||
}
|
||||
.fa-bandcamp:before {
|
||||
content: "\f2d5";
|
||||
}
|
||||
.fa-grav:before {
|
||||
content: "\f2d6";
|
||||
}
|
||||
.fa-etsy:before {
|
||||
content: "\f2d7";
|
||||
}
|
||||
.fa-imdb:before {
|
||||
content: "\f2d8";
|
||||
}
|
||||
.fa-ravelry:before {
|
||||
content: "\f2d9";
|
||||
}
|
||||
.fa-eercast:before {
|
||||
content: "\f2da";
|
||||
}
|
||||
.fa-microchip:before {
|
||||
content: "\f2db";
|
||||
}
|
||||
.fa-snowflake-o:before {
|
||||
content: "\f2dc";
|
||||
}
|
||||
.fa-superpowers:before {
|
||||
content: "\f2dd";
|
||||
}
|
||||
.fa-wpexplorer:before {
|
||||
content: "\f2de";
|
||||
}
|
||||
.fa-meetup:before {
|
||||
content: "\f2e0";
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 434 KiB |
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 330 KiB |
@ -67,7 +67,7 @@
|
||||
<div class="space"></div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<img src="/assets/images/section-image-1.png" alt="">
|
||||
<img src="/assets/images/section-image-1.png" alt="OpenLP on a laptop" style="margin-top: 3em;">
|
||||
<div class="space"></div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -339,13 +339,8 @@
|
||||
<li><a href="https://get.openlp.org/2.4.6/OpenLPPortable_2.4.6.paf.exe"><i class="fa fa-fw fa-download"></i> OpenLPPortable_2.4.6.paf.exe</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li class="dropdown-header">Torrents</li>
|
||||
<!-- li class="dropdown-header">Installer Torrents</li -->
|
||||
<li><a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6-setup.exe.torrent"><i class="fa fa-fw fa-cloud-download"></i> OpenLP-2.4.6-setup.exe.torrent</a></li>
|
||||
<!-- li><a href="magnet:?xt=urn:btih:8f5a75821d43daf6acb8ffdd265ec006e3c82760&tr=udp://tracker.unit193.net:6969&tr=udp://tracker.coppersurfer.tk:6969&dn=OpenLP-2.4.5-setup.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li -->
|
||||
<!-- li role="separator" class="divider"></li -->
|
||||
<!-- li class="dropdown-header">Portable Torrents</li -->
|
||||
<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"></i> OpenLPPortable_2.4.6.paf.exe.torrent</a></li>
|
||||
<!-- li><a href="magnet:?xt=urn:btih:e1afc8a584df12427c9784c4112da2d1cbca7b7d&tr=udp://tracker.unit193.net:6969&tr=udp://tracker.coppersurfer.tk:6969&dn=OpenLPPortable_2.4.5.paf.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li -->
|
||||
</ul>
|
||||
</div>
|
||||
</p>
|
||||
@ -373,7 +368,6 @@
|
||||
<li><a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6.dmg"><i class="fa fa-fw fa-download"></i> OpenLP-2.4.6.dmg</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="https://get.openlp.org/2.4.6/OpenLP-2.4.6.dmg.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
|
||||
<!-- li><a href="magnet:?xt=urn:btih:785a818f90498aaeb0fedec9fe4222003c796c33&tr=udp://tracker.unit193.net:6969&tr=udp://tracker.coppersurfer.tk:6969&dn=OpenLP-2.4.5.dmg"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li -->
|
||||
</ul>
|
||||
</div>
|
||||
</p>
|
||||
@ -382,12 +376,100 @@
|
||||
<h4>Linux/FreeBSD Downloads</h4>
|
||||
<p>Select a distribution</p>
|
||||
<p>
|
||||
<a href="https://launchpad.net/~openlp-core/+archive/release" class="btn btn-ubuntu"><i class="fa fa-fw fa-external-link"></i> Ubuntu</a>
|
||||
<a href="https://admin.fedoraproject.org/pkgdb/package/OpenLP/" class="btn btn-fedora"><i class="fa fa-fw fa-external-link"></i> Fedora</a>
|
||||
<a href="https://packages.debian.org/openlp" class="btn btn-debian"><i class="fa fa-fw fa-external-link"></i> Debian</a>
|
||||
<a href="https://aur.archlinux.org/packages/openlp/" class="btn btn-arch"><i class="fa fa-fw fa-external-link"></i> Arch</a>
|
||||
<button type="button" class="btn btn-ubuntu" data-toggle="modal" data-target="#ubuntu-install"><img src="/images/ubuntu-logo.png" class="icon"> Ubuntu</button>
|
||||
<button type="button" class="btn btn-fedora" data-toggle="modal" data-target="#fedora-install"><img src="/files/fedora-logo.png" class="icon hidden"> Fedora</button>
|
||||
<button type="button" class="btn btn-debian" data-toggle="modal" data-target="#debian-install"><img src="/images/debian-logo.png" class="icon"> Debian</button>
|
||||
<button type="button" class="btn btn-arch" data-toggle="modal" data-target="#arch-install"><img src="/images/archlinux-logo.png" class="icon"> Arch</button>
|
||||
<!-- a href="http://www.freshports.org/multimedia/py-openlp" class="btn btn-freebsd"><i class="fa fa-fw fa-external-link"></i> FreeBSD</a -->
|
||||
</p>
|
||||
<div class="modal fade" id="ubuntu-install" tabindex="-1" role="dialog" aria-labelledby="ubuntu-install-title" style="text-align: left;" data-backdrop="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="ubuntu-install-title">Ubuntu Installation Instructions</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-info small" role="alert">
|
||||
<p><i class="fa fa-fw fa-info-circle"></i> OpenLP only supports Canonical-supported versions of Ubuntu from 16.04 and up.</p>
|
||||
</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>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal fade" id="fedora-install" tabindex="-1" role="dialog" aria-labelledby="fedora-install-title" style="text-align: left;" data-backdrop="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="fedora-install-title">Fedora Installation Instructions</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-info small" role="alert">
|
||||
<p><strong>Note:</strong> OpenLP only realistically supports the most recent Fedora release.</p>
|
||||
</div>
|
||||
<p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p>
|
||||
<pre>$ sudo dnf install openlp</pre>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal fade" id="debian-install" tabindex="-1" role="dialog" aria-labelledby="debian-install-title" style="text-align: left;" data-backdrop="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="debian-install-title">Debian Installation Instructions</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-info small" role="alert">
|
||||
<p><strong>Note:</strong> OpenLP only realistically supports Debian unstable.</p>
|
||||
</div>
|
||||
<p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p>
|
||||
<pre>$ sudo apt install openlp</pre>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal fade" id="arch-install" tabindex="-1" role="dialog" aria-labelledby="arch-install-title" style="text-align: left;" data-backdrop="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="arch-install-title">Arch Linux Installation Instructions</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>OpenLP is available in the <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository" title="Arch User Repository">Arch User Repository</a>.
|
||||
You will need to install an <a href="https://wiki.archlinux.org/index.php/AUR_helpers" title="AUR Helpers">AUR helper</a> if you haven't already.</p>
|
||||
<p>Go to <a href="https://aur.archlinux.org/packages/openlp/" title="OpenLP in the AUR">OpenLP in the AUR</a></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="source hidden">
|
||||
<h4>OpenLP Source Code</h4>
|
||||
@ -509,21 +591,22 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||
<div class="footer-content">
|
||||
<p class="large">OpenLP is not developed by a company, but by a group of volunteers who dedicate part of their spare time to developing this application. These same developers try to also find time to answer support requests. You can help the developers by reading the <a href="http://manual.openlp.org/" title="OpenLP Manual">manual</a> (which has both <a href="http://manual.openlp.org/faq.html">Frequently Asked Questions</a> and a <a href="http://manual.openlp.org/troubleshooting.html">Troubleshooting Guide</a>) and browsing the <a href="http://forums.openlp.org/" title="OpenLP Forums">forums</a> where a number of folks in our community can help to answer your questions.</p>
|
||||
<p class="large">OpenLP is not developed by a company, but by a group of volunteers who dedicate part of their spare time to developing this application. These same developers try to also find time to answer support requests. You can help the developers by reading the <a href="https://manual.openlp.org/" title="OpenLP Manual">manual</a> (which has both <a href="https://manual.openlp.org/faq.html">Frequently Asked Questions</a> and a <a href="https://manual.openlp.org/troubleshooting.html">Troubleshooting Guide</a>) and browsing the <a href="https://forums.openlp.org/" title="OpenLP Forums">forums</a> where a number of folks in our community can help to answer your questions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
|
||||
<ul class="list-icons">
|
||||
<li><i class="fa fa-fw fa-book pr-10"></i> Manual: <a href="http://manual.openlp.org/">manual.openlp.org</a></li>
|
||||
<li><i class="fa fa-fw fa-envelope-o pr-10"></i> E-mail: support(at)openlp.org</li>
|
||||
<li><i class="fa fa-fw fa-book pr-10"></i> Manual: <a href="https://manual.openlp.org/">manual.openlp.org</a></li>
|
||||
<li><i class="fa fa-fw fa-money pr-10"></i> Donate: <a href="/donate">find out more</a></li>
|
||||
<li><i class="fa fa-fw fa-comments pr-10"></i> IRC Channel: <a href="http://webchat.freenode.net/?randomnick=1&channels=openlp&prompt=1&uio=d4">#openlp on Freenode.net</a></li>
|
||||
<li><i class="fa fa-fw fa-envelope-o pr-10"></i> E-mail: support(at)openlp.org</li>
|
||||
<li><i class="fa fa-fw fa-comments-o pr-10"></i> IRC Channel: <a href="https://webchat.freenode.net/?randomnick=1&channels=openlp&prompt=1&uio=d4">#openlp on Freenode.net</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
|
||||
<ul class="list-icons">
|
||||
<li><i class="fa fa-fw fa-comments pr-10"></i> Forums: <a href="https://forums.openlp.org">forums.openlp.org</a></li>
|
||||
<li><i class="fa fa-fw fa-pencil-square-o pr-10"></i> Wiki: <a href="http://wiki.openlp.org/">wiki.openlp.org</a></li>
|
||||
<li><i class="fa fa-fw fa-pencil-square-o pr-10"></i> Wiki: <a href="https://wiki.openlp.org/">wiki.openlp.org</a></li>
|
||||
<li><i class="fa fa-fw fa-handshake-o pr-10"></i> Contribute: <a href="/contribute">find out more</a></li>
|
||||
<li><i class="fa fa-fw fa-wrench pr-10"></i> Developer Central: <a href="https://openlp.io/">openlp.io</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|