README.md in feedbook-0.9.1 vs README.md in feedbook-1.0.0
- old
+ new
@@ -110,16 +110,14 @@
## Todo
Because Feedbook is still in development there is many to do:
* add Google+ Notifier
- Unfortunately Google+ does not provides API with ability to push messages to streams. Because of that I need to find a tool that will provide that feature without use of Google+.
-* add links shortener (bit.ly or goo.gl) as a Liquid tag/filter
- Twitter limits Tweet length to 140 characters, why not to shorten links and rescue too long message.
-* add ability to add own Notifier without forking Feedbook project
- I would like to give ability to users to create own Notifier plugins without any special development to Feedbook.
+ * Unfortunately Google+ does not provides API with ability to push messages to streams. Because of that I need to find a tool that will provide that feature without use of Google+.
* add more tests
- I would like to add integration tests to make sure that all features work.
+ * I would like to add integration tests to make sure that all features work.
+* add offline mode
+ * I would like to add ability to run Feedbook with cron (start Feedbook, look for changes, save list of already notified posts and turn off)
## Contributing
1. Fork it ( https://github.com/pinoss/feedbook/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)