From 1a305a735abf426bdcb5f40cf0a917584d6e9bba Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Fri, 3 Oct 2014 19:52:34 -0400 Subject: [PATCH] Add "Developer Communities" To Development Page * Adds the #bitcoin-dev IRC channel, Bitcoin StackExchange, and BitcoinTalk Dev & Tech board to the development page. * Links to that section of the page from the devel docs. --- _includes/guide_intro.md | 3 ++- _includes/ref_intro.md | 3 ++- _includes/references.md | 1 + _templates/development.html | 11 +++++++++++ _translations/en.yml | 5 +++++ 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/_includes/guide_intro.md b/_includes/guide_intro.md index 01ae9034..88bf5996 100644 --- a/_includes/guide_intro.md +++ b/_includes/guide_intro.md @@ -5,7 +5,8 @@ Bitcoin and start building Bitcoin-based applications. To make the best use of this documentation, you may want to install the current version of Bitcoin Core, either from [source][core git] or from a [pre-compiled executable][core executable]. -Questions about Bitcoin development are best asked in the Bitcoin [IRC channels][]. +Questions about Bitcoin development are best asked in one of the +[Bitcoin development communities][dev communities]. Errors or suggestions related to documentation on Bitcoin.org can be [submitted as an issue][docs issue] or posted to the [bitcoin-documentation mailing list][]. diff --git a/_includes/ref_intro.md b/_includes/ref_intro.md index 2bb7ee41..af69660d 100644 --- a/_includes/ref_intro.md +++ b/_includes/ref_intro.md @@ -5,7 +5,8 @@ to help you start building Bitcoin-based applications. To make the best use of this documentation, you may want to install the current version of Bitcoin Core, either from [source][core git] or from a [pre-compiled executable][core executable]. -Questions about Bitcoin development are best asked in the Bitcoin [IRC channels][]. +Questions about Bitcoin development are best asked in one of the +[Bitcoin development communities][dev communities]. Errors or suggestions related to documentation on Bitcoin.org can be [submitted as an issue][docs issue] or posted to the [bitcoin-documentation mailing list][]. diff --git a/_includes/references.md b/_includes/references.md index 37a76970..a228d0ac 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -178,6 +178,7 @@ [core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h [CVE-2012-2459]: https://en.bitcoin.it/wiki/CVEs#CVE-2012-2459 [DER]: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One +[dev communities]: /en/development#devcommunities [devex complex raw transaction]: /en/developer-examples#complex-raw-transaction [devex payment protocol]: /en/developer-examples#payment-protocol [devexamples]: /en/developer-examples diff --git a/_templates/development.html b/_templates/development.html index b2b735ad..16b7dd5c 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -63,6 +63,17 @@ id: development
  • {% translate moremore %}
  • +
    +

    {% translate devcommunities %}

    +

    {% translate devcommunitiesintro %}

    + + +
    +

    {% translate contributors %}

    {% translate contributorsorder %}

    diff --git a/_translations/en.yml b/_translations/en.yml index 87b210f9..7591bf44 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -211,6 +211,11 @@ en: moremore: "Show more..." contributors: "Bitcoin Core contributors" contributorsorder: "(Ordered by number of commits)" + devcommunities: "Developer Communities" + devcommunitiesintro: "The following chatrooms and websites host discussions about Bitcoin development. Please be sure to read their rules of conduct before posting." + ircjoin: "IRC Channel #bitcoin-dev on freenode." + stackexchange: "Bitcoin StackExchange" + bitcointalkdev: "BitcoinTalk Development & Technical Discussion Forum" download: title: "Download - Bitcoin" pagetitle: "Download Bitcoin Core"