Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Link more open-source projects in the development page #203
Conversation
luke-jr
commented on an outdated diff
Jun 3, 2013
| @@ -39,6 +39,26 @@ | ||
| <div id="chatbox"></div> | ||
| {% endcase %} | ||
| +{% case page.lang %} | ||
| +{% when 'ar' %} | ||
| +{% when 'es' %} | ||
| +{% when 'fa' %} | ||
| +{% when 'fr' %} | ||
| +{% when 'it' %} | ||
| +{% when 'nl' %} | ||
| +{% when 'ru' %} | ||
| +{% else %} | ||
| +<h2>{% translate more %}</h2> | ||
| +<p>{% translate moretxt %}</p> | ||
| +<ul> | ||
| + <li><a href="https://code.google.com/p/bitcoinj/">bitcoinj</a> - {% translate morebitcoinj %}</li> | ||
| + <li><a href="https://github.com/jim618/multibit">Multibit</a> - {% translate moremultibit %}</li> | ||
| + <li><a href="https://code.google.com/p/bitcoin-wallet/">Bitcoin Wallet</a> - {% translate morebitcoinwallet %}</li> |
|
|
luke-jr
and 3 others
commented on an outdated diff
Jun 3, 2013
| @@ -254,6 +254,13 @@ en: | ||
| involve: "Get involved" | ||
| involvetxt1: "Bitcoin development is open-source 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 clients and libraries" | ||
| + moretxt: "Bitcoin-Qt is the only full Bitcoin implementation. However, there are many other important open-source projects you can involve with." |
luke-jr
Contributor
|
|
I have removed the introduction text and added suggested projects pynode and picocoin. Any other comment / ACK? |
jgarzik
commented
Jun 4, 2013
|
ACK For python, I would recommend steering people to https://github.com/jgarzik/python-bitcoinlib/ |
saivann commentedJun 3, 2013
In order to help gaining potential new developers, I thought it would be useful to give some visibility on other important open-source libraries and clients.