Commit Graph

29 Commits

Author SHA1 Message Date
Cøbra
6d8fa5e677
Update address
Update address
2020-06-26 01:25:10 +02:00
Cøbra
4ab21aebb0
Update address
Update address
2020-06-24 21:24:42 +02:00
Cøbra
5a3de82a38
Remove address
Remove address
2020-06-24 17:14:25 +02:00
alexcherman
a66e910123 Downgrade html-proofer 2019-07-17 23:05:00 +02:00
alexcherman
be08230fac Remove parallel 2019-07-17 21:51:31 +02:00
alexcherman
20ccc34b93 Upgrade html-proofer 2019-07-17 16:03:18 +02:00
alexcherman
57f7a3c63c Skip html-proofer error 2019-07-17 11:46:17 +02:00
alexcherman
cb2e630076 Update html-proofer version 2019-07-17 10:34:56 +02:00
alexcherman
4dbae7b0b2 Fix wallet page rtl version for mobile and tablet 2019-07-16 20:19:09 +02:00
alexcherman
c842868544 Fix wallet page rtl version 2019-07-16 19:20:07 +02:00
alexcherman
9a32a80737 Fix wallet selector rtl version for mobile and tablet 2019-07-16 17:04:16 +02:00
alexcherman
a00d3c2ee2 Fix wallet selector rtl version 2019-07-16 16:03:57 +02:00
alexcherman
665e49a35b Fix wizard rtl version 2019-07-16 15:07:34 +02:00
alexcherman
12fd058618 CSS fix 2019-07-16 14:41:34 +02:00
Cøbra
dbc0c8ab0e
Restore test functionality
Restore test functionality
2018-12-13 11:37:40 +00:00
alexcherman
2b7882952a wallet menu links test 2018-05-17 16:53:16 +02:00
alexcherman
f5f5e63d17 test 2018-05-17 15:00:27 +02:00
alexcherman
0afb71ccfb added walletmenu anchor to href_ignore 2018-05-17 14:15:04 +02:00
Igor Kuzmenko
74653a9130
Fixes tests 2017-12-07 15:03:59 +02:00
Will Binns
0b0e505987
donations: Use SegWit-enabled address 2017-11-19 18:17:02 -06:00
Will Binns
0d98dddbf7
footer: Update htmlproofer exception; footer link 2017-05-09 08:00:31 -06:00
Will Binns
d503fe0a30
bco-htmlproof: Exempt address handler 2017-05-09 07:37:33 -06:00
Will Binns
9a69c3fe6b
bco-htmlproof: Drop handler link 2017-05-09 02:44:33 -06:00
Will Binns
c9ece81780
footer: Refactor styling, 'Support Bitcoin.org' 2017-05-09 02:31:37 -06:00
Saivann
bcc4b1fad5 Fix Makefile to allow empty anchor href attributes 2015-07-26 02:09:52 -04:00
David A. Harding
8e573b38f3
Merge #837, #838, and #842
* #837: Add A Blog To Bitcoin.org
* #838: Full Node Guide: Add Windows 8.x Instructions
* #842: QA: Fix 16,591 HTML Validation Errors
2015-04-28 11:06:59 -04:00
David A. Harding
ec343d54d1 QA: Check HTML Correctness & Fix Existing Errors
- _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)
2015-04-27 09:12:11 -04:00
David A. Harding
ffa9a249f3
Blog: Add Blog To Bitcoin.org
* Adds new page /en/blog

* Adds new feed for blog posts to /en/rss/blog.xml

* Adds "Blog" link to site footer

* Adds three back-dated blog posts to give the blog some initial
  content.
2015-04-22 17:49:30 -04:00
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