set warning bubble before showing online wallets

remove my wallet from the top of the "choose your wallet" page.
remove all target="_blank", let the user choose if he wants to open pages in new tabs
This commit is contained in:
Saivann 2013-03-18 22:03:57 -04:00
parent c11f93d990
commit 0cb9ba43f5
28 changed files with 212 additions and 97 deletions

View file

@ -8,8 +8,8 @@ title: Development - Bitcoin
<p>If you are interested in learning more about the technical details of Bitcoin it is recommended you start with these documents.</p>
<ul class="list">
<li><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a></li>
<li><a href="https://en.bitcoin.it/wiki/Protocol_rules" target="_blank">Protocol rules</a></li>
<li><a href="https://en.bitcoin.it/wiki/Category:Technical" target="_blank">Bitcoin Wiki</a></li>
<li><a href="https://en.bitcoin.it/wiki/Protocol_rules">Protocol rules</a></li>
<li><a href="https://en.bitcoin.it/wiki/Category:Technical">Bitcoin Wiki</a></li>
</ul>
<h2>Developers</h2>
@ -24,7 +24,7 @@ title: Development - Bitcoin
</ul>
<h2>Get involved</h2>
<p>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" target="_blank">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.</p>
<p>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.</p>
<section id="contributors">
<h2>Contributors</h2>