Commit graph

2049 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
28d7ef0f1d
Release: Add 0.10.1 Magnet URI & Date 2015-04-27 02:22:21 -04:00
David A. Harding
5d8ab00bb3 Releases: Update 0.10.1 Release Notes to RC3 2015-04-25 19:19:25 -04:00
David A. Harding
d620ce61f2 Site Docs: Update release instructions
Describe how to prepare a release in advance.
2015-04-25 19:19:25 -04:00
David A. Harding
6264930505 JS: Move addAnchorLinks from main.js to base.js
Thanks Saïvann!
2015-04-25 19:19:25 -04:00
David A. Harding
feea5bb21f Layout: Add anchor link affordance to all pages 2015-04-25 19:19:24 -04:00
Jacob Burenstam
9d9247ee1c Site-wide JS: Don't remove mobile menu onclick
Rebased-from: 979eef696e3d02978f4245a944cd3d9f38518124
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #805
2015-04-25 19:19:24 -04:00
David A. Harding
ec822d624a Releases: Add Bitcoin Core 0.10.1
Notes current as of RC2
2015-04-25 19:19:24 -04:00
David A. Harding
400bed4343
Merge pulls #839 and #840
* 839: Dev Docs Glossary: Add Denominations Entry
* 840: Bitcoin.pdf: Add A Page That Lists Translations
2015-04-25 19:02:56 -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
3302d27ebc
Move Translated Bitcoin.pdf Files
Move translated bitcoin.pdf files to /files/bitcoin-paper
2015-04-24 14:45:28 -04:00
David A. Harding
6df57cf942
Dev Docs Glossary: Add Denominations Entry
Suggested by Jameson Lopp (thanks!)
2015-04-24 13:43:03 -04:00
David A. Harding
2a2df421c1
Dev Docs: Change Text To Make Autoxref Consistent 2015-04-23 12:56:47 -04:00
David A. Harding
0adf79eedd
Build System: Sort Files For Consistent Comparison
Fixes problem with filenames being listed in different order on
different systems.
2015-04-23 11:26:35 -04:00
David A. Harding
224127f2f0
Merge pulls #824 and #830
* 824: Dev Docs: Update For New 'generate' RPC
* 830: Link "quantum computing" in FAQ to related Bitcoin Magazine article
2015-04-22 17:38:44 -04:00
David A. Harding
3a7968eee4
Events: Add Bl0ckcha1n (Paris, France) 2015-04-20 18:41:38 -04:00
David A. Harding
31bf3d8648
Dev Docs: Fix s/offline wallet/signing-only wallet/
Suggested by cbaumler (thanks!)

Closes #835
2015-04-20 16:37:49 -04:00
sunnankar
26d5f08cc1 Update en.yml
No text changed to prevent translation issues. Link to article by Vitalik discussing quantum computing issues and potential solutions.
2015-04-20 00:00:51 -04:00
David A. Harding
a2a5f454cb
Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box""
This reverts commit 961d6c988f.
2015-04-14 08:55:53 -04:00
David A. Harding
ceaf266040
Merge pull #823: Various Backend & Site Docs Updates 2015-04-14 07:01:48 -04:00
David A. Harding
6ffd230671
Site Docs: Grammar Fixes
Thanks Saïvann!
2015-04-13 14:30:16 -04:00
David A. Harding
b8b1f2d07f
Merge pull #800: Revert "Drop Coinapult wallet" 2015-04-13 07:44:36 -04:00
David A. Harding
df2f3a77d0
Dev Docs: Describe New RPC 'generate' In Examples 2015-04-12 20:31:27 -04:00
David A. Harding
ab7ca1f26f
Dev Docs: RPCs: Add New 'generate' & Note 'getgenerate' Change 2015-04-12 20:30:59 -04:00
David A. Harding
3eee4811fd
Site Docs & Previews: Update Site Building/Previewing Docs
* New plugin: remove-html-extension falls back to /foo.html when /foo
  isn't found in `jekyll serve` mode.

* New Makefile target: `make preview` runs bundle exec jekyll serve

* Updated site docs to describe installing all required dependencies.
  Fully tested using a new install of Ubuntu Server 14.04.1
2015-04-12 15:20:35 -04:00
David A. Harding
6a42d7b861
Backend: Makefile Targets For 'deployment' and 'travis'
* Set build server to use `make deployment`

* Create Makefile target for 'deployment' to update dependencies if
  necessary

* Set Travis CI to run `make travis`

* Create Makefile target for 'travis' to use additional automation logic
2015-04-12 14:24:32 -04:00
David A. Harding
ca7b97134d
Backend: Upgrade To Jekyll 1.3.0 & Remove Workarounds
* Require in Makefile that everyone use bundle to remove inconsistencies

* Require in Gemfile that everyone use Jekyll 1.3.*

* Require in Gemfile that everyone use Ruby 2.0.0 (already used by
  Travis and most developers)

* Remove workaround _plugin/svg.rb which showed SVG files in `jekyll
  serve` (fixed in Jekyll 1.0.0)

* Remove inconsistent file path workarounds in _plugins/autocrossref.rb
  and _plugins/inline-template.rb
2015-04-12 14:24:15 -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
Saivann
b32efb7e66 Update sv translations 2015-04-12 11:55:53 -04:00
Saivann
332f0d88df Update fr translations 2015-04-12 00:06:10 -04:00
sandakersmann
d0ab1a2b20 Standardize translation links 2015-04-11 19:36:20 +02:00
Saivann
d2d97ba8ba Merge branch 'endlessloop' 2015-04-11 13:04:42 -04:00
Saivann
7a46f4cf5d Merge branch 'support' 2015-04-11 13:04:30 -04:00
Saivann
cb6ee870eb Merge branch 'cryptocurrency' 2015-04-11 13:04:16 -04:00
Saivann
6364f99419 Fix endless loop bug in build scripts 2015-04-11 10:32:08 -04:00
sandakersmann
2e1c26cc8a Cryptocurrency is one word 2015-04-11 16:19:12 +02:00
David A. Harding
f91920c886
Travis CI: Remove emails/use default behavior 2015-04-11 09:44:05 -04:00
David A. Harding
961d6c988f
Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box"
This reverts commit e3dcf0ce1f, reversing
changes made to c71e9fdf2d.

Once again we had a broken new plugin that Travis CI and local building
didn't catch.
2015-04-10 19:33:39 -04:00
David A. Harding
e3dcf0ce1f
Merge pull #793: Dev Docs: New Glossary & JS Search Box 2015-04-10 19:05:27 -04:00
Saivann
c71e9fdf2d Add my email address to receive Travis notification 2015-04-10 10:06:02 -04:00
gwillen
32519952cd
Reword description of transaction execution
I believe that the current description of transaction execution is not
accurately describing how the stack machine works. (It's close but uses
slightly misleading wording.) While data values are pushed when executed
in the script, other opcodes are never pushed; they are simply executed.

Wording improved per apoelstra's comments.

Rebased-from: 54f01b2d0b2b2383fd0d9085a829b55d83f7cd67
Rebased-by: David A. Harding
Closes #816
2015-04-10 10:02:45 -04:00
David A. Harding
d2987208d4
Translations: fix unclosed a tag 2015-04-10 09:52:36 -04:00
Saivann
5a90e9808d Update da, it translations 2015-04-10 09:50:08 -04:00
Saivann
fa70fabed6 Update pl translations 2015-04-09 22:47:17 -04:00
Saivann
1467db2c3e Update it translations 2015-04-09 22:34:53 -04:00
Saivann
8810fe74e0 Update de translations 2015-04-09 22:19:51 -04:00
Saivann
de9afa06b3 Expend the "Participate" menu entry 2015-04-09 17:38:11 -04:00
David A. Harding
8991568e70
Layout: exempt Download page from anchor link checking
Thanks Saïvann!
2015-04-09 15:47:05 -04:00
Saivann
a790f353d0
Glossary: Various small fixes and improvements
Add link to the glossary from each definition
Fix missing BIP37 link
Fix searchbox width on mobiles
Apply more consistent margin and padding for the searchbox
Use H3 titles in the glossary_entry layout for better readability
Always use HTML classes for CSS stylesheets
Fix one typo in glossary.rb
2015-04-09 15:20:39 -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