diff --git a/_less/clients.less b/_less/clients.less index f532e18e..5a6b9bd5 100644 --- a/_less/clients.less +++ b/_less/clients.less @@ -3,13 +3,39 @@ * ---------------------------------------------------------------------------- */ .best { - background-color: #ddffdd; + background-color: #dfffdf; } .good { - background-color: #ddffff; + background-color: #dfffff; } .ugly { - background-color: #ffdddd; + background-color: #ffdfdf; +} + +#oslist { + border-right: 1px solid black; + vertical-align: top; + width: 14ex; +} + +#oslist ul { + list-style-type: none; + width: 12ex; +} + +#oslist,#oslist ul { + margin: 0; + padding: 0; +} + +#oslist li a { + padding: 1ex; + display: block; + width: 100%; +} + +th.clients:first-child { + max-width: 16ex; } diff --git a/_plugins/clients.rb b/_plugins/clients.rb index 5b059090..d2f0bac0 100644 --- a/_plugins/clients.rb +++ b/_plugins/clients.rb @@ -10,13 +10,16 @@ module Jekyll hid = h['id'] td = h.fetch('td', 'td') for c in page['clients'] + if c.has_key?('incomplete') + next + end ci = c[hid] curi = c.fetch(hid + '_uri', nil) - r += '<' + td + r += '<' + td + ' class="clients ' + c['os'] if h.has_key?(ci) - r += ' class="' + h[ci] + '"' + r += ' ' + h[ci] end - r += '>' + r += '">' if curi r += "" + ci + "" elsif ci diff --git a/clients.html b/clients.html index 1838308a..dd2d6664 100644 --- a/clients.html +++ b/clients.html @@ -54,6 +54,22 @@ clients: maturity: Jul 2011 license: AGPLv3 multiuser: Multi-wallet + incomplete: missing automatic node integration + os: linux win +- name: Bitcoin Wallet + name_uri: http://code.google.com/p/bitcoin-wallet/ + start_uri: https://play.google.com/store/apps/details?id=de.schildbach.wallet + start: Download + audience: + security: + nodetype: + backups: + setuptime: + disk: + maturity: Mar 2011 + license: GPLv3 + multiuser: + os: android - name: Bitcoin-Qt name_uri: start_uri: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/ @@ -67,6 +83,7 @@ clients: maturity: May 2011 license: MIT multiuser: No + os: linux mac win - name: bitcoind name_uri: start_uri: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/ @@ -80,6 +97,49 @@ clients: maturity: Aug 2009 license: MIT multiuser: No + os: linux win +- name: BitcoinSpinner + name_uri: http://code.google.com/p/bitcoinspinner/ + start_uri: https://play.google.com/store/apps/details?id=com.miracleas.bitcoin_spinner + start: Download + audience: + security: + nodetype: + backups: + setuptime: + disk: + maturity: Nov 2011 + license: Apache2 + multiuser: + os: android +- name: Blockchain + name_uri: https://blockchain.info/wallet/iphone-app + start_uri: https://blockchain.info/wallet/iphone-app#download-instructions-btn + start: Download + audience: End-users + security: Encryption + nodetype: + backups: Automatic remote + setuptime: + disk: + maturity: Mar 2012 + license: + multiuser: + os: ios +- name: MtGox Mobile + name_uri: http://mtgoxlive.com/mobile/ + start_uri: https://play.google.com/store/apps/details?id=com.mtgoxlive.trader + start: Download + audience: + security: + nodetype: + backups: + setuptime: + disk: + maturity: Jul 2011 + license: + multiuser: + os: android - name: MultiBit name_uri: http://multibit.org/ start_uri: http://multibit.org/releases.html @@ -93,6 +153,7 @@ clients: maturity: Jul 2011 license: multiuser: + os: linux mac win - name: My Wallet name_uri: https://blockchain.info/wallet start_uri: https://blockchain.info/wallet/new @@ -106,6 +167,7 @@ clients: maturity: Dec 2011 license: multiuser: + os: android linux mac win - name: StrongCoin name_uri: https://strongcoin.com/ start_uri: https://strongcoin.com/users/sign_up @@ -119,19 +181,61 @@ clients: maturity: Sep 2011 license: multiuser: + os: android linux mac win --- +

Bitcoin Clients

-
-
    -
  • Android
  • -
  • Linux
  • -
  • Mac
  • -
  • Ubuntu
  • -
  • Windows
  • +
+ diff --git a/img/ico-android.png b/img/ico-android.png new file mode 100644 index 00000000..3902b03a Binary files /dev/null and b/img/ico-android.png differ diff --git a/img/ico-ios.png b/img/ico-ios.png new file mode 100644 index 00000000..3f0c215e Binary files /dev/null and b/img/ico-ios.png differ diff --git a/img/ico-linux.png b/img/ico-linux.png new file mode 120000 index 00000000..b56feb6c --- /dev/null +++ b/img/ico-linux.png @@ -0,0 +1 @@ +ico-tux.png \ No newline at end of file diff --git a/img/ico-mac.png b/img/ico-mac.png new file mode 100644 index 00000000..0205ab9c Binary files /dev/null and b/img/ico-mac.png differ