dash-docs/_templates/getting-started.html
David A. Harding d954708ef1
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links.  This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).

Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.
2015-03-14 15:17:24 -04:00

64 lines
2.2 KiB
HTML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: getting-started
---
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate pagedesc %}</p>
<div class="starttitle"><span>{% translate users %}</span></div>
<div class="start">
<div>
<div>
<h2><span>1.</span> {% translate inform %}</h2>
<p>{% translate informtxt %}</p>
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate informbut %}</a></div>
</div><div>
<h2><span>2.</span> {% translate choose %}</h2>
<p>{% translate choosetxt %}</p>
<div><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate choosebut %}</a></div>
</div>
</div>
<div>
<div>
<h2><span>3.</span> {% translate get %}</h2>
<p>{% translate gettxt %}</p>
<div><a href="http://howtobuybitcoins.info">{% translate getbut %}</a></div>
</div><div>
<h2><span>4.</span> {% translate spend %}</h2>
<p>{% translate spendtxt %}</p>
<div><a href="http://usebitcoins.info">{% translate spendbut %}</a></div>
</div>
</div>
</div>
<div class="starttitle"><span>{% translate merchants %}</span></div>
<div class="start">
<div>
<div>
<h2><span>1.</span> {% translate merchantinform %}</h2>
<p>{% translate merchantinformtxt %}</p>
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate merchantinformbut %}</a></div>
</div><div>
<h2><span>2.</span> {% translate merchantservice %}</h2>
<p>{% translate merchantservicetxt %}</p>
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services">{% translate merchantservicebut %}</a></div>
</div>
</div>
<div>
<div>
<h2><span>3.</span> {% translate tax %}</h2>
<p>{% translate taxtxt %}</p>
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Setting_Prices">{% translate taxbut %}</a></div>
</div><div>
<h2><span>4.</span> {% translate visibility %}</h2>
<p>{% translate visibilitytxt %}</p>
<div><a href="http://usebitcoins.info">{% translate visibilitybut %}</a></div>
</div>
</div>
</div>