Commit graph

335 commits

Author SHA1 Message Date
Saivann
da5aae3ca3 Simplify wallet icon names 2014-07-26 00:43:11 -04:00
saivann
0c27b0ecd0 Merge pull request #473 from bitcoin/wallets
New layout for the "Choose your wallet" page
2014-07-25 21:42:52 -04:00
mazi
269ffef710 Community: Added link to the Bitcoin Association of Slovenia 2014-07-25 18:24:19 +02:00
Saivann
66c8e20c42 Add neutral privacy and decentralization score for signing only hardware wallets (thanks @harding @schildbach) 2014-07-23 15:26:01 -04:00
Saivann
a75b2f1391 New layout for the "Choose your wallet" page
Greatly simplify layout
Increase visibility for "you need to know" and "secure your wallet" pages
Providing increased transparency about security and zero-trust model for each wallet
Encourage diversity and decentralization by
  not recommending two single wallets anymore
  rotating wallets daily by "zero-trust levels" (full nodes followed by SPV wallets followed by hybrid & multisig wallets followed by web wallets)
Display screenshots
Increase visibility for Bitcoin Core by
  recommending it in other wallets' disclaimers as a full node and deterministic build app
  making it always the first desktop wallet displayed
  better promoting it as a good secure / zero-trust wallet
Prepare layout for hardware wallets
Prevent confusing duplicate listing
Allow layout to scale with increasing number of wallets
Fix layout issues with translations and hyphenation
Simplify the process of adding new wallets by storing information in a single location using a consistent format

Thanks @harding for reviews and feedback on the first draft
2014-07-16 22:55:33 -04:00
Alexis Sgarbossa
bbc23e4501 Add new xapo icon 2014-07-16 17:29:59 -03:00
Saivann
473f5a5051 Update blockchain.info and mycelium icons 2014-07-01 12:56:08 -04:00
Saivann
0ff9aa1342 Update list of non-profits
Add "Bitcoin France", "Bitcoin Foundation Ukraine"
2014-06-19 23:21:00 -04:00
David A. Harding
1aa0dadaa1
Merge remote-tracking branch 'harding/makefile' into merge 2014-06-13 15:55:11 -04:00
David A. Harding
f9949e1a82
Merge branches 'compressed-keys' and 'memorypool' into master 2014-06-13 00:05:45 -04:00
David A. Harding
3a90000ed8
Add Makefile For Easy Automated Testing Immediately After Building
New Makefile lets testers build the static HTML files and then run a few
automated tests to catch problems like missing files and links.  The
Makefile is not required; the site can still be built using just Jekyll.

This commit also fixes several image-related errors reported by `make
test` by adding the missing PNG images.
2014-06-12 03:06:57 -04:00
Saivann
82e38c5c88 Fix SVG icon rendering issue in old browsers
Convert texts to paths and apply a small resizing
2014-06-11 14:59:48 -04:00
Saivann
21bdb0fd1a Apply a warning icon to all warning texts in devel-docs 2014-06-10 23:51:58 -04:00
David A. Harding
968d9c1f64
Describe Uncompressed And Compressed Public Keys
A quick little subsection the two different public key formats possible
in Bitcoin.
2014-06-09 22:16:31 -04:00
David A. Harding
ba1a33e712
Merge remote-tracking branch 'bitcoin.org/master' into generatingtxes
Conflicts:
	_includes/references.md
2014-06-09 14:04:23 -04:00
David A. Harding
87e31affba
Add Subsection About Wallet Programs, Incl. Hardware Wallets
Describe the essential functions of a wallet program and how multiple
programs can work together to fulfill those functions, as in the case of
a signing-only wallet.
2014-06-07 19:27:49 -04:00
Saivann
ca7b38d5ea Use consistent names for 48px icons 2014-06-07 15:13:11 -04:00
David A. Harding
61f0931b75
Updates Based On Feedback From Mailing List
* Remove the QR Code error corrections subsection.

* Remove the non-example Payment Protocol text from developer examples.

* Update reference links and autocrossrefs to reflect above deletions

* Fix CSS padding problems reported by @saivann

* Remove all HTML comments from autocrossref text to allow easy checking
  for broken link definitions: find _site -name '*.html' | xargs grep '\]\['

* Add PNG versions of guide and example SVG icons.  (optipng run)
2014-06-06 18:46:32 -04:00
David A. Harding
78b4c5452e
Merge remote-tracking branch 'bitcoin.org/master' into generatingtxes
Conflicts:
	_includes/guide_payment_processing.md
	_less/screen.less
2014-06-02 11:40:38 -04:00
David A. Harding
2e2b0968e7
Add Icons; Update Links
* Add new icons for Developer Guide and Developer Examples so we don't
  keep reusing the book icon.

* Update payment protocol links to point to developer examples when
  appropriate.
2014-06-02 11:30:53 -04:00
Saivann
c4a8c26465 Provide "GitHub-like" anchor links affordance (thanks @cbeams) 2014-05-24 23:44:51 -04:00
saivann
2f17ee4dae Merge pull request #393 from bitcoin/devel-docs
Add Developer Guide To Bitcoin.org
2014-05-24 11:01:45 -04:00
saivann
b6a8926062 Merge pull request #411 from bitcoin/devel-report
Add "Report An Issue" action in developer documentation toc
2014-05-20 18:57:16 -04:00
Saivann
30afc84515 Improve mini_ico_report icon 2014-05-19 12:17:37 -04:00
Saivann
753424d2e6 Add "Report An Issue" action in developer documentation toc 2014-05-19 12:02:34 -04:00
Garland William Binns III
bbee5cf455 Add Russian Flag 2014-05-17 21:41:29 -06:00
David A. Harding
e21d527523
Fix Formula For Normal HD Key Derivation; Mention Ancestor Key Risk
_includes/guide_wallets.md:

* Fix formula given for normal child key derivation to state that public
  keys must also be provided to the HMAC hash function. This required
  updating both text and images.

* Add one-paragraph warning about ancestor key compromise when the
  ancestor extended public key is compromised along with a descended
  private key.  Update img/dev/en-hd-private-parent-to-private-child.*
  to help illustrate this warning.

en/developer-reference.md:

* Remove %include% of previously-removed file which caused new versions
  of Jekyll to die.
2014-05-17 14:34:28 -04:00
Saivann
c7eed3e444 Replace P2PH by P2PKH in devel-docs 2014-05-14 00:21:00 -04:00
David Harding
ffde087f02 Contributions by @harding to devel docs
Thanks also (in alphabetical order) to @cbeams, @mikehearn, and
@tgeller, among others.

The last pre-squash commit was: c2b8d562aa107c7b68c60946cea14cdccc5159ad
2014-05-09 22:13:59 -04:00
saivann
46780d3177 Contributions by @saivann to devel docs
Thanks also (in alphabetical order) to @cbeams, @mikehearn, and
@tgeller, among others.

The last pre-squash commit was: c2b8d562aa107c7b68c60946cea14cdccc5159ad
2014-05-09 22:13:59 -04:00
Alexis Sgarbossa
430a185746 Add xapo wallet 2014-05-05 10:39:57 -03:00
Saivann
7fc8444eb5 Add "Fundación Satoshi Nakamoto" to the list of non-profits 2014-04-29 15:49:50 -04:00
GreenAddress.it
d584d0d4ad Added GreenAddress wallet 2014-04-09 14:08:19 +02:00
Saivann
2cc99dbbed Apply small improvements to BitGo description and compress BitGo icon 2014-03-27 13:50:47 -04:00
Mike Belshe
240bfd1a48 Update to bitgo listing as per comments.
* Fix logo size
* Move placement to next to blockchain.info
* Add spanish translation
2014-03-27 10:03:51 -07:00
Mike Belshe
640dda9698 Merge remote-tracking branch 'upstream/master' 2014-03-27 09:46:19 -07:00
Saivann
433bd50ed1 Use available high-res icons for electrum and hive 2014-03-20 11:12:03 -04:00
Saivann
40cb71be42 Auto-detect Linux and Ubuntu on the download page 2014-03-19 15:18:07 -04:00
Saivann
6bf0212d68 Update Bitcoin Core icon 2014-03-19 13:19:59 -04:00
Saivann
f69f387b5b Move Foundation logo to a separate folder 2014-03-18 14:11:47 -04:00
Saivann
4b44ca3381 Replace RSS icon by a new flat RSS icon 2014-03-18 14:02:01 -04:00
Mike Belshe
b0ccf6bc1b Add BitGo wallet 2014-03-08 08:52:49 -08:00
Saivann
3a02772be5 Fix Foundation's logo size for IE9 2014-03-05 12:21:39 -05:00
Saivann
1600e0eeeb Increase warnings against online wallets in "Secure your wallet"
Move "online services" text at the top of the page
Rewrite text to mention previous security breaches and software wallets
Add a warning icon for increased visibility
2014-03-04 21:50:15 -05:00
saivann
b4337547c0 Merge pull request #317 from bitcoin/foundationsponsor
Sponsorship from the Foundation
2014-02-28 15:35:51 -05:00
Saivann
11fb1327c2 Sponsorship from the Foundation 2014-02-28 14:57:35 -05:00
saivann
3c6360ac51 Merge pull request #312 from bitcoin/hive
Add Hive wallet to bitcoin.org
2014-02-18 20:02:16 -05:00
Saivann
6341fe2370 Update list of non-profits 2014-02-16 20:44:50 -05:00
Saivann
b1c3f2e64c Add Hive wallet to bitcoin.org 2014-02-11 12:49:43 -05:00
Saivann
05887b3c29 Added the Belgian Bitcoin Association to the list of nonprofits (fixes #302) 2014-01-27 11:51:04 -05:00