Commit graph

20 commits

Author SHA1 Message Date
i-rme
1529aba74f Added HTTPS to links
Added HTTPS to links
2016-12-19 22:32:30 +01:00
Andreas M. Antonopoulos
0cdc30cb6d Remove volunteerpresscenter (bitcoinpresscenter.org)
The bitcoinpresscenter.org site is not necessary any more and will not be maintained. Removing from bitcoin.org press page.
2016-02-18 10:55:41 -06:00
David A. Harding
5705f0a32a
Press Quotes: remove Gates/Schmidt quote 2015-07-30 17:14:42 -04:00
David A. Harding
6d03563de7
Press Quotes: source quotes 2015-07-30 17:12:58 -04:00
David A. Harding
7e130c28bb
Press quotes: link names to Wikipedia articles 2015-07-30 17:10:41 -04:00
David A. Harding
980a69ff0f
Replace two quotes on Press page 2015-07-30 17:10:41 -04:00
David A. Harding
dc951c0cd9
Press Quotes: link to WikiQuotes 2015-07-30 17:10:38 -04:00
Saivann
34550965b2 Make wallet scores and all onclick events compatible with iOS 2015-07-26 01:18:23 -04:00
Saivann
664ec1ac61 Drop use of href="#|return false;" workarounds
This workaround was used for facilitating clicks on mobiles,
but is now unnecessary as ontouchstart events are used.
2015-07-26 01:15:04 -04:00
Saivann
2f9fdb9e44 Drop dead links in press picture page 2015-06-16 01:17:01 -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
a6d5b863bf
Merge pulls #813 and #821
* 813: Layout: Add anchor links to all subheads
* 821: Standardize translation links
2015-04-12 13:29:42 -04:00
sandakersmann
2e1c26cc8a Cryptocurrency is one word 2015-04-11 16:19:12 +02: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
2a139a51a1 Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
Saivann
d29b451a93 Translate, update and reposition press page 2014-10-27 23:10:40 -04:00
Saivann
141a96f54c Make press page english-only until we have enough active translators 2013-07-14 18:43:00 -04:00
Saivann
35481f80c1 Apply a consistent margin and font-size for summary texts 2013-07-11 16:37:37 -04:00
Saivann
542d517297 Re-structure and simplify menu layout (fixes #198)
Add translated page redirections using _redirects.yml
Redirect for bitcoin-for-press to press
Redirect bitcoin-for-enthusiasts to innovation
Ignore page redirections in sitemap.rb plugin
Move template plugin to template.rb instead of translate.rb
Add a small documentation in the template plugin
2013-06-19 00:29:52 -04:00
Renamed from _templates/bitcoin-for-press.html (Browse further)