Commit graph

25 commits

Author SHA1 Message Date
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
037cd4553a
Add New Glossary Page And Developer Search Feature
This commit adds the code necessary to generate a new
en/developre-glossary page with entry pages in the en/glossary/
directory, e.g. en/glossary/51-percent-attack.

The glossary page and the individual term pages feature a JavaScript
search engine (no CGI) for just glossary terms.  This search box has
also been added to the following pages:

    * Developer Documentation (the index page)
    * Developer Guide
    * Developer Reference
    * Developer Examples

The search box requires the following MIT-licensed libraries:

    * JQuery
    * JQuery UI
    * JQuery UI CSS stylesheet

These allow our JS code to be almost trivially simple in js/devsearch.js

This commit adds only code.  Actual glossary entry data will be added in
a subsequent commit.
2015-03-19 15:31:28 -04:00
Saivann
87465a3a7e Drop unused CSS file 2014-11-13 14:42:42 -05:00
Saivann
dfd44bac21 Display events on a map using OpenStreetMap 2014-02-09 15:18:42 -05:00
Saivann
6f034e71fb Use less to build all CSS files
CSS file names are now updated when visitor's browser must reload them
Allow files with .css extension to skip less compilation (IE6 invalid CSS syntax)
2013-10-22 03:17:02 -04:00
Saivann
25af20cceb Apply some additional CSS cleanup and fixes 2013-10-22 02:42:11 -04:00
Saivann
dc95a88d06 Drop deprecated CSS styles for IE6-7 2013-10-22 00:00:43 -04:00
Saivann
06685bbe13 Apply a few CSS fixes for IE6-7 2013-10-21 15:32:11 -04:00
Saivann
2f79df8dcd Apply various syntax consistency improvements 2013-10-21 14:59:09 -04:00
Saivann
fb2f594f9a Refresh and cleanup CSS and layout for old languages
Apply new layout
Drop deprecated CSS and icons
Fix various broken layout styles
Merge duplicating CSS "per language" into single files
2013-10-17 03:50:10 -04:00
Saivann
b185176815 Rewrite Innovation page
Change layout to display two texts by column
Add more texts about Bitcoin contracts and real use cases
Drop or improve existing texts
2013-10-07 10:09:55 -04:00
Saivann
f870596049 Make "Getting started", "Community" and "Resources" pages scalable for various translation text length 2013-08-20 11:44:05 -04:00
Saivann
d524755276 Add a lower severity disclaimer for wallets in-between software wallets and web wallets.
Applies to hybrid wallet (blockchain.info)
Applies to clients that are loading the block-chain using a centralized server (Electrum)
2013-08-16 19:43:11 -04:00
Saivann
a57a911212 Apply right margin dynamically in wallet list 2013-08-15 11:51:47 -04: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
b520e53047 Handle alert banners in alerts.rb 2013-07-14 01:04:26 -04:00
Saivann
9e25b71df5 Fix wide display and RTL button icon position for IE6-7 2013-07-11 20:35:33 -04:00
Saivann
a70199f30d Remplace empty 16px img by an empty block in download page 2013-07-11 20:22:25 -04:00
Saivann
d40dc08042 Use a consistent color for links and menus 2013-07-11 20:09:02 -04:00
Saivann
8bb069f515 Isolate deprecated CSS 2013-07-11 15:58:25 -04:00
Saivann
56d9f1eff8 Improve wallets link button design 2013-07-09 01:31:30 -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
7969811455 Add compatibility with IE6 2013-06-11 15:39:20 -04:00