Skip to content

Commit

Permalink
Integrate Clients list into the main page better, and finish out some…
Browse files Browse the repository at this point in the history
… details
  • Loading branch information
luke-jr committed Apr 11, 2012
1 parent 97ce274 commit 42821b5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 69 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ navigation:
section: news
- text: About
url: /about.html
section: about
- text: Clients
url: /clients.html
section: clients

aliases:
s_nakamoto: Satoshi Nakamoto
Expand Down
137 changes: 70 additions & 67 deletions clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@
text: Wallet Security
Multisig: best
Encryption: good
None: ugly
- id: nodetype
text: Network Security
Full: best
Remote: ugly
- id: backups
text: Backups
One-time local: best
Automatic remote: good
Manual local: ugly
'No': ugly
- id: setuptime
text: Setup Time
Seconds: best
Minutes: good
Hours: ugly
- id: disk
text: Disk Space
Expand All @@ -45,16 +49,15 @@
name_uri: http://bitcoinarmory.com/
start_uri: http://bitcoinarmory.com/index.php/get-armory
start: Download
audience: Everyone
audience: Power users
security: Encryption
nodetype:
nodetype: Addon
backups: One-time local
setuptime:
disk:
setuptime: Varies
disk: 2+ GB
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/
Expand Down Expand Up @@ -82,7 +85,7 @@
disk: 2+ GB
maturity: May 2011
license: MIT
multiuser: No
multiuser: 'No'
os: linux mac win
- name: bitcoind
name_uri:
Expand All @@ -96,32 +99,32 @@
disk: 2+ GB
maturity: Aug 2009
license: MIT
multiuser: No
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:
audience: End-users
security: None
nodetype:
backups:
setuptime:
disk:
backups: Manual QR-Code
setuptime: Seconds
disk: 2 MB
maturity: Nov 2011
license: Apache2
multiuser:
multiuser: 'No'
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:
nodetype: Remote
backups: Automatic remote
setuptime:
disk:
setuptime: 15 Minutes
disk: 2 MB
maturity: Mar 2012
license:
multiuser:
Expand All @@ -130,59 +133,81 @@
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:
audience: End-users
security: Remote
nodetype: Remote
backups: Automatic remote
setuptime: Minutes
disk: 3 MB
maturity: Jul 2011
license:
multiuser:
license: WTFPL
multiuser: 'No'
os: android
- name: MultiBit
name_uri: http://multibit.org/
start_uri: http://multibit.org/releases.html
start: Download
audience:
security:
nodetype:
backups:
setuptime:
disk:
audience: End-users
security: None
nodetype: Partial
backups: 'No'
setuptime: 1 hour
disk: 50 MB
maturity: Jul 2011
license:
multiuser:
license: MIT
multiuser: Multi-wallet
os: linux mac win
- name: My Wallet
name_uri: https://blockchain.info/wallet
start_uri: https://blockchain.info/wallet/new
start: eWallet
audience: End-users
audience: Everyone
security: Encryption
nodetype:
nodetype: Remote
backups: Automatic remote
setuptime:
disk:
setuptime: Minutes
disk: None
maturity: Dec 2011
license:
multiuser:
os: android linux mac win
multiuser: 'Yes'
os: android ios linux mac win
- name: StrongCoin
name_uri: https://strongcoin.com/
start_uri: https://strongcoin.com/users/sign_up
start: eWallet
audience:
audience: Power users
security: Encryption
nodetype:
nodetype: Remote
backups: Automatic remote
setuptime:
disk:
setuptime: Minutes
disk: None
maturity: Sep 2011
license:
multiuser:
os: android linux mac win
multiuser: 'Yes'
os: linux mac win
---
<div class="container">
<section id="clients">
<h1>Bitcoin Clients</h1>
<!-- yes, this is an abuse of tables, but really CSS doesn't provide any sane way to do the same thing :( -->
<table><tr>
<td style="" id="oslist">
<ul>
<li><a id="android" href="javascript:clientfilt('android')"><img src="img/ico-android.png"> Android</a></li>
<li><a id="ios" href="javascript:clientfilt('ios')"><img src="img/ico-ios.png"> iPhone</a></li>
<li><a id="linux" href="javascript:clientfilt('linux')"><img src="img/ico-linux.png"> Linux</a></li>
<li><a id="mac" href="javascript:clientfilt('mac')"><img src="img/ico-mac.png"> Mac OS X</a></li>
<li><a id="win" href="javascript:clientfilt('win')"><img src="img/ico-win.png"> Windows</a></li>
</ul>
</td>
<td>
<table>
{% clients %}
</table>
</td>
</tr></table>
</section>
</div>
<script type="text/javascript">
var visiblerule = null;
var selrule = null;
Expand Down Expand Up @@ -224,25 +249,3 @@
clientfilt('win');
})()
</script>
<div class="container">
<section id="clients">
<h1>Bitcoin Clients</h1>
<!-- yes, this is an abuse of tables, but really CSS doesn't provide any sane way to do the same thing :( -->
<table><tr>
<td style="" id="oslist">
<ul>
<li><a id="android" href="javascript:clientfilt('android')"><img src="img/ico-android.png"> Android</a></li>
<li><a id="ios" href="javascript:clientfilt('ios')"><img src="img/ico-ios.png"> iPhone</a></li>
<li><a id="linux" href="javascript:clientfilt('linux')"><img src="img/ico-linux.png"> Linux</a></li>
<li><a id="mac" href="javascript:clientfilt('mac')"><img src="img/ico-mac.png"> Mac OS X</a></li>
<li><a id="win" href="javascript:clientfilt('win')"><img src="img/ico-win.png"> Windows</a></li>
</ul>
</td>
<td>
<table>
{% clients %}
</table>
</td>
</tr></table>
</section>
</div>
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ <h2>Download</h2>
<div>

<p>
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/">{{ page.DOWNLOAD_VERSION }}</a>
<strong>Latest Bitcoin-Qt version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/">{{ page.DOWNLOAD_VERSION }}</a>
<br>
<a style="margin-left: 4ex" href="/clients.html">(see all Bitcoin clients)</a>
</p>

<ul class="unstyled">
Expand All @@ -56,7 +58,7 @@ <h2>Download</h2>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~11MB</small>
</li>
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
</ul>
</div>
</section>
Expand All @@ -76,6 +78,7 @@ <h2>Resources</h2>

<ul>
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
<li><a href="/clients.html">Bitcoin clients</a></li>
<li><a href="https://bitcoin.it/">Bitcoin Wiki</a>
<ul>
<li><a href="https://bitcoin.it/wiki/FAQ">FAQ</a></li>
Expand Down

0 comments on commit 42821b5

Please sign in to comment.