Commit graph

589 commits

Author SHA1 Message Date
Jason Dreyzehner
aec66734cc
Wallets: Add Copay
Rebased-from: cbcde1bc5b1bf04985ac4027f16f753570c4245a
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #888
2015-07-03 20:18:27 -04:00
David A. Harding
930355a41a
Merge pulls #918 & #924
- 918: About-Us: History, Staff Updates, & Signed Commits
- 924: Add Wladimir's Releases Key
2015-06-29 09:53:53 -04:00
Saivann
3a89870ad7 Display release keys along other links with icons 2015-06-27 22:04:20 -04:00
David A. Harding
3270d020b2
Merge pull #921: Use standard proper noun capitalization for Trezor 2015-06-27 21:42:58 -04:00
David A. Harding
9d351edbab
Releases: Link To Signing Keys On Download Page 2015-06-27 16:55:29 -04:00
will binns
c9855a8d3d Remove all-caps instances of the word 'Trezor' for consistency. 2015-06-26 09:22:44 -06:00
Saivann
098fcf1b22 Merge remote-tracking branch 'remotes/bitjson/lang' 2015-06-26 11:15:53 -04:00
David A. Harding
887b63d10e
About-us: Contributor changes 2015-06-25 20:34:41 -04:00
David A. Harding
9876a2739b
About-Us: Describe History & Ownership 2015-06-25 19:59:36 -04:00
David A. Harding
b347044eb2
Repository Move: Update Repository URLs
git ls-tree --full-tree -r HEAD \
  | sed 's/^.\{53\}//'          \
  | xargs sed -i 's^https://github.com/bitcoin/bitcoin.org^https://github.com/bitcoin-dot-org/bitcoin.org^g'
2015-06-23 09:08:40 -04:00
Jason Dreyzehner
0687cbfd5d language update 2015-06-22 16:23:32 -04:00
Saivann
aa5d54fdaf Drop "sourceforge" from English texts 2015-06-22 08:55:58 -04:00
Wladimir J. van der Laan
7b333dfb7b
Mailing list move 2015-06-22 09:49:09 +02:00
David A. Harding
0ff4a25a2c
Merge PRs #887, #900, #902
- #887: Replacing MultiBit Classic with MultiBit HD
- #900: Community: Add Bitcoin Embasy Amsterdam
- #902: Update Mycelium description
2015-06-18 07:58:27 -04:00
Gary Rowe
24e4083607
Replace MultiBit Classic with MultiBit HD
Rebased-from: 1603f4c436c686eee55120bb718ba2a354202993
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #887
2015-06-18 07:55:55 -04:00
Saivann
9411bd0d8f Drop MultiBit HD compatibility in Mycelium description 2015-06-17 12:38:00 -04:00
Saivann
24f9c6ab9f Merge branch 'patch-1' 2015-06-17 11:29:32 -04:00
Saivann
469fa26a54 Update Mycelium description 2015-06-16 11:09:49 -04:00
Saivann
2f9fdb9e44 Drop dead links in press picture page 2015-06-16 01:17:01 -04:00
Ravinder Pal Singh
1d2f9ae83b Update it.yml
Translation improvement
2015-06-09 22:44:12 +02:00
Saivann
27dd3e6999 Merge branch 'sv' 2015-06-01 02:32:53 -04:00
Saivann
9aada50171 Update sv translation 2015-06-01 00:08:08 -04:00
Saivann
5208c0a832 Merge branch 'dropstats' 2015-05-31 22:51:08 -04:00
Arthur Bouquet
59572c5c5a content (en/fr): unconfirmed txs aren't secure 2015-05-24 22:38:07 +02:00
David A. Harding
93111b9981
Merge pull #780 2015-05-22 12:50:45 -04:00
Saivann
f0d111e2c4 Drop public stats 2015-05-05 09:55:55 -04:00
songchenwen
99b7c1d862 Added Bither 2015-05-02 21:08:06 +08:00
David A. Harding
55d4f4def8
Merge pull #845: About Us: Minor Updates 2015-05-01 19:47:34 -04:00
Eric Larchevêque
4c71f9e1a6
Wallets: Rename HW.1 to Ledger Nano
Rebased-from: a07e159e24e79905e6a2dd8bf82d0a873348d3f4
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #696
Closes #844
2015-05-01 18:55:49 -04:00
Ben Davenport
1de5c8f656
Add BitGo chrome app to desktop section of choose your wallet
Rebased-from: 25352fb4521d954be9d35183c906f356321d027c
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #827
2015-04-30 12:50:27 -04:00
David A. Harding
9e665e905e
About Us: Minor Updates
* Add Craig Watkins (wallet reviews)

* Remove long-idle contributors

* Update personal links to point to GitHub
2015-04-30 12:24:37 -04:00
David A. Harding
593a56d6f3
QA: Fix Regressions From HTML Proofer Commit
Suggested by Saïvann (thanks!)
2015-04-27 09:55:42 -04:00
David A. Harding
ec343d54d1 QA: Check HTML Correctness & Fix Existing Errors
- _contrib/bco-htmlproof: check HTML for correctness; fail on any errors

- _contrib/bco-htmlproof: accept path for individual page to help debug
  page problems

- (Many files) Convert `&` in numerous elements to `&amp;`

- _templates/download.html: use Liquid filter to automatically escape
  `&` in magnet links.  Also premptively tell HTML not to check the
  magnet link when checking external links (this check is not currently
  enabled)

- _releases/*: Escape `<parameter>` used in multiple Bitcoin Core
  release notes

- _templates/choose-you-wallet.html: change mSigna URL from
  .../coinvault&referer=bitcoin.org to .../coinvault?referer=bitcoin.org

- _templates/community.html: fix duplicate anchors by renaming one
  anchor

- _templates/events.html: move Javascript to separate file because it
  contains forbidden HTML close tags within the `<script></script>`
  tags.

- (Many files, mostly in _translations/) Fix many broken open tags or
  missing close tags.

- _translatios/zh_TW.yml & ko.yml: fix a total of three invalid
  characters (control characters)
2015-04-27 09:12:11 -04:00
David A. Harding
d383940ecb
Bitcoin.pdf: Create Page Linking To Translations
- Adds a new page linking to all translations of Nakamoto's Bitcoin
  paper, and also provides instructions for adding new translations

- Changes all links on the site that used to point directly to the
  English bitcoin.pdf to point to the new page.

- Add Spanish Translation by Breathingdog, as well as Spanish strings
  for the now page also by Breathingdog
2015-04-24 15:05:55 -04:00
sunnankar
26d5f08cc1 Update en.yml
No text changed to prevent translation issues. Link to article by Vitalik discussing quantum computing issues and potential solutions.
2015-04-20 00:00:51 -04:00
David A. Harding
b8b1f2d07f
Merge pull #800: Revert "Drop Coinapult wallet" 2015-04-13 07:44:36 -04:00
Saivann
b32efb7e66 Update sv translations 2015-04-12 11:55:53 -04:00
Saivann
332f0d88df Update fr translations 2015-04-12 00:06:10 -04:00
Saivann
7a46f4cf5d Merge branch 'support' 2015-04-11 13:04:30 -04:00
sandakersmann
2e1c26cc8a Cryptocurrency is one word 2015-04-11 16:19:12 +02:00
David A. Harding
d2987208d4
Translations: fix unclosed a tag 2015-04-10 09:52:36 -04:00
Saivann
5a90e9808d Update da, it translations 2015-04-10 09:50:08 -04:00
Saivann
fa70fabed6 Update pl translations 2015-04-09 22:47:17 -04:00
Saivann
1467db2c3e Update it translations 2015-04-09 22:34:53 -04:00
Saivann
8810fe74e0 Update de translations 2015-04-09 22:19:51 -04:00
Saivann
de9afa06b3 Expend the "Participate" menu entry 2015-04-09 17:38:11 -04:00
Ninkip2p
74e42facd7
Wallets: Add Ninki wallet
Rebased-from: 8137407d17d3b01af7051b76555f4482e3cb39b7
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #760
2015-04-04 13:14:32 -04:00
David A. Harding
ee2a161421
Revert "Drop Coinapult wallet"
This reverts commit 6fa5684924.
2015-04-04 11:34:19 -04:00
Saivann
6fa5684924 Drop Coinapult wallet
(The service was compromised and is still suspended)
2015-03-25 12:51:31 -04:00
phantomcircuit
6987ca346c
remove references to knc wallet
Rebased-by: David A. Harding <dave@dtrt.org>
Rebased-from: 0e1e40ce970c696ed058952f2e832f4c57e22c2e
Closes #673
2015-03-23 13:29:39 -04:00