mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Set license files and headers for bitcoin.org's content
This commit is contained in:
parent
27f1da3ba8
commit
2a139a51a1
276 changed files with 524 additions and 171 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: alerts
|
||||
|
@ -6,7 +9,7 @@ title: Network status and alerts - Bitcoin
|
|||
---
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
||||
<div class="alerttext">
|
||||
<h1>Network status and alerts<a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<h1>Network status and alerts<a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
{% if site.STATUS == 0 %}
|
||||
<div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div>
|
||||
{% else %}
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: developer-documentation
|
||||
|
@ -10,18 +13,18 @@ title: "Developer Documentation - Bitcoin"
|
|||
<p class="summary">Find useful resources, guides and reference material for developers.</p>
|
||||
|
||||
<div class="docreference">
|
||||
<a href="/en/developer-guide"><img src="/img/main_ico_compass.svg" alt="icon"><span>Developer Guide</span><span>(How Bitcoin works)</span></a>
|
||||
<a href="/en/developer-reference"><img src="/img/main_ico_guide.svg" alt="icon"><span>Developer Reference</span><span>(Specifications and APIs)</span></a>
|
||||
<a href="/en/developer-examples"><img src="/img/main_ico_hash.svg" alt="icon"><span>Developer Examples</span><span>(Examples you can use)</span></a>
|
||||
<a href="/en/developer-guide"><img src="/img/icons/main_ico_compass.svg" alt="icon"><span>Developer Guide</span><span>(How Bitcoin works)</span></a>
|
||||
<a href="/en/developer-reference"><img src="/img/icons/main_ico_guide.svg" alt="icon"><span>Developer Reference</span><span>(Specifications and APIs)</span></a>
|
||||
<a href="/en/developer-examples"><img src="/img/icons/main_ico_hash.svg" alt="icon"><span>Developer Examples</span><span>(Examples you can use)</span></a>
|
||||
</div>
|
||||
|
||||
<div class="resources">
|
||||
<div><div>
|
||||
<h2><img src="/img/ico_blockchain.svg" class="titleicon" alt="Icon">Block Chain</h2>
|
||||
<h2><img src="/img/icons/ico_blockchain.svg" class="titleicon" alt="Icon">Block Chain</h2>
|
||||
<p><a href="/en/developer-guide#block-chain">Block Chain Guide</a></p>
|
||||
<p><a href="/en/developer-reference#block-chain">Block Chain Reference</a></p>
|
||||
</div><div>
|
||||
<h2><img src="/img/ico_micro.svg" class="titleicon" alt="Icon">Transactions</h2>
|
||||
<h2><img src="/img/icons/ico_micro.svg" class="titleicon" alt="Icon">Transactions</h2>
|
||||
<p><a href="/en/developer-guide#transactions">Transactions Guide</a></p>
|
||||
<p><a href="/en/developer-reference#transactions">Transactions Reference</a></p>
|
||||
<p><a href="/en/developer-examples#transactions">Transaction Examples</a></p>
|
||||
|
@ -29,14 +32,14 @@ title: "Developer Documentation - Bitcoin"
|
|||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<h2><img src="/img/ico_contract.svg" class="titleicon" alt="Icon">Contracts</h2>
|
||||
<h2><img src="/img/icons/ico_contract.svg" class="titleicon" alt="Icon">Contracts</h2>
|
||||
<p><a href="/en/developer-guide#contracts">Contracts Guide</a></p>
|
||||
<div class="resourcesext">
|
||||
<p><a href="https://en.bitcoin.it/wiki/Contracts">More Contracts</a> - Wiki</p>
|
||||
<p><a href="https://bitcoinj.github.io/working-with-micropayments">Micropayment Channel Example</a> - bitcoinj</p>
|
||||
</div>
|
||||
</div><div>
|
||||
<h2><img src="/img/ico_key.svg" class="titleicon" alt="Icon">Wallets</h2>
|
||||
<h2><img src="/img/icons/ico_key.svg" class="titleicon" alt="Icon">Wallets</h2>
|
||||
<p><a href="/en/developer-guide#wallets">Wallets Guide</a></p>
|
||||
<p><a href="/en/developer-reference#wallets">Wallets Reference</a></p>
|
||||
<div class="resourcesext">
|
||||
|
@ -47,20 +50,20 @@ title: "Developer Documentation - Bitcoin"
|
|||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<h2><img src="/img/ico_bill.svg" class="titleicon" alt="Icon">Payment Processing</h2>
|
||||
<h2><img src="/img/icons/ico_bill.svg" class="titleicon" alt="Icon">Payment Processing</h2>
|
||||
<p><a href="/en/developer-guide#payment-processing">Payment Processing Guide</a></p>
|
||||
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
||||
<div class="resourcesext">
|
||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki">Payment Protocol</a> - BIP70</p>
|
||||
</div>
|
||||
</div><div>
|
||||
<h2><img src="/img/ico_conf.svg" class="titleicon" alt="Icon">Operating Modes</h2>
|
||||
<h2><img src="/img/icons/ico_conf.svg" class="titleicon" alt="Icon">Operating Modes</h2>
|
||||
<p><a href="/en/developer-guide#operating-modes">Operating Modes Guide</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<h2><img src="/img/ico_network.svg" class="titleicon" alt="Icon">P2P Network</h2>
|
||||
<h2><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">P2P Network</h2>
|
||||
<p><a href="/en/developer-guide#p2p-network">P2P Network Guide</a></p>
|
||||
<p><a href="/en/developer-reference#p2p-network">P2P Network Reference</a></p>
|
||||
<p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p>
|
||||
|
@ -68,7 +71,7 @@ title: "Developer Documentation - Bitcoin"
|
|||
<p><a href="https://en.bitcoin.it/wiki/Protocol_specification">Full Protocol Specification</a> - Wiki</p>
|
||||
</div>
|
||||
</div><div>
|
||||
<h2><img src="/img/ico_mining.svg" class="titleicon" alt="Icon">Mining</h2>
|
||||
<h2><img src="/img/icons/ico_mining.svg" class="titleicon" alt="Icon">Mining</h2>
|
||||
<p><a href="/en/developer-guide#mining">Mining Guide</a></p>
|
||||
<div class="resourcesext">
|
||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki">getworktemplate Fundamentals</a> - BIP22</p>
|
||||
|
@ -79,7 +82,7 @@ title: "Developer Documentation - Bitcoin"
|
|||
</div>
|
||||
|
||||
<div class="resourcesmore"><div>
|
||||
<h2><img src="/img/ico_wiki.svg" class="titleicon" alt="Icon">Additional resources</h2>
|
||||
<h2><img src="/img/icons/ico_wiki.svg" class="titleicon" alt="Icon">Additional resources</h2>
|
||||
<p><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a> - Satoshi Nakamoto</p>
|
||||
<p><a href="https://github.com/bitcoin/bips#readme">Bitcoin Improvement Proposals</a> - GitHub</p>
|
||||
<p><a href="https://github.com/minium/Bitcoin-Spec">Bitcoin Developer Reference (working paper)</a> - Krzysztof Okupski</p>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: developer-examples
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: developer-guide
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: developer-reference
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
|
@ -8,7 +10,7 @@
|
|||
<description>This RSS feed allows to follow events and alerts surrounding the Bitcoin network and software.</description>
|
||||
<image>
|
||||
<title>Bitcoin network status and alerts</title>
|
||||
<url>https://bitcoin.org/img/logo_rss.png</url>
|
||||
<url>https://bitcoin.org/img/icons/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/alerts</link>
|
||||
</image>
|
||||
{% filter_for p in site.pages reversed sort_by:date category:alert %}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
|
@ -8,7 +10,7 @@
|
|||
<description>This RSS feed allows to follow Bitcoin events and conferences.</description>
|
||||
<image>
|
||||
<title>Bitcoin conferences and events</title>
|
||||
<url>https://bitcoin.org/img/logo_rss.png</url>
|
||||
<url>https://bitcoin.org/img/icons/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/events</link>
|
||||
</image>
|
||||
{% filter_for p in site.conferences sort_by:date %}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
|
@ -8,7 +10,7 @@
|
|||
<description>This RSS feed allows to follow Bitcoin Core new releases.</description>
|
||||
<image>
|
||||
<title>Bitcoin Core releases</title>
|
||||
<url>https://bitcoin.org/img/logo_rss.png</url>
|
||||
<url>https://bitcoin.org/img/icons/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/version-history</link>
|
||||
</image>
|
||||
{% filter_for p in site.pages reversed sort_by:date category:release %}
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: version-history
|
||||
|
@ -6,7 +9,7 @@ title: Bitcoin Core version history
|
|||
---
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
<div class="versiontext">
|
||||
<h1>Bitcoin Core version history<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<h1>Bitcoin Core version history<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<ul>
|
||||
{% filter_for p in site.pages reversed sort_by:date category:release %}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue