Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evantahler/old-browser.org
I tell people to upgrade their browsers in many languages
https://github.com/evantahler/old-browser.org
Last synced: about 1 month ago
JSON representation
I tell people to upgrade their browsers in many languages
- Host: GitHub
- URL: https://github.com/evantahler/old-browser.org
- Owner: evantahler
- Created: 2013-11-26T03:46:56.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-03-06T20:23:16.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T21:27:19.564Z (3 months ago)
- Language: HTML
- Homepage: http://www.old-browser.org
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [old-browser.org](http://old-browser.org)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/evantahler/old-browser.org/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
We are looking for traslations help!
If you are able, please fork this repo and create a pull request to add your language.Each language is in a locale folder ([/en-us for example](https://github.com/evantahler/old-browser.org/blob/gh-pages/en-us/index.html)). All that is required is that you provide localized strings in YML document.
## How do I build the site?
OldBrowser.org is a static site hosted by [GitHub pages](http://pages.github.com/). We use [Jekyll](http://jekyllrb.com/) to build the site and test it locally. Here's a quick guide:
- [fork the project](https://help.github.com/articles/fork-a-repo/)
- install [Ruby](http://www.ruby-lang.org/) (comes with OSX)
- [git](http://git-scm.com/) clone this project
- [install](http://gembundler.com/) bundler
- install the gems this project needs with `bundle install`
- run jekyll `(bundle exec) jekyll serve --watch` which will run this site locally on port 4000.
- send your change in a [pull request](https://help.github.com/articles/using-pull-requests/), and once they are merged, your changes will be up on the site!Thanks!