Commit graph

1465 commits

Author SHA1 Message Date
Saivann
f833eb5e15 Add contributor alias for Andreas and order list in alphabetical order 2014-06-17 14:02:58 -04:00
saivann
8f56414ed3 Merge pull request #459 from bitcoin/contributors
Add list of bitcoin.org contributors
2014-06-17 13:52:06 -04:00
saivann
5888dbbb43 Merge pull request #458 from bitcoin/translationfallback
Make translate.rb plugin fallback to English by default
2014-06-17 13:51:54 -04:00
Saivann
614588c091 Increase contributors list column width (thanks @harding) 2014-06-17 11:50:21 -04:00
Saivann
ab2b3ed66d Fix Mac OS X download link 2014-06-17 01:04:44 -04:00
Wladimir J. van der Laan
dfac888fc1 Merge pull request #454 from bitcoin/0.9.2
Add v0.9.2 release
2014-06-17 06:59:03 +02:00
Saivann
8a65502a4a Add list of bitcoin.org contributors 2014-06-16 14:14:47 -04:00
Saivann
06f7d69bb3 Add v0.9.2 release 2014-06-16 00:59:57 -04:00
Saivann
ffee8f6828 Fix direction and text alignment for rtl development template 2014-06-14 21:35:46 -04:00
Saivann
bec898f641 Fix inconsistent margins and line breaks in contributors list 2014-06-14 21:22:37 -04:00
Saivann
78b04ea0ee Make translate.rb plugin fallback to English by default
Display English content in outdated translated templates when this doesn't cause too much issues
2014-06-14 17:21:42 -04:00
saivann
5f2d32d134 Merge pull request #453 from bitcoin/develdocstesting
Create a "Testing Applications" subsection in devel-examples
2014-06-14 16:51:08 -04:00
David A. Harding
cb5e430d86
Mention nLockTime In Locktime Section For Those Searching By String 2014-06-14 08:04:46 -04:00
Saivann
53cc7e3798 Drop useless escaping of now latin-only urls 2014-06-14 00:18:33 -04:00
Saivann
a80ab54f7e Apply various typos and text improvements (thanks @harding!) 2014-06-13 17:40:15 -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
Saivann
ffed3c2529 Create a "Testing Applications" subsection in devel-examples
Move existing "regtest / testnet" texts to the new subsection and link to it
Move Bitcoin Core setup instructions in devel-examples
Add a consistent introduction for devel-(guide/ref/examples)
Fix autocrossref.rb to not add links inside {% highlight %} code blocks
2014-06-12 21:42:42 -04:00
David A. Harding
8a5db84a80
Remove Link To Blockchain.Info's Ineffectual SharedCoin In Dev Docs
No apparent privacy is added by the implementation we link to, and the
press release I read indicates they don't plan to fix it, so I'm
removing our link to it.
2014-06-12 16:50:34 -04:00
saivann
db53413007 Merge pull request #448 from bitcoin/da
Add Danish (da) translation
2014-06-12 12:12:34 -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
David A. Harding
8a9abffe6a
Updates To Compressed Keys Based On Reviewer Feedback
Several reviewers kindly provided feedback via IRC tonight, resulting in
the following changes:

* Mention that compressed keys are used in the offical secp256k1
  documentation with the prefix bytes used by Bitcoin. I could not find
  a publicly-available officialish document defining the prefix bytes,
  but they're used repeatedly in the offical SECG documentation we
  autoxref "secp256k1" to, so I went with that.

* Remove the mention that Bitcoin Core uses OpenSSL. While true, there
  is an effort to slowly move away from using OpenSSL for EC in
  Bitcoin Core.

* Change the phrasing of the relative curve location for 0x02 & 0x03 to
  a form more correct for actuality instead of the illustrated
  abstraction.

* Drop quotes around "uncompressed" since that's the term used in the
  official secp256k1 docs, not something Bitcoin-specific.
2014-06-11 23:30:09 -04:00
Saivann
2b0b6ae58f Add Danish (da) translation 2014-06-11 23:06:01 -04:00
David A. Harding
ad33a91260
Describe What Happens To Mempool During A Reorg 2014-06-11 20:16:30 -04:00
Saivann
7628cf1eef Add submitted CoinSummit event 2014-06-11 17:46:04 -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
bce06938d6 Merge pull request #451 from bitcoin/develdocswarning
Apply a warning icon to all warning texts in devel-docs
2014-06-11 12:16:08 -04:00
Saivann
21bdb0fd1a Apply a warning icon to all warning texts in devel-docs 2014-06-10 23:51:58 -04:00
saivann
1db4eb4031 Merge pull request #450 from harding/nevertouchprivkeys
Add Warning About Handling Private Keys To Transaction Examples
2014-06-10 23:47:34 -04:00
David A. Harding
85f27095c3
Briefly Reapeat Warning Not To Manually Manage Priv Keys In P2SH Example 2014-06-10 23:36:56 -04:00
Saivann
3b07b66a8d Fix one typo in all translations 2014-06-10 23:11:40 -04:00
David A. Harding
847084b2aa
Corrections To Memory Pool Text
Based on feedback from @luke-jr.  (Thanks!)

* Use "may" to indicate that full peers don't need to track unconfirmed txes.

* Change the example given for why non-mining peers might want to track
  unconfirmed txes.

* Note that txes also get dropped from mempool when memory needs
  to be freed.

* Remove paragraph about storing non-relay/non-mine txes.
2014-06-10 23:08:41 -04:00
David A. Harding
18c2c8dd9f
Add Warning About Handling Private Keys To Transaction Examples 2014-06-10 22:09:48 -04:00
David A. Harding
98b550790a
Add Short Subsection About The Memory Pool 2014-06-10 21:10:49 -04:00
David A. Harding
b428cbde26
Merge remote-tracking branch 'harding/generatingtxes' 2014-06-10 13:51:59 -04:00
Saivann
d79886f395 Hide few untranslated texts for Hindi translation 2014-06-10 13:26:50 -04:00
saivann
28d2c0c8f3 Merge pull request #418 from gwb3/add-hindi-translation-052214
Add Hindi Translation
2014-06-10 13:24:34 -04:00
Garland William Binns III
50c272cb2b Update Language Configuration 2014-06-10 04:47:17 -06:00
Garland William Binns III
0be4f58f81 Apply sans.less Stylesheet 2014-06-10 04:45:38 -06:00
Garland William Binns III
a4c563473a Add English-to-Hindi Translation 2014-06-10 04:42:02 -06: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
Saivann
f7f25abcaa Fix RSS feed to pass W3C validation (fixes #446) 2014-06-09 15:03:18 -04:00
Saivann
5fc4b8a21f Fix one typo 2014-06-09 14:19:29 -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
fe16cd7781
Clarification Of PaymentRequestss And Payment Verification
* Clarify a few places where payment request was used instead of
  PaymentRequest.

* Clarify that payment isn't necessarily verified until the merchant
  says so. Suggested by @saivann (thanks!)
2014-06-09 13:44:23 -04:00
David A. Harding
74be6424de
Merge remote-tracking branches 'saivann/generatingtxesbips', 'saivann/generatingtxesresource' and 'saivann/generatingtxestypos' into generatingtxes 2014-06-09 13:23:35 -04:00
saivann
8e2b00b548 Merge pull request #444 from harding/hardware-wallets
Add Subsection About Wallet Programs, Incl. Hardware Wallets
2014-06-09 13:20:41 -04:00
David A. Harding
63e838fa8c
Small fixes suggested by @saivann (thanks!) 2014-06-09 13:15:35 -04:00
Saivann
dcb4be8e9b Add BIP71 and BIP72 to autocrossref links 2014-06-08 23:21:26 -04:00
Saivann
0cb0a999f6 Fix various typos or naming inconsistencies 2014-06-08 23:17:04 -04:00