Commit graph

490 commits

Author SHA1 Message Date
Saivann
007d45381f Load Youtube iframe on click only
(Increases performances and offers better privacy)
2015-06-26 14:02:37 -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
David A. Harding
5d8b0cfd12
Merge pull #901: Update Bitcoin Wallet For BlackBerry 2015-06-19 18:29:06 -04: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
Andreas Schildbach
e6ffd5b702 Update choose-your-wallet.html
I few weeks ago, I updated the BlackBerry version of the app to the same codebase as the Android version. So it now supports HD wallets and tries its best to not reuse addresses.
2015-06-16 16:56:03 +02:00
David A. Harding
666629d4fe
Community: Add Bitcoin Embasy Amsterdam
Suggested by Martijn Wismeijer (thanks!)
2015-06-16 08:21:49 -04:00
Saivann
2f9fdb9e44 Drop dead links in press picture page 2015-06-16 01:17:01 -04:00
David A. Harding
05d81acd82
Translations: Fix Untranslated String In FAQ
Reported by norill (thanks!)

Closes #884
2015-06-12 12:23:23 -04:00
Ninkip2p
95af331cb7
Wallets: added ios and android for ninki wallet
Rebased-from: 7e17463fbe6e8d8c580ad1555132154b6e080665
Rebased-by: David A. Harding
Closes #863
2015-06-07 00:02:02 -04:00
Luke Dashjr
e60a5db2fd Update URIs for libblkmaker and Eloipool (Gitorious is dead) 2015-05-23 00:04:57 +00:00
David A. Harding
93111b9981
Merge pull #780 2015-05-22 12:50:45 -04:00
David A. Harding
37c2b90404
Bitcoin Paper: Add Italian Translation
Italian translation written by Terzim and reviewed by Saïvann and
Harding.

Anti-virus check: 1431357743/
2015-05-11 11:42:56 -04:00
David A. Harding
a30ece184c
Merge pull #724: Add Bither to wallets 2015-05-05 10:56:58 -04:00
David A. Harding
10bb527535
Events: Fix minor rendering bug 2015-05-04 10:59:55 -04:00
Saivann
87fef805e8 Merge branch 'eventdata' 2015-05-02 17:51:30 -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
Saivann
262b550c18 Separate event script from event data 2015-05-01 14:19:43 -04:00
David A. Harding
372032cf66
Wallets: Display BitGo In Win/Mac/Linux
Reported by Craig (thanks!)
2015-04-30 15:32:52 -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
George Kimionis
85813d14a9 Changed privacy level to checkpasstransparencyopensource for Android distro 2015-04-29 00:05:59 +03:00
George Kimionis
7f9ec4c4d9 Restored Bitcoin-Core's transparency level
Downgraded Coinomi's transparency level to checkpasstransparencyopensource since no deterministic build system is involved in the build process whatsoever
2015-04-28 12:55:17 +03: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
George Kimionis
68a7369608 Downgraded transparency level to checkpasstransparencyopensource since no deterministic build system is involved in the build process whatsoever 2015-04-27 15:20:53 +03:00
David A. Harding
feea5bb21f Layout: Add anchor link affordance to all pages 2015-04-25 19:19:24 -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
David A. Harding
b8b1f2d07f
Merge pull #800: Revert "Drop Coinapult wallet" 2015-04-13 07:44:36 -04:00
David A. Harding
a6d5b863bf
Merge pulls #813 and #821
* 813: Layout: Add anchor links to all subheads
* 821: Standardize translation links
2015-04-12 13:29:42 -04:00
sandakersmann
2e1c26cc8a Cryptocurrency is one word 2015-04-11 16:19:12 +02:00
David A. Harding
8991568e70
Layout: exempt Download page from anchor link checking
Thanks Saïvann!
2015-04-09 15:47:05 -04:00
David A. Harding
4213d102da
Style: Add anchor links to all subheads
* Adds Makefile test to ensure all subheadings, except those on Choose
  Your Wallet, have an ID (anchor reference)

* Adds an ID to all subheads that didn't have on previously
2015-04-09 11:30:28 -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
David A. Harding
813cafec45
Fix orphan quote (thanks Saïvann!)
[ci skip]
2015-03-15 12:45:42 -04:00
David A. Harding
d954708ef1
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links.  This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).

Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.
2015-03-14 15:17:24 -04:00
David Hill
f6fbc5a8eb Add btcwallet and update url for btcd. 2015-03-04 19:59:18 -05:00
David A. Harding
24fdd8a0fa
Merge pull #777: Links: Add two websites 2015-03-01 08:03:22 -05:00
David A. Harding
cbebe461ff Releases: Variablize Release Notes
Add additional variables to the release note files to allow setting the
version number and date.  The version number is required, and can be
used to automatically set the release notes title.  The date is optional
and can be set hours/days after the release.

Additionally, a Makefile test is added that checks whether the download
files exist on the Bitcoin.org server.  This can help prevent creating a
broken Download page.

* Set variables for all previous releases

* Document variables in README.md

* Update code and templates to use variables

* Add the Download page links to the "dl" CSS class. Also add newlines
  to make the HTML a bit easier to parse using sed

* Add a new Liquid plugin to print warnings. This is used to print a
  non-error warning if any release is created without the optional date
2015-02-27 08:15:50 -05:00
George Kimionis
8879288197 Added Coinomi wallet 2015-02-27 06:18:04 +02:00
David A. Harding
584e19101c
QA: Simplify Comparison Between Local And Remote Site Files
This commit adds an extra step to the build process to SHA256 checksum
all the files that are built purely based on repository contents.  The
checksums file is uploaded to the webserver with the rest of the site
content.

A separate target is added to the Makefile to compare the remote
sha256sums file to a locally-built file to see if they differ.  This
allows us to detect when a remote build may have gone astray.
2015-02-26 07:13:47 -05:00
louisjc
19d9ca498d Add GoBitcoin.io link 2015-02-26 11:07:30 +01:00
louisjc
36b3ef4964 Add CryptoFR link 2015-02-26 11:06:51 +01:00
David A. Harding
a0b206c77d
Merge pulls #765 and #770
* #765: Links: Replace Dead BitLegal.io With Wikipedia
* #770: Bitcoin for Developers: Change links
2015-02-25 11:36:44 -05:00
louisjc
de3138da5a Restore getstarted link and add developer-documentation link 2015-02-24 14:54:19 +01:00
David A. Harding
bac9de664c
Merge pulls #711, #752, #758
* Pull #711: Add Basic "How To Run A Full Node" Page
* Pull #752: Revert "Drop good tor privacy score for mycelium"
* Pull #758: Dev Docs: Add Inline Template Plugin And Use It For RPC/REST
2015-02-23 08:49:47 -05:00