From b74ec7829fb7bd12bc58198e6bffeb21d2ba9c05 Mon Sep 17 00:00:00 2001 From: genjix Date: Tue, 1 May 2012 13:09:34 +0100 Subject: [PATCH] added platforms logos. --- clients.html | 25 +++++++++++++++++++++++++ img/ico-linux.png | Bin 11 -> 495 bytes img/ico-tux.png | Bin 495 -> 0 bytes index.html | 2 +- 4 files changed, 26 insertions(+), 1 deletion(-) mode change 120000 => 100644 img/ico-linux.png delete mode 100644 img/ico-tux.png diff --git a/clients.html b/clients.html index 6615c7e1..3a759fcb 100644 --- a/clients.html +++ b/clients.html @@ -7,18 +7,38 @@ clients: url: bitcoin.org image: bitcoin-qt.png description: Bitcoin-Qt is the frontend for the original code written by Satoshi. It replaced the aging wxWidgets version with a newer architecture that allows changes to be made easier and making the software more portable to different platforms. Bitcoin-Qt is well tested, and is a good starting point for any Bitcoin user looking for stability. + platforms: + - name: linux + - name: ubuntu + - name: win + - name: osx-uni - name: Armory url: bitcoinarmory.com image: armory.png description: Armory is an advanced client that incorporates a number of wallet management features for security. It works in conjunction with the Satoshi codebase to leverage a platform which maintain multiple wallets with encryption with support for offline transactions. Armory is security oriented and targets the high end of the Bitcoin userbase. + platforms: + - name: linux + - name: ubuntu + - name: win - name: Electrum url: ecdsa.org/electrum image: electrum.png description: Electrum is a client that was designed to simplify the use of Bitcoin. Electrum does not download the blockchain and startup times are instant which it does by pooling remote blockchain servers. You do not need to perform regular backups of your wallet as your wallet can be recovered from a secret passphrase which you can memorize or write on a piece of paper. + platforms: + - name: linux + - name: ubuntu + - name: win + - name: android - name: MultiBit url: multibit.org image: multibit.png description: MultiBit is a Bitcoin client. It understands the Bitcoin protocol so it can send and receive bitcoins. It makes the job of sending and receiving bitcoins simple and quick. MultiBit can handle multiple wallets so you can maintain different Bitcoin "accounts" for different purposes. On the 'Your Wallets' screen you can see all your wallets and transactions. MultiBit provides features like different languages, single click payment and quicker access to new features. + platforms: + - name: linux + - name: ubuntu + - name: win + - name: osx-uni + - name: ios ---
@@ -34,6 +54,11 @@ clients:

{{ client.description }}

Website: {{ client.url }}

+

Platforms: + {% for platform in client.platforms %} + + {% endfor %} +

{% endfor %} diff --git a/img/ico-linux.png b/img/ico-linux.png deleted file mode 120000 index b56feb6c..00000000 --- a/img/ico-linux.png +++ /dev/null @@ -1 +0,0 @@ -ico-tux.png \ No newline at end of file diff --git a/img/ico-linux.png b/img/ico-linux.png new file mode 100644 index 0000000000000000000000000000000000000000..c51a0b4154b6490f0e468e6556504a70d4a32405 GIT binary patch literal 495 zcmVB@8^BqaFw_&7K^=H}?k&Crc`IvN`u_qzb>?Cjs)-`2f| z;H(n-`t+QGQEO#dJU&9LuC!N5GaeHI(ZQs!k3`VY+}+*ey^|#1*2nqKSMc-t`u+b~ zU1HLl0qNu3*{wJK*aVe}Zot67-Me!C%?SVi0RR90IC)`y00001bW%=J06^y0W&i*H z0b)x>L;#2d9Y_EG010qNS#tmY3ljhU3ljkVnw%H_000McNliru)&dL_8!_6T6LA0l z0H{esK~xyiP0ZI0fY>1+B@8^BqaFw_&7K^=H}?k&Crc`IvN`u_qzb>?Cjs)-`2f| z;H(n-`t+QGQEO#dJU&9LuC!N5GaeHI(ZQs!k3`VY+}+*ey^|#1*2nqKSMc-t`u+b~ zU1HLl0qNu3*{wJK*aVe}Zot67-Me!C%?SVi0RR90IC)`y00001bW%=J06^y0W&i*H z0b)x>L;#2d9Y_EG010qNS#tmY3ljhU3ljkVnw%H_000McNliru)&dL_8!_6T6LA0l z0H{esK~xyiP0ZI0fY>1+Ubuntu PPA
  • - Linux (tgz, 32/64-bit) ~10MB + Linux (tgz, 32/64-bit) ~10MB
  • Mac OS X ~11MB