Saivann
02c892b9a7
Update fa translations
2014-12-02 14:07:17 -05:00
Saivann
7055d66efd
Merge remote-tracking branch 'remotes/codeshark/mSIGNA_tracking_links'
2014-12-01 11:32:47 -05:00
Saivann
ac2b7614a6
Merge remote-tracking branch 'remotes/muresanroland/insidebitcoins.com-upcoming-events'
2014-12-01 11:22:24 -05:00
muresanroland
3fa48bf09f
Upcoming insidebitcoins.com events
2014-12-01 11:39:00 +02:00
David A. Harding
ae54fc7194
Merge branch 'notoc' (Pull #661 : Convert Fake Subheadings To Real Subheadings)
2014-11-29 22:57:51 -05:00
Saivann
b91dcb1c54
Drop unused translations
2014-11-29 22:03:37 -05:00
David A. Harding
37c4295fb6
Dev Docs: Revise Makefile Test To Check For Auto Links In Subheadings
2014-11-28 21:29:40 -05:00
David A. Harding
55645c0024
Merge remote-tracking branches 'saivann/notoc' and 'saivann/notocanchor' into notoc
2014-11-28 20:50:50 -05:00
Saivann
a9d2e73c1a
Allow links in anchor affordance titles
2014-11-28 20:38:27 -05:00
Saivann
1652bc6eda
Ignore .no_toc titles when selecting active toc entry
2014-11-28 20:06:12 -05:00
David A. Harding
217ddb0701
Dev Docs (Formatting Only): Convert Fake Subheadings To Real Subheadings
...
Converts fake subheadings created using **bold** to real HTML
subheadings without adding them to the table of contents.
Also fixes a link broken by commit 4e067ac89e
and adds a Makefile
test to catch future similar breakage.
2014-11-28 19:54:31 -05:00
David A. Harding
464272eeb0
Merge Pull #657 : Dev Docs: Describe Filterload Message (Final P2P Message To Document)
2014-11-28 19:30:20 -05:00
Saivann
c7798bf086
Update zh_TW translations
2014-11-28 19:16:30 -05:00
Saivann
071968574c
Add missing redirection
2014-11-28 11:00:15 -05:00
Saivann
e0de3612b9
Add Luigigiuseppe Prosperi to the list of contributors
2014-11-28 10:58:50 -05:00
Saivann
64a6f780be
Merge branch 'license'
2014-11-28 10:54:28 -05:00
David A. Harding
b3c14aad89
Dev Docs: Made Corrections To Filterload Docs Suggested By @saivann (Thanks!)
2014-11-27 21:36:10 -05:00
David A. Harding
a8fd82c6a6
Dev Docs: Describe Filterload Message (Final P2P Message To Document)
...
New material:
* Add documentation for `filterload` message to devref. This is the last
P2P protocol message which needed documentation.
* Add an example for creating a bloom filter to the devex, as well as an
example of checking data against that filter.
Edits:
* Change "object" to "element" in previous `filteradd` text. I decided
"transaction element" made more sense than the more generic "object".
Text should be fully consistent across both `filterload` and
`filteradd` descriptions.
* Mentioned that I think the example hexdump in the `alert` section is
public domain. (Only the hex is taken from the wiki; the annotation is
my own work.)
2014-11-27 21:27:01 -05:00
David A. Harding
b9ee23615a
Dev Docs: Change MerkleBlock To Merkle Block (But Not P2P Message Form)
2014-11-27 21:13:14 -05:00
Saivann
6edf496a5b
Update zh_TW translations
2014-11-27 14:06:39 -05:00
Saivann
eb62fb9ef3
Update it translations
2014-11-27 12:42:40 -05:00
Eric Lombrozo
524f0b5f71
Changed website and source links.
2014-11-26 16:09:24 -08:00
Saivann
e79a7c0170
Update ko translations
2014-11-26 00:35:55 -05:00
Saivann
346ba74485
Update hu translations
2014-11-25 21:09:59 -05:00
Saivann
80fbc3d44d
Fix one typo (thanks @gurnec)
2014-11-25 12:48:53 -05:00
saivann
6020b1f63d
Merge pull request #656 from bitcoin/disclaimerupdate
...
Update legal disclaimer
2014-11-25 11:01:37 -05:00
Saivann
ec3e517b69
Update bg translation
2014-11-24 20:57:54 -05:00
David A. Harding
ecd5a349aa
Dev Docs: Correct Connection Establishment Message Order
...
Text said: version/verack/version/verack. Correct order (per code and
my own testing) is version/version/verack/verack.
2014-11-24 10:02:21 -05:00
Saivann
ba153fc937
Update id translations
2014-11-23 00:09:00 -05:00
Saivann
79dac969b5
Update events ( fixes #651 )
2014-11-22 20:21:27 -05:00
Saivann
1dd6a3dead
Merge remote-tracking branch 'remotes/gurnec/full-node-reqd
2014-11-22 18:57:09 -05:00
Christopher Gurnee
de2b8cd04a
Modify validation text for wallets requiring additional full node software ( closes #645 )
2014-11-22 18:48:33 -05:00
saivann
06b8699a4d
Merge pull request #654 from gurnec/full-node-reqd
...
Modify validation text for wallets requiring additional full node software (closes #645 )
2014-11-22 18:35:37 -05:00
saivann
8486f9c8ac
Merge pull request #650 from bitcoin/statsprivacy
...
Add a "Privacy" page and link to public stats (fixes #605 )
2014-11-22 14:12:57 -05:00
Saivann
7d981b183a
Drop obsolete CSS lines
2014-11-22 13:56:56 -05:00
Saivann
b26b0d7791
Replace typo s/bit/byte (thanks @harding)
2014-11-22 13:53:55 -05:00
Saivann
fda3f0149d
Add a "Privacy" page and link to public stats ( fixes #605 )
2014-11-22 13:53:00 -05:00
Saivann
d0ed7387be
Update legal disclaimer
2014-11-22 12:02:04 -05:00
David A. Harding
4e067ac89e
Merge branch 'control-messages' (pull #649 )
2014-11-22 00:06:29 -05:00
David A. Harding
bc69bf573c
Dev Docs: Link To CC-BY License For Covered Code
...
A code snippet from the wiki was correctly attributed to its author, but
I didn't realize I also had to link to the license. Corrected.
2014-11-21 23:54:48 -05:00
Saivann
eb67b38e63
Delete unused file
2014-11-21 22:16:24 -05:00
Saivann
78431fc891
Avoid printing "language disabled" twice in sitemap.rb and template.rb
2014-11-21 22:12:58 -05:00
Saivann
2a139a51a1
Set license files and headers for bitcoin.org's content
2014-11-21 19:09:12 -05:00
Saivann
27f1da3ba8
Merge remote-tracking branch 'remotes/btchip/hw1'
2014-11-21 09:35:12 -05:00
Saivann
347168379f
Fix broken links
2014-11-20 21:45:39 -05:00
David A. Harding
f26a57e10e
Dev Docs: Prefix Table Rows With Added/Updated Status
...
Suggested by @saivann (thanks!)
2014-11-20 21:08:08 -05:00
David A. Harding
25dc0228f6
Merge remote-tracking branch 'saivann/protocolversions' into control-messages
2014-11-20 20:39:20 -05:00
Christopher Gurnee
9cb90ab69b
Modify validation text for wallets requiring additional full node software ( closes #645 )
2014-11-20 19:52:05 -05:00
Saivann
12685e71f3
Fix a few typos
2014-11-20 19:49:16 -05:00
Saivann
022ad12eaf
Normalize references to protocol versions
2014-11-20 19:41:03 -05:00