mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
- _contrib/bco-htmlproof: check HTML for correctness; fail on any errors - _contrib/bco-htmlproof: accept path for individual page to help debug page problems - (Many files) Convert `&` in numerous elements to `&` - _templates/download.html: use Liquid filter to automatically escape `&` in magnet links. Also premptively tell HTML not to check the magnet link when checking external links (this check is not currently enabled) - _releases/*: Escape `<parameter>` used in multiple Bitcoin Core release notes - _templates/choose-you-wallet.html: change mSigna URL from .../coinvault&referer=bitcoin.org to .../coinvault?referer=bitcoin.org - _templates/community.html: fix duplicate anchors by renaming one anchor - _templates/events.html: move Javascript to separate file because it contains forbidden HTML close tags within the `<script></script>` tags. - (Many files, mostly in _translations/) Fix many broken open tags or missing close tags. - _translatios/zh_TW.yml & ko.yml: fix a total of three invalid characters (control characters)
40 lines
2.1 KiB
HTML
Executable file
40 lines
2.1 KiB
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: support-bitcoin
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
|
|
<h2 id="use"><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
|
<p>{% translate usetxt %}</p>
|
|
|
|
<h2 id="node"><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate node %}</h2>
|
|
<p>{% translate nodetxt %}</p>
|
|
|
|
<h2 id="mining"><img class="titleicon" src="/img/icons/ico_mining.svg" alt="Icon" />{% translate mining %}</h2>
|
|
<p>{% translate miningtxt %}</p>
|
|
|
|
<h2 id="translate"><img class="titleicon" src="/img/icons/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
|
|
<p>{% translate translatetxt %}</p>
|
|
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin Core</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://www.transifex.com/projects/p/bitcoin-wallet/">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a> - <a href="https://crowdin.com/project/electrum">Electrum</a> - <a href="https://github.com/hivewallet/hive-osx/wiki/I18n-guide">Hive</a></p>
|
|
|
|
<h2 id="develop"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
|
|
<p>{% translate developtxt %}</p>
|
|
|
|
<h2 id="donation"><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
|
<p>{% translate donationtxt %}</p>
|
|
|
|
<h2 id="nonprofit"><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate nonprofit %}</h2>
|
|
<p>{% translate nonprofittxt %}</p>
|
|
|
|
<h2 id="spread"><img class="titleicon" src="/img/icons/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
|
|
<p>{% translate spreadtxt %}</p>
|
|
|
|
<h2 id="wiki"><img class="titleicon" src="/img/icons/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
|
|
<p>{% translate wikitxt %}</p>
|
|
|
|
<h2 id="help"><img class="titleicon" src="/img/icons/ico_help.svg" alt="Icon" />{% translate help %}</h2>
|
|
<p>{% translate helptxt %}</p>
|