Update Arch install instructions; Write a blog post highlighting new donation options and Debian package update

This commit is contained in:
Raoul Snyman 2017-07-07 19:38:21 -07:00
parent 74ee7a1fe8
commit 123c8f80ed
3 changed files with 30 additions and 2 deletions

View File

@ -0,0 +1,28 @@
.. title: More Ways to Donate & Debian Updated
.. slug: 2017/07/09/more-ways-to-donate-and-debian-updated
.. date: 2017-07-09 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 via our `support options`_.
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/
.. _support options: https://openlp.org/#support
.. _Credit Cards and Cash by Sean MacEntree: https://www.flickr.com/photos/smemon/12696360474/

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

View File

@ -470,9 +470,9 @@
<h4 class="modal-title" id="arch-install-title">Arch Linux Installation Instructions</h4>
</div>
<div class="modal-body">
<p>OpenLP is available in the Arch User Repository. You'll need to <a href="https://archlinux.fr/yaourt-en">install <code>yaourt</code></a> if you haven't already.</p>
<p>OpenLP is available in the Arch User Repository. You'll need to <a href="https://aur.archlinux.org/packages/pacaur/">install <code>pacaur</code></a> if you haven't already.</p>
<p>To install OpenLP, run the following command:</p>
<pre># yaourt -S openlp</pre>
<pre># pacaur -S openlp</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>