Commit graph

37 commits

Author SHA1 Message Date
David A. Harding
b347044eb2
Repository Move: Update Repository URLs
git ls-tree --full-tree -r HEAD \
  | sed 's/^.\{53\}//'          \
  | xargs sed -i 's^https://github.com/bitcoin/bitcoin.org^https://github.com/bitcoin-dot-org/bitcoin.org^g'
2015-06-23 09:08:40 -04:00
David A. Harding
10bb527535
Events: Fix minor rendering bug 2015-05-04 10:59:55 -04:00
Saivann
262b550c18 Separate event script from event data 2015-05-01 14:19:43 -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
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
584e19101c
QA: Simplify Comparison Between Local And Remote Site Files
This commit adds an extra step to the build process to SHA256 checksum
all the files that are built purely based on repository contents.  The
checksums file is uploaded to the webserver with the rest of the site
content.

A separate target is added to the Makefile to compare the remote
sha256sums file to a locally-built file to see if they differ.  This
allows us to detect when a remote build may have gone astray.
2015-02-26 07:13:47 -05:00
Saivann
df15d7f857 Update tr translations 2014-12-25 21:10:40 -05:00
Saivann
ab415e8b68 Update pl translation 2014-12-17 11:16:43 -05:00
Saivann
4722fe993e Update bg translations 2014-12-10 03:07:13 -05:00
Saivann
02c892b9a7 Update fa translations 2014-12-02 14:07:17 -05:00
Saivann
64a6f780be Merge branch 'license' 2014-11-28 10:54:28 -05:00
Saivann
6edf496a5b Update zh_TW translations 2014-11-27 14:06:39 -05:00
Saivann
2a139a51a1 Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
Saivann
1db1455703 Manage events in a single file 2014-11-15 18:45:43 -05:00
Saivann
cc4d343a9e Use YYYY-MM-DD as the pre-populated date format (thanks @harding) 2014-08-04 12:21:23 -04:00
Saivann
7c05b2f693 Add a pre-populated "Submit an event" link on the "Events" page 2014-08-03 23:55:44 -04:00
Saivann
b764edf547 Update nl translation 2014-07-27 00:25:13 -04:00
Saivann
b7a68846b8 Update ar translation (fixes #406) (thanks @gwb3) 2014-07-01 14:55:15 -04:00
Saivann
602ce85221 Update id translation (thanks @gwb3) (fixes #404) 2014-06-21 01:58:28 -04:00
Garland William Binns III
cd1903c83b Add English-to-Italian Translation 2014-06-01 16:08:43 -04:00
Saivann
73510fe526 Improve core developers list layout 2014-05-27 09:43:33 -04:00
Garland William Binns III
ba56c9c9a9 Update Chinese Translation 2014-04-10 10:45:47 -06:00
Garland William Binns III
57454dc275 Update Russian Translation 2014-04-09 13:25:53 -06:00
Garland William Binns III
294fb9b176 Update German Translation 2014-03-24 23:02:52 -05:00
Saivann
f998664c88 Set minZoom attribute to the events map 2014-03-20 12:23:15 -04:00
Garland William Binns III
70b42770de Update Spanish translation 2014-03-13 08:17:48 -06:00
Saivann
a9090cb4ab Update fr translation 2014-03-11 14:47:15 -04:00
Saivann
96de05b56c Prevent Google Maps API to empty the events' map
(Empty latitude/longitude data should be ignored)
2014-03-05 12:45:54 -05:00
Saivann
1a8b4c681a Improve events list style 2014-03-05 12:16:08 -05:00
Saivann
7bff294d4a Prevent markers to overflow on each other on the events map 2014-03-02 09:47:49 -05:00
Saivann
01e166e8e8 Display meetups on the events map 2014-03-01 19:14:27 -05:00
Saivann
4bdca82894 Escape special HTML characters on the events page 2014-02-19 21:43:05 -05:00
Saivann
dfd44bac21 Display events on a map using OpenStreetMap 2014-02-09 15:18:42 -05:00
Saivann
975001c2f1 Re-structure design and layout
Remove right buttons and merge them in the menu
Switch to a centered design
Apply a consistent summary text for each page
Remove link to the Foundation in the main menu
Add a "Join Foundation" text in Participate
Add a link to the Foundation in the bottom page menu
Add a "Getting started" page with links to external merchants and exchanges directories.
Rewrite home page with weusecoins video and introductive links
Add useful contextual links on "Individuals", "Businesses" and "Developers" page
Re-design "Community" and "Resources" pages
Add links to the wiki, bitcoinmining.com, coindesk, thegenesisblock, letstalkbitcoin, usebitcoins.info and howtobuybitcoins.info
Re-design "Download" page with OS autodetect button
Improve "Secure your wallet" texts with a mention about exchanges
2013-07-28 23:26:34 -04:00
Saivann
f744532805 Apply an independant adapted layout for releases, alerts and events 2013-07-11 16:55:35 -04:00
Saivann
35481f80c1 Apply a consistent margin and font-size for summary texts 2013-07-11 16:37:37 -04:00
Saivann
a252596168 Add events page and RSS feed
Drop previous orphan events pages
Drop site.post in sitemap.rb
2013-06-25 00:02:33 -04:00