Merge pull request #511 from bitcoin/whatcanidoforbitcoin

Add link to whatcanidoforbitcoin.org on the Development page
This commit is contained in:
saivann 2014-08-10 11:53:27 -04:00
commit 12ae7dead7
3 changed files with 6 additions and 0 deletions

View file

@ -1118,9 +1118,11 @@ table td,table th{
.devprojectlist{ .devprojectlist{
overflow:hidden; overflow:hidden;
margin:-10px 0;
} }
.devprojectlist li{ .devprojectlist li{
display:none; display:none;
margin:10px 0;
} }
.devprojectlist li:first-child, .devprojectlist li:first-child,
.devprojectlist li:first-child+li, .devprojectlist li:first-child+li,

View file

@ -40,6 +40,9 @@ id: development
<div id="chatbox" class="chatbox"></div> <div id="chatbox" class="chatbox"></div>
<h2>{% translate more %}</h2> <h2>{% translate more %}</h2>
<p>{% translate morechoose %}</p>
<ul class="devprojectlist"> <ul class="devprojectlist">
<li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A Bitcoin client with enhanced security features.</li> <li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A Bitcoin client with enhanced security features.</li>
<li><a href="http://bfgminer.com">BFGMiner</a> - Modular Bitcoin mining software.</li> <li><a href="http://bfgminer.com">BFGMiner</a> - Modular Bitcoin mining software.</li>

View file

@ -203,6 +203,7 @@ en:
involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the <a href=\"https://github.com/bitcoin/bitcoin\">GitHub repository</a>. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines." involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the <a href=\"https://github.com/bitcoin/bitcoin\">GitHub repository</a>. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines."
involvetxt2: "Development discussion takes place on GitHub and the <a href=\"http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development\">bitcoin-development</a> mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (<a href=\"#\" onclick=\"freenodeShow(event);\">web interface</a>, <a href=\"http://bitcoinstats.com\">logs</a>)." involvetxt2: "Development discussion takes place on GitHub and the <a href=\"http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development\">bitcoin-development</a> mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (<a href=\"#\" onclick=\"freenodeShow(event);\">web interface</a>, <a href=\"http://bitcoinstats.com\">logs</a>)."
more: "More free software projects" more: "More free software projects"
morechoose: "You can choose a project to contribute to by answering a few <a href=\"http://whatcanidoforbitcoin.org/\">questions about your skills</a>."
moremore: "Show more..." moremore: "Show more..."
contributors: "Bitcoin Core contributors" contributors: "Bitcoin Core contributors"
contributorsorder: "(Ordered by number of commits)" contributorsorder: "(Ordered by number of commits)"