mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
- 1187: Core: mention separation of concerns from Bitcoin.org - 1188: Updated requirements in full-node.md
This commit is contained in:
commit
e3e72b8764
5 changed files with 81 additions and 3 deletions
10
_includes/layout/base-core/footer-license.html
Normal file
10
_includes/layout/base-core/footer-license.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{% comment %}
|
||||||
|
This file is licensed under the MIT License (MIT) available on
|
||||||
|
http://opensource.org/licenses/MIT.
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
<div class="footerlicense">© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}<br>
|
||||||
|
Bitcoin Core pages on Bitcoin.org are <a
|
||||||
|
href="/en/bitcoin-core/about-site">maintained separately</a> from the
|
||||||
|
rest of the site.
|
||||||
|
</div>
|
16
_includes/layout/base-core/footer-menu.html
Normal file
16
_includes/layout/base-core/footer-menu.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{% comment %}
|
||||||
|
This file is licensed under the MIT License (MIT) available on
|
||||||
|
http://opensource.org/licenses/MIT.
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
<div class="footermenu">
|
||||||
|
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
|
||||||
|
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
|
||||||
|
{% case page.lang %}
|
||||||
|
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
|
||||||
|
<a href="/en/privacy">Privacy Policy</a>
|
||||||
|
{% else %}
|
||||||
|
<a href="/{{ page.lang }}/{% translate privacy url %}">{% translate menu-privacy layout %}</a>
|
||||||
|
{% endcase %}
|
||||||
|
<a href="/en/bitcoin-core/about-site">About</a>
|
||||||
|
</div>
|
|
@ -307,6 +307,7 @@ http://opensource.org/licenses/MIT.
|
||||||
[bcc pulls]: https://github.com/bitcoin/bitcoin/pulls
|
[bcc pulls]: https://github.com/bitcoin/bitcoin/pulls
|
||||||
[bcc tor]: https://en.bitcoin.it/wiki/Tor
|
[bcc tor]: https://en.bitcoin.it/wiki/Tor
|
||||||
[bcc tor hs]: https://en.bitcoin.it/wiki/Tor#Hidden_services
|
[bcc tor hs]: https://en.bitcoin.it/wiki/Tor#Hidden_services
|
||||||
|
[core github tag]: https://github.com/bitcoin-dot-org/bitcoin.org/labels/Core
|
||||||
[BFGMiner]: https://github.com/luke-jr/bfgminer
|
[BFGMiner]: https://github.com/luke-jr/bfgminer
|
||||||
[Bitcoin beginners]: http://www.reddit.com/r/bitcoinbeginners
|
[Bitcoin beginners]: http://www.reddit.com/r/bitcoinbeginners
|
||||||
[Bitcoin Core]: https://bitcoin.org/en/download
|
[Bitcoin Core]: https://bitcoin.org/en/download
|
||||||
|
@ -388,6 +389,7 @@ http://opensource.org/licenses/MIT.
|
||||||
[protobuf]: https://developers.google.com/protocol-buffers/
|
[protobuf]: https://developers.google.com/protocol-buffers/
|
||||||
[python-bitcoinlib]: https://github.com/petertodd/python-bitcoinlib
|
[python-bitcoinlib]: https://github.com/petertodd/python-bitcoinlib
|
||||||
[python-blkmaker]: https://gitorious.org/bitcoin/python-blkmaker
|
[python-blkmaker]: https://gitorious.org/bitcoin/python-blkmaker
|
||||||
|
[Satoshi Nakamoto]: https://en.bitcoin.it/wiki/Satoshi_Nakamoto
|
||||||
[setup tor]: https://www.torproject.org/
|
[setup tor]: https://www.torproject.org/
|
||||||
[SHA256]: https://en.wikipedia.org/wiki/SHA-2
|
[SHA256]: https://en.wikipedia.org/wiki/SHA-2
|
||||||
[Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining
|
[Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining
|
||||||
|
|
|
@ -40,9 +40,8 @@ use the base template -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include layout/base-core/content.html %}
|
{% include layout/base-core/content.html %}
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
{% include layout/base/footer-menu.html %}
|
{% include layout/base-core/footer-menu.html %}
|
||||||
{% include layout/base/footer-sponsor.html %}
|
{% include layout/base-core/footer-license.html %}
|
||||||
{% include layout/base/footer-license.html %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
51
en/bitcoin-core/about-site.md
Normal file
51
en/bitcoin-core/about-site.md
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
---
|
||||||
|
# This file is licensed under the MIT License (MIT) available on
|
||||||
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
|
layout: base-core
|
||||||
|
lang: en
|
||||||
|
id: bitcoin-core-about-site
|
||||||
|
columns: 1
|
||||||
|
title: About Site - Bitcoin Core
|
||||||
|
breadcrumbs:
|
||||||
|
- bitcoin
|
||||||
|
- bcc
|
||||||
|
- About site
|
||||||
|
---
|
||||||
|
# About the Bitcoin Core pages on Bitcoin.org
|
||||||
|
|
||||||
|
Bitcoin.org hosts several pages about Bitcoin Core as well as the
|
||||||
|
[Bitcoin Core downloads][bcc download], but the Bitcoin.org and Bitcoin
|
||||||
|
Core open source projects are run by separate teams.
|
||||||
|
|
||||||
|
## History
|
||||||
|
|
||||||
|
Bitcoin.org was originally used by [Satoshi Nakamoto][] to host his
|
||||||
|
[Bitcoin paper][bitcoinpdf]. Soon after, it began linking to
|
||||||
|
downloadable versions of the original Bitcoin software, making it the
|
||||||
|
homepage for the Bitcoin program.
|
||||||
|
|
||||||
|
New educational content about Bitcoin was added to Bitcoin.org over
|
||||||
|
time, but that home page remained even when the name of the original
|
||||||
|
program was changed to Bitcoin Core.
|
||||||
|
|
||||||
|
In the years since, the amount of content on Bitcoin.org has continued
|
||||||
|
to increase. There's more content about Bitcoin Core than ever before
|
||||||
|
and also more content about other Bitcoin software and resources.
|
||||||
|
|
||||||
|
## Separation of concerns
|
||||||
|
|
||||||
|
As of Dec 2015, Bitcoin.org has 876 pages in 25 different languages,
|
||||||
|
but fewer than 100 of those pages belong to Bitcoin Core. The Bitcoin
|
||||||
|
Core project has no control over those non-Core pages or any polices
|
||||||
|
enacted on them.
|
||||||
|
|
||||||
|
Likewise, content provided through the Bitcoin Core pages is not
|
||||||
|
necessarily endorsed or supported by the Bitcoin.org contributors.
|
||||||
|
|
||||||
|
## Maintenance
|
||||||
|
|
||||||
|
Pull requests and issues directly relating to Bitcoin Core are tagged as
|
||||||
|
*[Core][core github tag]* in the Bitcoin.org repository.
|
||||||
|
|
||||||
|
{% include references.md %}
|
Loading…
Add table
Add a link
Reference in a new issue