mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add link to whatcanidoforbitcoin.org on the Development page (thanks @harding)
This commit is contained in:
parent
b914bb4432
commit
05cea8a1b8
3 changed files with 6 additions and 0 deletions
|
@ -1118,9 +1118,11 @@ table td,table th{
|
|||
|
||||
.devprojectlist{
|
||||
overflow:hidden;
|
||||
margin:-10px 0;
|
||||
}
|
||||
.devprojectlist li{
|
||||
display:none;
|
||||
margin:10px 0;
|
||||
}
|
||||
.devprojectlist li:first-child,
|
||||
.devprojectlist li:first-child+li,
|
||||
|
|
|
@ -40,6 +40,9 @@ id: development
|
|||
<div id="chatbox" class="chatbox"></div>
|
||||
|
||||
<h2>{% translate more %}</h2>
|
||||
|
||||
<p>{% translate morechoose %}</p>
|
||||
|
||||
<ul class="devprojectlist">
|
||||
<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>
|
||||
|
|
|
@ -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."
|
||||
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"
|
||||
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..."
|
||||
contributors: "Bitcoin Core contributors"
|
||||
contributorsorder: "(Ordered by number of commits)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue