Separate section for proprietary clients.

This commit is contained in:
Amir Taaki 2012-07-09 11:18:33 +01:00
parent 5b07bbc72d
commit 296fbda40a

View file

@ -76,19 +76,6 @@ clients:
platforms: platforms:
- name: linux - name: linux
- name: win - name: win
- name: Bitcoin Wallet (for Android)
url: play.google.com/store/apps/details?id=de.schildbach.wallet
image: bitcoin-wallet.png
description: |
Bitcoin Wallet is a standalone wallet for Android devices.
Its primary focus is security, ease of use and being independant
of centralized network components (servers). Thus, it uses the
SPV (simple payment verification) model. It supports
initiating transactions via QR code, Bitcoin URIs or near-field
communication (NFC). It has a useful currency conversion
calculator and is localized to a dozen languages.
platforms:
- name: android
--- ---
<div class="container"> <div class="container">
@ -114,19 +101,26 @@ clients:
</div> </div>
</section> </section>
<!-- <section id="proprietary">
<section id="website-frontends"> <h1>Proprietary Software</h1>
<h1>Website Frontends</h1> <p><a href="http://en.wikipedia.org/wiki/Proprietary_software">Proprietary software</a> does not allow inspection of the sourcecode by users. These Bitcoin clients keep it hidden. This means users cannot examine how the program operates, and must trust the vendor to provide an authentic program. Users may be willing to eschew this security risk for any convenience and simplicity brought by placing responsibility with a vendor, instead of using <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">Free Software</a>.
<div class="row"> <div class="row">
<div class="span5"> <div class="span5">
<h2><a href="http://bitcoin.org">Bitcoin-Qt</a></h2> <h2><a href="play.google.com/store/apps/details?id=de.schildbach.wallet">Bitcoin Wallet</a></h2>
<img src="img/bitcoin.png" /> <img src="img/clients/bitcoin-wallet.png" />
<p>Website: <a href="http://bitcoin.org">bitcoin.org</a></p> <p>Website: <a href="play.google.com/store/apps/details?id=de.schildbach.wallet">play.google.com</a></p>
<p>Bitcoin is one of the first implementations of a concept called crypto-currency, which was first described in 1998 by Wei Dai on the cypherpunks mailing list. Building upon the notion that money is any object, or any sort of record, accepted as payment for goods and services and repayment of debts in a given country or socio-economic context, Bitcoin is designed around the idea of using cryptography to control the creation and transfer of money, rather than relying on central authorities.</p> <p>Bitcoin Wallet is a standalone wallet for Android devices.
Its primary focus is security, ease of use and being independant
of centralized network components (servers). Thus, it uses the
SPV (simple payment verification) model. It supports
initiating transactions via QR code, Bitcoin URIs or near-field
communication (NFC). It has a useful currency conversion
calculator and is localized to a dozen languages.</p>
<p>Platforms:
<img src="img/ico-android.png" />
</p>
</div> </div>
...
</div> </div>
</section> </section>
-->
</div> </div>