mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Tidy up
This commit is contained in:
parent
b8c10b30f9
commit
e2157d5750
9 changed files with 10 additions and 11 deletions
|
@ -48,7 +48,7 @@ Bitcoin v0.3.24 is now available for download at
|
|||
* `layout: post` important for Jekyll
|
||||
* `title: ...` will be used as the title
|
||||
* `src: ...` (optional) link to full annoucement
|
||||
* `categorry: ...` category of post
|
||||
* `category: ...` category of post
|
||||
** `releases`
|
||||
** `events`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: post
|
||||
title: Bitcoin version 0.3.21
|
||||
title: Bitcoin version 0.3.21 released
|
||||
category: releases
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: post
|
||||
title: Bitcoin version 0.3.22
|
||||
title: Bitcoin version 0.3.22 released
|
||||
category: releases
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ Bitcoin version 0.5.0 is now available for download at:
|
|||
The major change for this release is a completely new graphical
|
||||
that uses the Qt user interface toolkit.
|
||||
|
||||
This release include German, Spanish, Spanish-Castilian, Norwegian
|
||||
This release includes German, Spanish, Spanish-Castilian, Norwegian
|
||||
and Dutch translations. More translations are welcome; join the
|
||||
project at Transifex if you can help:
|
||||
<https://www.transifex.net/projects/p/bitcoin/>
|
||||
|
|
|
@ -15,7 +15,7 @@ layout: simple
|
|||
<div class="span6">
|
||||
<h2>Technology</h2>
|
||||
|
||||
<p>If you are interested to learn more about the technical details of Bitcoin it is recommended to start with these documents:</p>
|
||||
<p>If you are interested in learning more about the technical details of Bitcoin it is recommended you start with these documents:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a></li>
|
||||
|
@ -35,7 +35,7 @@ layout: simple
|
|||
<p>These are the basic features of any Bitcoin-like network.</p>
|
||||
|
||||
<ul>
|
||||
<li>Bitcoins can be transferred between arbitary nodes on the network.</li>
|
||||
<li>Bitcoins can be transferred between arbitrary nodes on the network.</li>
|
||||
<li>Transactions are irreversible.</li>
|
||||
<li>Double spending is prevented by using a <a href="https://en.bitcoin.it/wiki/Block_chain">block chain</a>.</li>
|
||||
<li>Transactions are broadcasted within seconds and <a href="https://en.bitcoin.it/wiki/FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F">verified within 10 to 60 minutes</a>.</li>
|
||||
|
|
|
@ -129,4 +129,3 @@ clients:
|
|||
</section>
|
||||
-->
|
||||
</div>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ ALERT:
|
|||
<ul>
|
||||
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
|
||||
<li><a href="/clients.html">Bitcoin clients</a></li>
|
||||
<li><a href="https://bitcoin.it/">Bitcoin Wiki</a>
|
||||
<li><a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin Wiki</a>
|
||||
<ul>
|
||||
<li><a href="https://bitcoin.it/wiki/FAQ">FAQ</a></li>
|
||||
<li><a href="https://bitcoin.it/wiki/Trade">Sites That Accept Bitcoin</a></li>
|
||||
|
@ -108,7 +108,7 @@ ALERT:
|
|||
<div class="span6">
|
||||
<h2>Community</h2>
|
||||
<ul>
|
||||
<li><a href="http://bitcoin.stackexchange.com/">Bitcoin Stackexchange (Q&A)</a></li>
|
||||
<li><a href="http://bitcoin.stackexchange.com/">Bitcoin StackExchange (Q&A)</a></li>
|
||||
<li>Visit the unofficial <a
|
||||
href="http://www.google.com/?q=bitcoin+forums#sclient=psy&hl=en&site=&source=hp&q=bitcoin+forums&btnK=Google+Search&aq=f&aqi=&aql=&oq=bitcoin+forums">Bitcoin Forums</a></li>
|
||||
<li>Join the project's lively IRC channels on the <a href="http://freenode.net/">FreeNode</a> network or use the <a href="http://webchat.freenode.net/?channels=bitcoin&uio=d4">FreeNode Web IRC</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue