Commit graph

59 commits

Author SHA1 Message Date
Saivann
ed2caf54b9 Link to the new merged translation live preview in the README 2014-10-23 23:06:53 -04:00
Saivann
049c0a5d9a Rename the "Decentralization" score to "Validation" score 2014-10-10 21:33:35 -04:00
Saivann
1ad6bfffbe Clarify requirements for the "transparency" score (thanks @harding) 2014-09-13 15:16:19 -04:00
saivann
bd40cff1eb Merge pull request #530 from bitcoin/readme
Add instructions and rules about adding a wallet on bitcoin.org
2014-08-23 21:36:28 -04:00
Saivann
6800f089fb Mention that wallets must meet passing score requirements before getting a good Transparency score (thanks @schildbach) 2014-08-22 12:39:21 -04:00
Saivann
2ead9b9c9f Fix typo in the README 2014-08-22 00:43:50 -04:00
Saivann
d6451c4093 Add instructions and rules about adding a wallet on bitcoin.org 2014-08-21 23:26:20 -04:00
David A. Harding
3a90000ed8
Add Makefile For Easy Automated Testing Immediately After Building
New Makefile lets testers build the static HTML files and then run a few
automated tests to catch problems like missing files and links.  The
Makefile is not required; the site can still be built using just Jekyll.

This commit also fixes several image-related errors reported by `make
test` by adding the missing PNG images.
2014-06-12 03:06:57 -04:00
Saivann
19c52a7315 Add "Developer Documentation" subsection in the README 2014-05-29 14:56:12 -04:00
John Manoogian III
944e7c3470 Manage gems + Ruby @ current stable versions w/RVM
* update to modern, supported Ruby 2.0 version
* update gems to current versions using Bundler
* make jekyll configs confirm to current version
* switch deb package dependencies to cross-platform rvm
* ignore bundled dependencies
* some README mods as per @harding + @saivann
2014-05-20 20:45:08 -07:00
Saivann
1ffd2cf573 Replace unused release announcement field by releases notes content 2014-04-12 17:21:24 -04:00
Saivann
6e2960d1ba Define events' date in YAML and continue displaying events 5 days after their start date (fixes #361) 2014-04-02 12:09:20 -04:00
Saivann
92c6884702 Improve and promote instructions in the README 2014-03-21 12:34:01 -04:00
Saivann
885b6b12b4 Add libicu-dev to dependencies (fixes #352) 2014-03-21 10:22:52 -04:00
Saivann
fde77a23d0 Rename "Bitcoin-Qt" to "Bitcoin Core" 2014-03-19 15:43:55 -04:00
Garland William Binns III
bb596d3652 Add clarification for running translation update script from root of git repo. 2014-03-14 16:38:33 -04:00
Saivann
9b62dc6f83 Add script used to update translation templates 2014-03-08 22:13:45 -05:00
Saivann
58ef9c6c56 Handle redirections in _config.yml 2014-02-19 14:57:04 -05:00
Saivann
dfd44bac21 Display events on a map using OpenStreetMap 2014-02-09 15:18:42 -05:00
Saivann
463364828a Replace "How it works" picture by an improved one 2013-09-29 22:14:02 -04:00
Saivann
242285c0ba Add an easter egg to allow contributors to preview their work easily 2013-09-28 00:15:28 -04:00
Saivann
4820a694d6 Update README file with recent instructions 2013-09-11 23:19:04 -04:00
Saivann
bcebe9c481 Set latest download version automatically based on release notes 2013-09-04 13:29:36 -04:00
Saivann
045e03e3f1 Use RFC 2822 date format for last updated time in alert pages 2013-08-12 13:19:09 -04:00
Saivann
7ff5b4b4e0 Move lastmod into alert pages content 2013-08-06 13:59:25 -04:00
Saivann
b520e53047 Handle alert banners in alerts.rb 2013-07-14 01:04:26 -04:00
Saivann
3482703f36 Order vocabulary page with ICU to handle each language collation 2013-07-04 01:53:25 -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
d58a1690da Clean and improve redirects.rb
Use _redirects/ for more consistency with other plugins
Fix an inaccurate redirection association in sitemap.rb
2013-06-22 20:43:19 -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
saivann
45c360b626 Merge pull request #207 from bitcoin/simplemenu
Re-structure and simplify menu layout
2013-06-18 21:37:28 -07: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
Saivann
ec44853934 Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin
Allow to keep short alias urls for each alert
Move alert pages in _alerts
Update sitemap plugin to include alerts
2013-06-18 23:50:37 -04:00
Saivann
34273d6955 Fix layout name for releases in README 2013-06-17 22:47:16 -04:00
Saivann
8dd3bd5ad5 Fix a mistake about ALERT example in README 2013-06-17 16:28:04 -04:00
Saivann
f262d0e06f Switch to transifex for translations
All strings, urls and anchors are now in a single yml files for each language
Translated html pages are generated by a jekyll plugin based on unified templates
Add a new sitemap generator plugin for the new translation structure
Update french translations
2013-05-21 01:07:13 -04:00
Saivann
4ce5098c8c Standardize ALERTs between layouts 2013-04-29 23:29:44 -04:00
Saivann
21441d310d Handle urls translations automatically in pages
Internal page urls are now all declared once in _config.yml for each language
Translators can translate file and anchor urls without needing to manually update all pages
2013-04-25 18:32:51 -04:00
Saivann
f383f2a201 Add Press Center with resources, FAQ and interviewees 2013-04-18 15:25:07 -04:00
Saivann
5855e3d2b5 Adapt choose-your-wallet page to work with dynamic height
This fixes all issues related to translations that overflow fixed height in many cases
Remove some steps in the README that are not necessary anymore
Fix two display bugs in IE7
Fix one display bug in IE9
Optimize images with optipng
2013-04-08 15:06:47 -04:00
Saivann
62e653a477 add translations tracking instructions in the README 2013-04-04 02:20:00 -04:00
Saivann
caec0d4041 mention OS in the README (fixes #109) 2013-04-03 14:35:22 -04:00
Saivann
aa57124121 fix many small typo and update README guidelines
fix wrong encoding for some space characters in the french version
fix lowercase/uppercase "bitcoin" depending if we speak of the unit or the technology
update some french translation to fit recent english changes
add guidance about previewing fixed height/width texts and ask for UTF-8 encoded texts in the README
2013-04-01 23:55:03 -04:00
Saivann
696d2f9fbe electrum does not use a online backup (fixes #95)
remove duplicate stuff in the README
2013-03-27 09:21:33 -04:00
Nils Schneider
c480dee522 remove aquarium from README 2013-03-27 07:29:24 +01:00
Saivann
ebd48d9321 remote incomplete content that is not ready for translation
the faq should be re-introduced when it's ready
2013-03-25 16:21:44 -04:00
Saivann
d1c90a6232 improve translation system
jekyll now automatically generates sitemap
alternate hreflang is now correctly handled by sitemaps
language bar now gracefully associate with the translated equivalent of the page
update README with updated translation guidelines and instructions
2013-03-25 00:01:18 -04:00
Saivann
2718222c9b new bitcoin.org
implement multilanguage
new improved clients list page
update history and statistics in the "about" page
add "Some things you need to know" page
add "Support Bitcoin" page
add a contextual presentation for each category of users (individuals, organizations, developers and enthusiasts)
add a short and concise "how it works" page
add a "vocabulary" page for Bitcoin technical words definitions
give more visibility for the foundation
new website design and layout
2013-03-18 14:29:59 -04:00
fanquake
e2157d5750 Tidy up 2012-07-19 12:49:09 +08:00
genjix
b965540fb4 Added 'therubyracer' to requirements section. 2012-05-09 01:16:26 +01:00