Commit graph

462 commits

Author SHA1 Message Date
David A. Harding
feea5bb21f Layout: Add anchor link affordance to all pages 2015-04-25 19:19:24 -04:00
David A. Harding
d383940ecb
Bitcoin.pdf: Create Page Linking To Translations
- Adds a new page linking to all translations of Nakamoto's Bitcoin
  paper, and also provides instructions for adding new translations

- Changes all links on the site that used to point directly to the
  English bitcoin.pdf to point to the new page.

- Add Spanish Translation by Breathingdog, as well as Spanish strings
  for the now page also by Breathingdog
2015-04-24 15:05:55 -04:00
David A. Harding
b8b1f2d07f
Merge pull #800: Revert "Drop Coinapult wallet" 2015-04-13 07:44:36 -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
8991568e70
Layout: exempt Download page from anchor link checking
Thanks Saïvann!
2015-04-09 15:47:05 -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
Ninkip2p
74e42facd7
Wallets: Add Ninki wallet
Rebased-from: 8137407d17d3b01af7051b76555f4482e3cb39b7
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #760
2015-04-04 13:14:32 -04:00
David A. Harding
ee2a161421
Revert "Drop Coinapult wallet"
This reverts commit 6fa5684924.
2015-04-04 11:34:19 -04:00
Saivann
6fa5684924 Drop Coinapult wallet
(The service was compromised and is still suspended)
2015-03-25 12:51:31 -04:00
phantomcircuit
6987ca346c
remove references to knc wallet
Rebased-by: David A. Harding <dave@dtrt.org>
Rebased-from: 0e1e40ce970c696ed058952f2e832f4c57e22c2e
Closes #673
2015-03-23 13:29:39 -04:00
David A. Harding
813cafec45
Fix orphan quote (thanks Saïvann!)
[ci skip]
2015-03-15 12:45:42 -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
David Hill
f6fbc5a8eb Add btcwallet and update url for btcd. 2015-03-04 19:59:18 -05:00
David A. Harding
24fdd8a0fa
Merge pull #777: Links: Add two websites 2015-03-01 08:03:22 -05:00
David A. Harding
cbebe461ff Releases: Variablize Release Notes
Add additional variables to the release note files to allow setting the
version number and date.  The version number is required, and can be
used to automatically set the release notes title.  The date is optional
and can be set hours/days after the release.

Additionally, a Makefile test is added that checks whether the download
files exist on the Bitcoin.org server.  This can help prevent creating a
broken Download page.

* Set variables for all previous releases

* Document variables in README.md

* Update code and templates to use variables

* Add the Download page links to the "dl" CSS class. Also add newlines
  to make the HTML a bit easier to parse using sed

* Add a new Liquid plugin to print warnings. This is used to print a
  non-error warning if any release is created without the optional date
2015-02-27 08:15:50 -05: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
louisjc
19d9ca498d Add GoBitcoin.io link 2015-02-26 11:07:30 +01:00
louisjc
36b3ef4964 Add CryptoFR link 2015-02-26 11:06:51 +01:00
David A. Harding
a0b206c77d
Merge pulls #765 and #770
* #765: Links: Replace Dead BitLegal.io With Wikipedia
* #770: Bitcoin for Developers: Change links
2015-02-25 11:36:44 -05:00
louisjc
de3138da5a Restore getstarted link and add developer-documentation link 2015-02-24 14:54:19 +01:00
David A. Harding
bac9de664c
Merge pulls #711, #752, #758
* Pull #711: Add Basic "How To Run A Full Node" Page
* Pull #752: Revert "Drop good tor privacy score for mycelium"
* Pull #758: Dev Docs: Add Inline Template Plugin And Use It For RPC/REST
2015-02-23 08:49:47 -05:00
David A. Harding
79fd671e90
Add New Inline-Template Plugin
Also add inline template for RPC and REST tables
2015-02-20 15:38:53 -05:00
David A. Harding
f61f66d326
Releases: Link To Full Node Page From Download Page 2015-02-19 19:04:12 -05:00
Saivann
20d456204e Reduce future changes to the javascript code of the download page
Drop unnecessary code used in other pages
Load download links from links already on the page
2015-02-19 09:42:53 -05:00
David A. Harding
7fed5ea0bd
Revert "Drop good tor privacy score for mycelium"
This reverts commit bf452cdc17.

Conflicts:
	_templates/choose-your-wallet.html
2015-02-18 11:34:15 -05:00
Saivann
f3580f553e Fix link to release signatures 2015-02-17 19:12:15 -05:00
Saivann
c7bccaa344 Update download directory prefix (fixes #748) 2015-02-17 18:57:41 -05:00
Saivann
9ac6bdd463
Downloads: Updates for v0.10.0
* Set filenames once in the download page

* Edit download page for new or updated files

* Add link to the source code, GitHub and torrent download

* Replace long sync instructions by short instructions to run a full node on the download page

Commit originated by Saïvann Carignan and updated by Dave Harding.
2015-02-16 03:03:20 -05:00
David A. Harding
ac43f09e26
Merge Pull #738: Add links to givebtc.org 2015-02-11 10:09:31 -05:00
Saivann
8308d27c2a Merge branch 'airbitz' 2015-02-10 11:15:30 -05:00
Saivann
385b096a74 Merge remote-tracking branch 'remotes/harding/re-add-circle' 2015-02-06 13:29:14 -05:00
Saivann
095c9fdf72 Add links to givebtc.org (fixes #734) 2015-02-05 21:27:53 -05:00
Saivann
c865f7224d Update link to Hive Mac 2015-02-04 09:48:59 -05:00
ywecur
838457bfe3
Wallets: Re-Add Circle.com To The Wallet Page 2015-02-04 08:44:47 -05:00
louisjc
66f6744cf6 Remove "France Bitcoin" from resources page 2015-02-02 21:34:10 +01:00
louisjc
deb021f9c1 Moving "France Bitcoin" to the News section 2015-02-02 19:00:01 +01:00
David A. Harding
4a0d0343a9
Merge Pull #722 and Pull #678
* 722: Dev Docs: Merge RPC and RPC Intro
* 678: Add NBitcoin to the list of free software projects
2015-01-30 08:18:52 -05:00
Saivann
109db2629c Update da translations 2015-01-29 15:42:11 -05:00
Saivann
0db3a01cbe Update de translations 2015-01-29 14:51:01 -05:00
Nicolas Dorier
9c83f5c5e8 Add NBitcoin to the list of free software projects 2015-01-28 01:33:34 +01:00
Damian
3789e67a18 Updated Airbitz wallet level and validation attributes 2015-01-26 16:43:08 -08:00
Damian
dcd3db31e2 Remove linkmap and linkdirectory translations and use linkmerchant instead 2015-01-26 16:38:01 -08:00
Saivann
4214856cff Merge branch 'hsts' 2015-01-24 12:09:07 -05:00
Saivann
2c6b2c6089 Merge remote-tracking branch 'remotes/coinapult/coinapult' 2015-01-22 12:25:32 -05:00
Saivann
3e87efe009 Add long time duration HSTS as a requirement for wallets
Drop Circle until the service supports HSTS
2015-01-20 16:14:29 -05:00
Saivann
f2a576bf91 Update hu translations 2015-01-19 17:20:25 -05:00
Damian
8047d24ca5 Updated link to new wallet page 2015-01-05 13:24:15 -08:00
Guilherme Polo
811b1e8a00 list the Coinapult wallet
adjust logo size and move to the new location

adjusted wallet classification based on PR 577
2015-01-02 13:36:23 -05:00
ywecur
26c220f782 Add saivanns suggested improvements 2015-01-01 18:05:03 +01:00