Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bru/filo
Simple but cute Instapaper clone. Written in Rails.
https://github.com/bru/filo
Last synced: 3 months ago
JSON representation
Simple but cute Instapaper clone. Written in Rails.
- Host: GitHub
- URL: https://github.com/bru/filo
- Owner: bru
- Created: 2010-06-01T18:14:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-03T12:53:58.000Z (almost 14 years ago)
- Last Synced: 2024-02-12T18:09:25.624Z (9 months ago)
- Language: Ruby
- Homepage: http://filo.bzaar.net
- Size: 762 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Welcome to Filo
===============Filo is a simple application to store links to stuff on the web that you want to read later.
Yes, it's been *heavily* inspired by Instapaper, and I wrote the version just a few weeks after Instapaper's launch as a means to investigate a few alternatives in shaping the user experience.Recently I decided to rewrote the application and move it to Heroku. You can find the current version at:
http://filo.bzaar.net
While at it, I also thought to open source it, so here it is.
Things you may find interesting here:
-------------------------------------* fully localized, using Rails i18n framework
* iPhone interface, powered by jqTouch
* Heroku ready
* uses Devise for authentication.
* Cucumber stories covering a good deal of the application's features.Getting started on Heroku
-------------------------These are the steps if you want to install your own copy of Filo in the cloud:
$ git clone http://github.com/bru/filo.git
$ cd filo
$ heroku create
$ git push heroku master
$ heroku rake db:migrateTODO
----* a lot. I have plenty of stories left in the icebox. Look this space for changes. On the other hand, feel free to fork and creovate.