RSS TodoList
1. Add an URL to your feed
1. By using that form :
Please note that feed "somename" is limited to links from "http://en.wikipedia.org" to prevent spam
2. By calling an URL :
- By default, the feed title will be fetched from the web page title. You may force it by using the "&title" parameter.
- Also, by default, your feed will contain 25 items. You can change that by setting "&limit" parameter from 1 to 100.
- A description for the link may be added by using the "description" parameter
- You may also use short parameters like "n" for "name", "u" for "url", "t" for "title", "l" for "limit" or "d" for "description" like that : /add?n=somename&u=http://en.wikipedia.org/w/index.php?title=Arab_Spring
3. By using that bookmarklet :
Simply drag and drop that rsstodolist bookmarklet to your browser toolbar. Then, clicking on that bookmark will add current page to the RSS feed.
4. By using a Google Chrome extension :
A Google Chrome extension is available to add current URL by a single click, remove it and access your feed.
5. By using a Firefox extension :
A Firefox extension has been made by Aurélien Thieriot (@a_thieriot). Many thanks Aurélien !
6. By using a Safari extension :
A Safari extension has been made by Grégoire Lejeune (@glejeune). Many thanks Grégoire !
7. By using Hubot :
A Hubot script has been made by Aurélien Thieriot (@a_thieriot). Many thanks Aurélien !
2. Get your feed :
http://rsstodolist.appspot.com/?name=somename or http://rsstodolist.appspot.com/?n=somename
3. Remove an URL from your feed
1. By calling an URL :
4. Feedback
Contact me, Grégory PAUL, for any remark, bug or question.
My username is paulgreg, both on gmail and on twitter.
5. Privacy
For now, that service is public and "open". That means that anyone knowing your feed name may see your items or add new ones.
6. Source code
You will find the source code for the current application and extensions on the dedicated google code project page.