Commit graph

1821 commits

Author SHA1 Message Date
David A. Harding
9329c69cf8
Dev Docs: Put RPC Tables In Separate CSS Class
Suggested by Saivann: RPC tables with Name/Type/Presence/Description
format are now in .ntpd CSS class so that we can format them specially.

We also change the style of all dev doc tables to replace bold table
headings (thead) with a double-line border-bottom.  This makes the
theads look less like section headings and prevents us from over-using
bold.

Minor: a Makefile warning message has been made more explicit (also
suggested by Saivann) and another Makefile rule was updated to catch
more broken tables.
2014-12-30 16:03:19 -05:00
David A. Harding
b8abfb2dcd
Dev Docs: Add 114 Pages Of New/Rewritten RPC Docs
* All previously-documented RPCs have had their text completely
  rewritten.

* All new RPCs and changed RPCs in Bitcoin Core 0.10.0 have been
  documented, except for hidden RPCs.

* A new RPC "Quick Reference" section has been added to make finding the
  right RPC easier.

* A "See Also" subsection has been added to the end of every RPC
  pointing to other relevant information.

* All previous examples in the RPC section have been re-run and updated
  as necessary.

* Syntax highlighting has been added wherever possible.

* Hash byte order has been specified as RPC byte order everywhere it's
  used in RPCs.
2014-12-24 18:46:03 -05:00
Saivann
414451e15b Prevent some browsers to apply outline styles to wallets 2014-12-23 15:29:40 -05:00
David A. Harding
e91bbd774c
Merge pull #688: Dev Docs: Briefly Describe JSON-RPC Format & bitcoin-cli 2014-12-23 08:59:37 -05:00
Saivann
f700835c3c Update ro translations 2014-12-22 01:33:23 -05:00
Saivann
d7db481feb Use consistent lowercase "bitcoin-cli" 2014-12-21 13:48:52 -05:00
Saivann
33b989dc34 Align RPC names in tables 2014-12-21 13:48:32 -05:00
saivann
562ed14a14 Merge pull request #689 from voisine/master
change breadwallet transparency from new to OSS, available since 2014/06/16
2014-12-21 11:30:39 -05:00
Saivann
036493c0d9 Fix a broken icon link 2014-12-20 23:25:43 -05:00
Saivann
0e7d4bbd1d Fix a mistake in the date of one event 2014-12-20 15:59:21 -05:00
Saivann
f39e4e1456 Update events (fixes #684) 2014-12-20 13:41:21 -05:00
Saivann
8adbbba9e1 Update events (fixes #690, fixes #687, fixes #686, fixes #659) 2014-12-20 11:51:24 -05:00
Saivann
3ccb3fc1aa Update sv translations 2014-12-20 11:37:03 -05:00
Aaron Voisine
3d978085be changed breadwallet transparency from new to open source, available in app store since June 16, 2014 2014-12-19 14:56:26 -08:00
David A. Harding
51a5a1b24a
Dev Docs: Briefly Describe JSON-RPC Format & bitcoin-cli
Briefly describe the JSON-RPC 1.0 format as used by Bitcoin Core and how
bitcoin-cli abstracts away some of the details.   Also link to the
Proper Money Handling wiki page.  (This as a vanguard PR preparing the
way for a larger overhaul of our RPC docs, including updating them for
0.10.)
2014-12-19 16:45:46 -05:00
David A. Harding
8da411ba52
Merge pull #679: Dev Docs: "Not A Specification" 2014-12-19 14:09:35 -05:00
Saivann
0b433d4d06 Update ko translations 2014-12-18 10:01:13 -05:00
Saivann
46f897f2e3 Update id translations 2014-12-17 12:50:37 -05:00
Saivann
ab415e8b68 Update pl translation 2014-12-17 11:16:43 -05:00
Saivann
826a6a13b7 Detect uppercase characters and punctuation marks in translation urls 2014-12-16 19:33:46 -05:00
David A. Harding
82f00e8df9
Dev Docs: Add Subhead-Links To "Not A Spec" Subsection 2014-12-16 07:42:43 -05:00
David A. Harding
f08b3e1bb4 Dev Docs: Remove Majority Mentions In Not A Spec (thanks saivann) 2014-12-16 07:40:01 -05:00
David A. Harding
8f0a80a939 Dev Docs: "Not A Specification"
Make explicit that the docs are not a specification and never will be.
2014-12-16 07:40:01 -05:00
David A. Harding
34edbe8461
Merge pull #682: Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads 2014-12-16 07:13:19 -05:00
Saivann
05c3917584 Update fr translations 2014-12-15 22:14:33 -05:00
saivann
9e6bf6ac0a Merge pull request #670 from bitcoin/walletguidelines
Set general requirements and process for including wallets
2014-12-15 15:14:22 -05:00
Saivann
429b4ede69 Update nl translations 2014-12-15 15:03:52 -05:00
saivann
599218d5ae Merge pull request #677 from bitcoin/walletnocategory
Display no category by default on the wallet page
2014-12-15 15:00:49 -05:00
Saivann
4b7da55f46 Display no category by default on the wallet page 2014-12-15 14:27:03 -05:00
Saivann
945347decd Update ru translations 2014-12-15 14:16:56 -05:00
Saivann
c20b51643e Update el translations 2014-12-15 12:00:12 -05:00
Saivann
665193166f Update events (fixes #676) 2014-12-14 23:19:46 -05:00
Saivann
2f57126729 Update uk translations 2014-12-14 20:58:57 -05:00
Saivann
41c4dd3ac8 Update pt_BR translations 2014-12-14 20:01:54 -05:00
Saivann
42b49469f4 Update hi translations 2014-12-14 19:57:01 -05:00
David A. Harding
a576fe74c1
Merge branch 'updatedisclaimer' (pull #680) 2014-12-14 15:34:57 -05:00
Saivann
b3b545c289 Adjust pageoffset to update the "Edit On GitHub" link slightly before the user scrolls the relevant subsection 2014-12-14 13:25:10 -05:00
David A. Harding
53d4a6eebe
Dev Docs: Move Manual Sourcefile Lines To Auto Helper (thanks saivann!) 2014-12-14 08:12:12 -05:00
Saivann
50f5e5a1f6 Fix incorrect double quotes 2014-12-13 23:12:03 -05:00
Saivann
84ac3d2589 Update zh_CN, zh_TW translations 2014-12-13 22:18:11 -05:00
Saivann
9718c474fb Improve styles for actions in devel-docs
Apply consistent title and paragraph margins
Increase space between titles and actions for better readability
Use a different font-size for actions to separate them from the content
2014-12-13 20:06:30 -05:00
David A. Harding
f368d38e04
Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads 2014-12-13 17:35:21 -05:00
Saivann
d88f0f5ac8 Use HTTPS links to TREZOR 2014-12-13 13:14:00 -05:00
Saivann
e138f9ffab Merge remote-tracking branch 'remotes/aeschbacher/master' 2014-12-13 11:05:01 -05:00
Fabrice Aeschbacher
cfc5542825 "après que" + indicatif
en français, "après que" est toujours suivi de l'indicatif, contrairement
à "avant que".
2014-12-13 16:31:15 +01:00
David A. Harding
66bffab758
Dev Docs: Update Disclaimer (thanks saivann!) 2014-12-12 19:59:20 -05:00
Saivann
0c1cb72fbf Update ja translations 2014-12-12 19:40:12 -05:00
Saivann
57a5e04ffc Update it translations 2014-12-12 16:13:01 -05:00
Saivann
9e00fc9434 Merge remote-tracking branch 'sunnankar/patch-5' 2014-12-12 11:06:26 -05:00
Saivann
37a6a76a49 Update link to HW.1 wallet 2014-12-12 02:09:53 -05:00