https://github.com/bagilevi/wikindle
Wikipedia articles optimized for Kindle
https://github.com/bagilevi/wikindle
Last synced: 3 months ago
JSON representation
Wikipedia articles optimized for Kindle
- Host: GitHub
- URL: https://github.com/bagilevi/wikindle
- Owner: bagilevi
- Created: 2011-08-13T13:52:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T13:00:39.000Z (over 13 years ago)
- Last Synced: 2025-01-13T04:41:47.583Z (4 months ago)
- Language: Ruby
- Homepage: http://wikindle.org/about
- Size: 492 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wikindle
Wikindle is a quick hack to make reading and navigating
[Wikipedia](http://wikipedia.org)
on a [Kindle](http://en.wikipedia.org/wiki/Amazon_Kindle)
more comfortable.It is hosted at [wikindle.org](http://wikindle.org) via
[Heroku](http://heroku.com).It is written in [Ruby](http://ruby-lang.org)
using the [Sinatra](http://sinatrarb.com) framework.## Installation
To make the feedback form work:
Create a Heroku app.
Install the *Sendgrid* add-on.
Set your email:
heroku config:add [email protected]
## Running locally
This is how I install it:
rvm install 1.9.2
rvm use 1.9.2
rvm gemset create wikindle
rvm use 1.9.2@wikindle
gem install bundler --no-ri --no-rdoc
bundle installTo be able to run it locally get your Sendgrid configuration:
heroku config
and create a `run` script (which is .gitignore'd), like this:
[email protected] \
SENDGRID_DOMAIN="wikindle.org" \
SENDGRID_PASSWORD="4fa6418571" \
SENDGRID_USERNAME="[email protected]" \
bundle exec rackup config.ru