A feedreader for the curious geek. (WARNING: abandon ware)
This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-01-09 21:27:19 +01:00
app Make the UI usable and polish up some stuff 2013-01-09 21:27:19 +01:00
config Add the import functionality and adjust some remote calls 2012-05-13 23:55:22 +02:00
db Rudimentary feed fetching and display 2012-04-08 04:04:37 +02:00
doc Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
lib/assets Replace the ruby unit testing framework with rspec 2012-06-06 22:41:31 +02:00
log Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
public Rudimentary feed fetching and display 2012-04-08 04:04:37 +02:00
script Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
spec Replace the ruby unit testing framework with rspec 2012-06-06 22:41:31 +02:00
vendor Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
.gitignore Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
.rspec Replace the ruby unit testing framework with rspec 2012-06-06 22:41:31 +02:00
.watchr Replace the ruby unit testing framework with rspec 2012-06-06 22:41:31 +02:00
config.ru Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
Gemfile Replace the ruby unit testing framework with rspec 2012-06-06 22:41:31 +02:00
Gemfile.lock Make the feed parsing more robust 2013-01-05 00:28:01 +01:00
Rakefile Create a new Rails 3.2 project 2012-04-07 18:38:16 +02:00
README.rdoc Replace the default rails README with some usefull stuff 2013-01-09 21:25:59 +01:00

== TODO ==

* Handle relative URLs in Atom feed.
  (http://www.rfc1149.net/blog/2010/12/27/feed-and-relative-links/)
* Update a single feed manually and mark the new feeds in the db
* Rake task to update all feeds at once
* Detect an RSS link in a given website URL


=== Low priority ===

* Import a list if feeds
* Polish up the interface
* Button to reformat the given feed item like the Reader extension