Commit Graph

90 Commits

Author SHA1 Message Date
Will Binns
bf93b6e983
Merge pull request #2485 from bitcoin-dot-org/wbnns-paxful
Add Paxful Sponsorship
2018-07-11 18:20:31 -06:00
Andrew Chow
d8c8168a1d Alert key disclosure and vulnerabilities
Add a blog post with the alert key and describing the vulnerabilities.

Update alert system retirement page
2018-07-04 11:45:45 -07:00
Will Binns
1a785c9718
_posts: Add blog post denoting Paxful sponsorship 2018-07-03 21:21:01 -06:00
Will Binns
9b5797093a
site: Cache burst CSS/JS/PNG/SVG 2018-06-07 09:25:25 -06:00
Will Binns
b600ab883a
chmod: Update permissions to 644 2018-05-17 10:39:25 -06:00
alexcherman
5c4537aaf5 solve conflicts 2018-05-10 16:13:49 +02:00
Will Binns
49a907dc8d
blog: Update link to preview site 2018-05-02 21:01:20 -06:00
Will Binns
f347cac8b7
blog: Add 'Test New Design' post 2018-05-01 22:46:50 -06:00
alexcherman
214aa8b9c5 made accordions tabs expaded by default 2018-04-09 17:52:21 +02:00
alexcherman
421a0907ce legal page desktop 2018-04-05 11:04:58 +02:00
alexcherman
fd660dc50b blog subpage tablet 2018-04-04 12:41:48 +02:00
alexcherman
8a93b91df7 blog subpage desktop 2018-04-04 12:00:26 +02:00
alexcherman
34e2a79985 blog subpage draft 2018-04-03 16:08:58 +02:00
Will Binns
828dc52206
blog: Add strikethrough to voting link 2018-02-04 06:27:50 -06:00
Will Binns
8f428ff27b
post: Update design vote post with result 2018-02-04 05:57:42 -06:00
Will Binns
88bdb457f8
2018-01-28: Move link to vote to own line 2018-01-28 10:10:27 -06:00
Will Binns
b67a1a2e70
2018-01-28: Add link to view results 2018-01-28 10:08:51 -06:00
Will Binns
7018431be3
2018-01-28: Revise/simplify wording 2018-01-28 09:27:30 -06:00
Will Binns
0f2a3b0f50
Add blog post to vote on new Bitcoin.org design 2018-01-28 09:14:53 -06:00
Will Binns
71e9b7c00f Revert "Bitcoin Knots support"
This reverts commit c4bd860aa2, because it
is a major change to the site, and was made without any community
consensus and/or discussion.
2017-11-23 12:23:38 -06:00
Cøbra
c4bd860aa2 Bitcoin Knots support
Add post to support Knots
2017-11-23 15:23:15 +00:00
Daniel Vogel
b3207437c4
adding Bitso to bitcoin.org 2017-11-03 11:55:09 -06:00
theymos
d063f41d20 Updates to the blog post in response to comments 2017-10-05 12:09:00 -05:00
theymos
c124fb2b6f add copyright notice to blog post 2017-10-04 21:08:34 -05:00
theymos
1927d0a69f My edits to the blog post 2017-10-04 20:12:33 -05:00
theymos
4e90f34052 Harding's blog post 2017-10-04 19:51:22 -05:00
Will Binns
3323766165
blog: Add post for release of 0.14.2
This adds a new post containing all of the relevant information
pertaining to the release of Bitcoin Core Version 0.14.2 (release notes,
change log, etc.).
2017-06-17 18:35:27 -06:00
Will Binns
5cb5ab1fd2
blog: Fix blog post title in 0.14.1 release notes 2017-05-08 19:25:19 -06:00
Will Binns
b0fb5cf3f7
blog: Add release notes for 0.14.1 2017-05-08 19:19:09 -06:00
Will Binns
c15120e2c2
post: Rev date, add getinfo table, markdown fixes 2017-03-10 14:38:58 -06:00
Will Binns
7cccfce61d post: Update title 2017-03-09 20:46:01 -06:00
Will Binns
dfade2787e blog: Add announcement of Bitcoin Core 0.14.0
This adds a blog post containing all of the information pertaining to
the release of Bitcoin Core Version 0.14.0.
2017-03-09 20:46:00 -06:00
Will Binns
8f385ef498
blog: Add 'Bitcoin Exchanges' post 2017-03-01 09:52:07 -06:00
Will Binns
ff3b4cbda8 blog: Revise blockchain to be two words 2017-01-09 07:39:44 -06:00
Will Binns
6a19646aeb blog: Revise contributor acknowledgements 2017-01-09 07:39:44 -06:00
Will Binns
7b9fb8cfa1 blog: Add post, Updated Full Node Instructions 2017-01-09 07:39:44 -06:00
Mitchell Cash
9f8a748078 Fix small typo on blog post 2016-08-13 20:47:51 +10:00
David A. Harding
64e4c549bc
Dev docs: change "op code" to "opcode"
Closes #1068
2015-10-23 11:20:36 -04:00
David A. Harding
3e80a7a2af
Blog: New Bitcoin Core sub-site 2015-09-14 06:03:22 -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
1282821254
Repository Move: Blog Describing Move 2015-06-23 10:30:42 -04:00
David A. Harding
5e7dbab508
Repository Move: Manually Update URIs 2015-06-23 09:17:03 -04:00
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
a02f364059
Hard Fork Blog: Suggested Improvements
Improvements suggested by morcos, maaku, and /u/psztorc
2015-06-15 19:54:49 -04:00
David A. Harding
30cf561a6d
Blog: Clarify Hard Fork Statement 2015-06-15 13:52:11 -04:00
David A. Harding
054727fcf5
Blog: Bitcoin.org Position On Hard Forks 2015-06-15 10:53:22 -04:00
David A. Harding
4a89cc4974
Blog: s/&/and/ for HTML validation 2015-04-28 11:38:39 -04:00
David A. Harding
ffa9a249f3
Blog: Add Blog To Bitcoin.org
* Adds new page /en/blog

* Adds new feed for blog posts to /en/rss/blog.xml

* Adds "Blog" link to site footer

* Adds three back-dated blog posts to give the blog some initial
  content.
2015-04-22 17:49:30 -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
Saivann
6ac93df9f2 Generate releases notes using releases.rb
Make releases notes layout and urls consistent with the alerts page
Add RSS feed in download and version-history pages
Add a canonical page with a redirect to the new url
Simplify releases notes layouts
2013-06-19 14:04:29 -04:00