Commit graph

33 commits

Author SHA1 Message Date
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
4213d102da
Style: Add anchor links to all subheads
* Adds Makefile test to ensure all subheadings, except those on Choose
  Your Wallet, have an ID (anchor reference)

* Adds an ID to all subheads that didn't have on previously
2015-04-09 11:30:28 -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
Saivann
25f9fabb78 Revert "Remove sourceforge links in all alerts"
This reverts commit 52fdf94762.
2014-09-11 17:25:01 -04:00
Luke Dashjr
52fdf94762 Remove sourceforge links in all alerts 2014-09-08 23:33:54 +00:00
Saivann
486bee8896 Mark heartbleed alert as inactive 2014-04-19 13:50:57 -04:00
Saivann
afbc4a64d3 Update "Last updated" notice on Heartbleed alert page 2014-04-11 12:19:50 -04:00
Andreas Schildbach
372f5f03cb Add information about Android to Heartbleed alert page. 2014-04-11 17:57:16 +02:00
Saivann
3597ab2df9 Add link to download page on Heartbleed alert page 2014-04-11 11:36:55 -04:00
Gavin Andresen
61e469d078 Heartbleed vulnerability alert: https://bitcoin.org/heartbleed 2014-04-11 11:09:09 -04:00
Saivann
d7778d64ac Remove "active" flag to the "transaction malleability" alert page 2014-02-17 13:53:22 -05:00
Saivann
6dbe5bf49d Add alert page for transaction malleability 2014-02-11 16:35:12 -05:00
Saivann
cdd841ccb7 Fix / Update external urls 2013-09-28 20:07:06 -04:00
Saivann
78f9b7712d Batch url fixes 2013-09-01 00:01:15 -04:00
Saivann
160f8d0ab4 Add Android team blog post about SecureRandom 2013-08-16 13:19:19 -04:00
Saivann
9fbe38d998 Update android alert page
Drop active status, updates have been issued
Update BitcoinSpinner status
2013-08-13 09:52:57 -04:00
Saivann
d26de24b4d Fix a typo 2013-08-12 16:10:32 -04:00
Saivann
5641aca3d9 Update global action status in android alert page 2013-08-12 14:48:28 -04:00
Saivann
bca367d41e Update blockchain.info wallet status in android alert page 2013-08-12 14:44:22 -04:00
Saivann
045e03e3f1 Use RFC 2822 date format for last updated time in alert pages 2013-08-12 13:19:09 -04:00
Saivann
cec769bd04 Use "update" and not "upgrade" 2013-08-12 11:51:37 -04:00
Saivann
1601839a65 Update android page alert 2013-08-12 11:44:25 -04:00
Andreas Petersson
05555ffae8 mycelium 0.7.0 update 2013-08-12 17:33:38 +02:00
Saivann
b1ab0efbdb Update blockchain.info wallet status on the alert page 2013-08-12 11:06:16 -04:00
Saivann
e3b64ac82f Update wallets status on the alert page 2013-08-12 09:01:30 -04:00
Saivann
9855f379ab Update mycelium wallet status on the alert page 2013-08-11 22:46:09 -04:00
Saivann
f871e7981d Fix a typo 2013-08-11 20:48:50 -04:00
Saivann
b99fb196a9 Update Android alert status 2013-08-11 20:31:39 -04:00
Saivann
01c3302ec0 Use capitalized title for the Android alert 2013-08-11 11:51:35 -04:00
Saivann
e9606cac8f Add alert for Android security vulnerability 2013-08-11 11:33:49 -04:00
Saivann
7ff5b4b4e0 Move lastmod into alert pages content 2013-08-06 13:59:25 -04:00
Saivann
b520e53047 Handle alert banners in alerts.rb 2013-07-14 01:04:26 -04:00
Saivann
ec44853934 Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin
Allow to keep short alias urls for each alert
Move alert pages in _alerts
Update sitemap plugin to include alerts
2013-06-18 23:50:37 -04:00