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-10 22:21:23 +01:00
app Implement a read flag, mark unread items in the ui 2013-01-10 22:21:23 +01:00
config Implement a read flag, mark unread items in the ui 2013-01-10 22:21:23 +01:00
db Implement a read flag, mark unread items in the ui 2013-01-10 22:21:23 +01: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 Save the errors in a table and make it viewable in the ui 2013-01-10 21:33:21 +01: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 Implement a read flag, mark unread items in the ui 2013-01-10 22:21:23 +01:00

== TODO

* Handle relative URLs in Atom feed.
  (http://www.rfc1149.net/blog/2010/12/27/feed-and-relative-links/)
* Rake task to update all feeds at once
* Detect an RSS link in a given website URL
* Add an optional manual title to the imported feed
* Collapse the opened item again
* Make the UI consistend (read/unread items)

=== Low priority

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


=== Broken feeds with feedzirra