Commit graph

59 commits

Author SHA1 Message Date
David A. Harding
8642c81714
Merge pull #962: Site Docs: Add Details To Alert Creation Process 2015-07-28 11:35:06 -04:00
David A. Harding
ec6c93e224
Alerts: Change 'Alias' Field To 'Shorturl'
Suggested by Saïvann (thanks!)
2015-07-25 10:18:46 -04:00
David A. Harding
e038560ab7
Copyrights: Add MIT License Header To More Files
- Makefile: extend copyright check test to scan all files with YAML
  headers

    - Exclude alerts from check -- lack of a license shouldn't prevent
      us from publishing emergency information

    - Also add license to Makefile itself

- Fix all errors caught by new test

    - For release notes, also link to github.com/bitcoin/bitcoin
      repository as origin

        - Also update README.md release instructions to include license
2015-07-19 18:44:49 -04:00
David A. Harding
e509a927f9
Alerts: Disable SPV Mining Alert 2015-07-15 08:58:51 -04:00
Saivann
6109262ea2
Convert HTML to Markdown 2015-07-06 22:35:09 -04:00
David A. Harding
7895b4c64a
Drop unnecessary workaround 2015-07-06 13:57:53 -04:00
David A. Harding
cd2004e120
Move-only: Rename html alert file to md 2015-07-06 13:57:53 -04:00
David A. Harding
8c3852e230
Typo fix 2015-07-06 12:47:47 -04:00
Saivann
6dfe019256
Merge branch 'alertclass' 2015-07-06 11:05:38 -04:00
David A. Harding
018724d3a5
Alerts: SPV Mining: Change Updates Style 2015-07-06 00:10:36 -04:00
Saivann
b2e4b9b73c
Fix a typo 2015-07-06 00:06:03 -04:00
David A. Harding
21e3f8c176
Alerts: Update SPV Mining Alert 2015-07-05 23:50:21 -04:00
Saivann
2d36e36464 Allow to set styles for alert banner 2015-07-05 21:11:23 -04:00
David A. Harding
d95c4c7eb6
Alerts: SPV mining: link SPV (wallet) to friendly description 2015-07-04 12:41:40 -04:00
Saivann
af4cbf4c39
s/recommend/recommended/ 2015-07-04 12:07:52 -04:00
David A. Harding
9f30adba9f
Alerts: move good/bad mining pools to wiki, other changes
- Recommend upgrade to 0.10.2 because of unrelated DoS issues
- Update times
2015-07-04 11:56:30 -04:00
saivann
311044c512
HTML fixes 2015-07-04 05:27:07 -04:00
David A. Harding
c04bfa6832
Alerts: SPV mining suggested changes 2015-07-04 05:23:32 -04:00
David A. Harding
818abdb2ee
Alerts: SPV Mining more details 2015-07-04 04:57:07 -04:00
Saivann
e1c18c3ad6 Remove extra closing </b> tag 2015-07-04 04:27:07 -04:00
David A. Harding
756dc81e74
Alerts: SPV mining: update pool info 2015-07-04 04:16:45 -04:00
David A. Harding
6ec2551182
Alerts: SPV mining typo fixes
Suggested by Luke and Saïvann (thanks!)
2015-07-04 03:21:18 -04:00
David A. Harding
03182ce47f
Alerts: SPV mining draft4 2015-07-04 02:55:12 -04:00
David A. Harding
1b73bc893d
Alerts: spv mining draft-3 2015-07-04 02:29:10 -04:00
David A. Harding
d43a49f459
Alerts: invalid blocks draft2 2015-07-04 02:16:28 -04:00
David A. Harding
2b50fc8714
Alerts: first version of invalid v3 blocks 2015-07-04 02:06:20 -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 `&amp;`

- _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