Commit graph

318 commits

Author SHA1 Message Date
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
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
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
c4a8c26465 Provide "GitHub-like" anchor links affordance (thanks @cbeams) 2014-05-24 23:44:51 -04:00
Saivann
e7b238d35e Add "Additional Resources" subsection in devel-docs (thanks @cbeams @harding @instagibbs) 2014-05-24 16:23:34 -04:00
saivann
090c5dffa1 Merge pull request #416 from bitcoin/devel-docs-disclaimer
Add a temporary BETA disclaimer in devel-docs
2014-05-22 22:43:48 -04:00
David A. Harding
68cd5b6ff9
Several Corrections & Clarifications Suggested On IRC
**Suggested by @cbeams:**

_includes/ref_block_chain.md:

    * Mention that coinbase is the first transaction in a block.

**Suggested by @gmaxwell:**

_includes/ref_core_rpcs-abcdefg.md:

    * Mention that you need to unlock your wallet when you run out of
      keys in the keypool.

    * Remove erroneous assertion that txindex=1 would allow
      `getreceivedbyaddress` to check balances of addresses not
      belonging to this wallet.

_includes/ref_transactions.md:

    * Clarify that OP_RETURN scripts aren't usually executed because
      they always return false.

en/developer-reference.md

    * Add a warning about using block chain or mempool data in
      executable context.
2014-05-21 23:08:57 -04:00
Saivann
c7bc38f452 Add a temporary BETA disclaimer in devel-docs 2014-05-21 22:59:03 -04:00
saivann
b6a8926062 Merge pull request #411 from bitcoin/devel-report
Add "Report An Issue" action in developer documentation toc
2014-05-20 18:57:16 -04:00
Saivann
fecdbf0e93 Update "Report An Issue" link on mouseover (thanks @harding) 2014-05-19 18:39:18 -04:00
Saivann
753424d2e6 Add "Report An Issue" action in developer documentation toc 2014-05-19 12:02:34 -04:00
David A. Harding
e21d527523
Fix Formula For Normal HD Key Derivation; Mention Ancestor Key Risk
_includes/guide_wallets.md:

* Fix formula given for normal child key derivation to state that public
  keys must also be provided to the HMAC hash function. This required
  updating both text and images.

* Add one-paragraph warning about ancestor key compromise when the
  ancestor extended public key is compromised along with a descended
  private key.  Update img/dev/en-hd-private-parent-to-private-child.*
  to help illustrate this warning.

en/developer-reference.md:

* Remove %include% of previously-removed file which caused new versions
  of Jekyll to die.
2014-05-17 14:34:28 -04:00
Saivann
4c3046fbb4 Fix transactions link on the devel-doc page 2014-05-10 19:41:59 -04:00
saivann
46780d3177 Contributions by @saivann to devel docs
Thanks also (in alphabetical order) to @cbeams, @mikehearn, and
@tgeller, among others.

The last pre-squash commit was: c2b8d562aa107c7b68c60946cea14cdccc5159ad
2014-05-09 22:13:59 -04:00
Saivann
fde77a23d0 Rename "Bitcoin-Qt" to "Bitcoin Core" 2014-03-19 15:43:55 -04:00
Saivann
01e166e8e8 Display meetups on the events map 2014-03-01 19:14:27 -05:00
Saivann
9bf05e3db0 Add relevant links on the "Network status" page (fixes #329) 2014-02-26 19:53:04 -05:00
Saivann
112062a7bc Use https urls for RSS feeds, opengraph icon and canonical urls 2014-02-05 20:16:54 -05:00
Eric Martindale
9027b83673 Correctly associate Tony Gallippi quote. 2014-01-30 14:27:10 -05:00
Saivann
6c8b0e7d24 Replace interviewees by non-profit organizations and bitcoinpresscenter.org 2014-01-20 13:56:53 -05:00
Saivann
2e671dbe9f Add new cybrbeast press picture (fixes #284) 2013-12-20 13:40:05 -05:00
Saivann
284bc0f430 Refresh materials in the Press center
Add Funke What is Bitcoin video
Add tcatm and cberbeast pictures
Add many new quotes
Refresh design for pictures and materials
2013-11-14 16:30:26 -05:00
Saivann
4b7d3be972 Add Richard Brown interview in "press coverage" 2013-11-04 20:18:07 -05:00
Saivann
5085ed5d6a Replace link for a video that has been moved 2013-11-01 07:38:22 -04:00
Saivann
9b05a0bc8e Clean some code and add documentation 2013-10-21 23:45:57 -04:00
Saivann
9ef408f654 Update / remove old redirections 2013-10-14 01:44:50 -04:00
Saivann
a2b501dca2 Remove Roger Ver from interviewees list
(for making public statements that go beyond what can be reasonably associated with bitcoin.org)
2013-10-04 20:36:45 -04:00
Saivann
463364828a Replace "How it works" picture by an improved one 2013-09-29 22:14:02 -04:00
Saivann
cdd841ccb7 Fix / Update external urls 2013-09-28 20:07:06 -04:00
Saivann
791d435c48 Fix a repeating paragraph in the press center 2013-09-13 13:40:10 -04:00
Saivann
b6f6e42476 Replace "About" page by a refreshed FAQ 2013-09-13 12:59:52 -04:00
Saivann
a77a4909a3 Add responsible disclosure section in development page (fixes #236) 2013-09-04 11:10:55 -04:00
Saivann
1411648e48 Move press pictures links 2013-09-02 21:31:36 -04:00
Saivann
78f9b7712d Batch url fixes 2013-09-01 00:01:15 -04:00
Saivann
ffae75ef40 Refresh "Press Coverage" 2013-08-28 01:17:10 -04:00
Saivann
a1c96eb504 Add Felix Moreno de la Cova to the interviewees list (fixes #177) 2013-08-12 13:44:56 -04:00
Saivann
72be11ae13 Add Roger Ver to the Press page (fixes #145) 2013-08-07 11:50:22 -04:00
Saivann
058a3898d6 Update Jeff Garzik email on the press center 2013-08-03 10:42:46 -04:00
Saivann
a8fe9915c7 Remove Arwa Mahdawi from the press list
(Only keep known dedicated Bitcoin community members with projects related to Bitcoin, all others can go on bitcoinpresscenter.org now)
2013-08-03 10:35:35 -04:00
Saivann
975001c2f1 Re-structure design and layout
Remove right buttons and merge them in the menu
Switch to a centered design
Apply a consistent summary text for each page
Remove link to the Foundation in the main menu
Add a "Join Foundation" text in Participate
Add a link to the Foundation in the bottom page menu
Add a "Getting started" page with links to external merchants and exchanges directories.
Rewrite home page with weusecoins video and introductive links
Add useful contextual links on "Individuals", "Businesses" and "Developers" page
Re-design "Community" and "Resources" pages
Add links to the wiki, bitcoinmining.com, coindesk, thegenesisblock, letstalkbitcoin, usebitcoins.info and howtobuybitcoins.info
Re-design "Download" page with OS autodetect button
Improve "Secure your wallet" texts with a mention about exchanges
2013-07-28 23:26:34 -04:00
Martti Malmi
74060b185d Remove press mailing list 2013-07-18 19:34:50 +03:00
Saivann
141a96f54c Make press page english-only until we have enough active translators 2013-07-14 18:43:00 -04:00
Saivann
f744532805 Apply an independant adapted layout for releases, alerts and events 2013-07-11 16:55:35 -04:00
Saivann
a252596168 Add events page and RSS feed
Drop previous orphan events pages
Drop site.post in sitemap.rb
2013-06-25 00:02:33 -04:00
Saivann
33dc7127bf Improve catpage_for.rb
Allow to filter pages with many pages variables
Allow to filter pages using dynamic variables as values
2013-06-21 21:49:20 -04:00
Saivann
6ac93df9f2 Generate releases notes using releases.rb
Make releases notes layout and urls consistent with the alerts page
Add RSS feed in download and version-history pages
Add a canonical page with a redirect to the new url
Simplify releases notes layouts
2013-06-19 14:04:29 -04:00
Saivann
ec44853934 Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin
Allow to keep short alias urls for each alert
Move alert pages in _alerts
Update sitemap plugin to include alerts
2013-06-18 23:50:37 -04:00
Saivann
76f9cee1cc Improve title and date display in _posts layouts 2013-05-26 13:17:00 -04:00
Saivann
f262d0e06f Switch to transifex for translations
All strings, urls and anchors are now in a single yml files for each language
Translated html pages are generated by a jekyll plugin based on unified templates
Add a new sitemap generator plugin for the new translation structure
Update french translations
2013-05-21 01:07:13 -04:00