Commit graph

1190 commits

Author SHA1 Message Date
Saivann
a4f019a905 Apply consistent width and center icons in devel-doc 2014-06-07 14:11:46 -04:00
Saivann
9ef9eedff4 Fix "Return To Overview" icon in devel-example 2014-06-07 14:07:35 -04:00
Saivann
2cc5d241e5 Use consistent capitalization for devel-doc icons 2014-06-07 14:07:02 -04:00
David A. Harding
c4c52cf896
Add Report Issue Link To Developer Examples 2014-06-07 09:40:43 -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
617213a980
Add Disclaimer & Anchor Affordance To Dev Examples 2014-06-02 13:07:27 -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
David A. Harding
7e8e52b966
Move BIP70 Example To Dev Examples
* Move the extened BIP70 example from the guide to the developer
  examples page.

* Add new text introducing BIP70 to the guide
2014-06-01 20:12:31 -04:00
Saivann
d0f96357ee Fix/update one italian string 2014-06-01 16:41:01 -04:00
saivann
f1ca207d33 Merge pull request #414 from gwb3/add-italian-translation-052114
Add Italian Translation
2014-06-01 16:39:45 -04:00
Garland William Binns III
cd1903c83b Add English-to-Italian Translation 2014-06-01 16:08:43 -04:00
David A. Harding
4ee31f7347
Merge remote-tracking branch 'origin/standardtxes' 2014-06-01 09:46:12 -04:00
David A. Harding
183afa76c4
Terminology And Key Pool Fixes
Two minor changes suggested by iwilcox on IRC (thanks!):

* s/brute-force find/brute-force/ in HD wallet section

* Correct mistaken assertion that the keypool isn't refreshed until all
  keys are used. If the wallet is unencrypted or unlocked, the keypool
  is refreshed after each time a key is used.
2014-06-01 03:18:50 -04:00
David A. Harding
b55fae9451
Standard Tx Modifications
* Remove contentious sentence about mining non-standard txes possibly
  creating orphaned blocks and loss of block reward.  Suggested by
  @luke-jr (thanks!)

* Remove unnecessary value judgement ("unfortunately") against
  non-standard redeemScripts. Mention that they can be used deliberately
  by someone who wants to easily receive payment to a non-standard
  output script. Suggested by @luke-jr (thanks!)
2014-05-31 10:51:40 -04:00
Saivann
322707f807 Apply bitlegal.io link to tax text in "You need to know" 2014-05-31 00:55:24 -04:00
saivann
3d74ad210f Merge pull request #431 from bitcoin/develdocreadme
Add "Developer Documentation" subsection in the README
2014-05-31 00:33:01 -04:00
saivann
cbaf816bfe Merge pull request #432 from bitcoin/docmenu
Add "Documentation" entry in the menu
2014-05-31 00:32:57 -04:00
saivann
b08a7950cc Merge pull request #433 from bitcoin/langmenumodulo
Use modulo instead of cycle to split language menu
2014-05-31 00:32:38 -04:00
David A. Harding
f33ea7196a
The "Why" For Standard Transactions, Plus Std Tx Tweaks
Based on a discussion tonight on IRC with comments from @gmaxwell,
bitcoin428, and kadoban.

* Add a new introduction to the Standard Transaction section which
  explains the purpose behind standard transactions so readers
  understand that these aren't limitations for limitation's sake. More
  specifically, note that bug-prevention isn't the only reason for
  standard transactions---thanks to @gmaxwell for explaining the forward
  compatablity reason to me.

* Make it clear that isStandard() only applies to loose transactions and
  that it doesn't apply to txes in blocks.  Thanks to bitcoin428 for
  pointing out this source of confusion.

* Make it cleare that a non-standard redeemScript is a script that would
  not pass isStandard().  Thanks to kadoban for pointing out the absense
  of that information.
2014-05-30 23:18:17 -04:00
Saivann
21da24c509 Drop deprecated translation strings 2014-05-30 16:09:43 -04:00
Saivann
1fecd1c83a Update de, hu, es translations 2014-05-30 14:55:21 -04:00
Saivann
93bda6a626 Fix one typo 2014-05-30 12:04:33 -04:00
saivann
1998c7eab9 Merge pull request #435 from cbeams/patch-2
Fix typo in English publictxt translation
2014-05-30 11:01:22 -04:00
saivann
5aa2ea724b Merge pull request #434 from cbeams/patch-1
Fix typo in English receivetxt translation
2014-05-30 11:01:15 -04:00
Chris Beams
f5c992f57d Fix typo in English publictxt translation 2014-05-30 08:43:49 +02:00
Chris Beams
efdc63b1d8 Fix typos in English receivetxt translation 2014-05-30 08:38:20 +02:00
Saivann
9e08adb0d4 Automatically split language menu 2014-05-30 00:19:24 -04:00
David A. Harding
d1b4b08729
Add Developer Examples; Transaction Tutorial
* Add new Developer Examples page

* Add a transaction tutorial describing in detail how to make various
  different transactions.

* Add a new "multicode" CSS class to allow combination of consecutive
  code blocks into a single code block. This lets us use pygments
  highlighting for multiple different types of code within the same
  aparent block of code.

* Get autocrossref to ignore code blocks so we don't need to endcrossref
  every time we encounter a code block. This makes the source much more
  readable and maintainable.
2014-05-29 23:19:57 -04:00
Saivann
19c52a7315 Add "Developer Documentation" subsection in the README 2014-05-29 14:56:12 -04:00
Saivann
2b5ac2b0f2 Use modulo instead of cycle to split language menu 2014-05-29 14:13:04 -04:00
saivann
0efc267ca3 Merge pull request #417 from bitcoin/sl
Add Slovenian (sl) translation
2014-05-29 13:26:40 -04:00
Saivann
add06883b4 Add some space in the language menu 2014-05-29 12:50:55 -04:00
Saivann
b6abc8118d Add "Documentation" entry in the menu 2014-05-28 23:56:26 -04:00
Matija Mazi
3273d51eee Add Slovenian (sl) translation 2014-05-28 14:13:48 -04:00
Saivann
763eb1cff6 Re-order open-source projects by alphabetical order 2014-05-27 22:22:07 -04:00
Saivann
42c73dcca0 Fix broken default contributors image url 2014-05-27 12:09:08 -04:00
Saivann
085fd624bb Re-order core developers list in alphabetical order with Wladimir as the new maintainer 2014-05-27 11:27:45 -04:00
Saivann
73510fe526 Improve core developers list layout 2014-05-27 09:43:33 -04:00
David A. Harding
7595014dd2
Minor Additions: Payment Req Generator & 210,000 Block Halving
Two unrelated minor additions which were requested at nearly the same
time.

* @mikehearn requested we add a link to @gavinandresen's PaymentRequest
  generator. Added to _includes/guide_payment_processing.md with link
  definition in _includes/references.md

* @Burrito-Bazooka requested we mention that the block reward halves
  every 210,000 blocks. Added to _includes/ref_block_chain.md
2014-05-26 21:25:52 -04:00
saivann
9187e500e5 Merge pull request #428 from mikegogulski/libbitcoin_obelisk_sx
add libbitcoin, obelisk and sx
2014-05-26 10:39:31 -04:00
saivann
5edf81fde5 Merge pull request #423 from bitcoin/devel-resources
Add "Additional Resources" subsection in devel-docs
2014-05-26 10:39:21 -04:00
saivann
7615012e07 Merge pull request #420 from bitcoin/bitlegal
Link to Bitlegal.io for legal status around the globe
2014-05-26 10:38:15 -04:00
saivann
cc03f390bc Merge pull request #426 from bitcoin/devel-anchors
Provide "GitHub-like" anchor links affordance
2014-05-26 10:37:55 -04:00
Saivann
20ce85f7df Fix language names and order 2014-05-26 10:31:33 -04:00
Saivann
031c4f679f Update development layout for ko translation 2014-05-25 19:16:16 -04:00
Mike Gogulski
e174489153 add libbitcoin, obelisk and sx 2014-05-25 17:29:47 +02:00
Mike Gogulski
7cc1f2d0f5 Remove unnecessary value judgment about laundries 2014-05-25 17:08:46 +02:00
Saivann
3730b4222f Use SVG icon for anchor link affordance 2014-05-25 09:31:34 -04:00
David A. Harding
f022b19a50
Update Info About Minimum Fees
* Correct misinformation about the dust limit. Reported by @dbilitch and
  confirmed by @gmaxwell. Thanks!

* Drop reported minimum relay fee from 10,000 to 1,000 satoshis.
2014-05-24 23:50:10 -04:00