RSS TodoList
1. Add an URL to your feed
1. By using that form :
2. By calling an URL :
http://rsstodolist.appspot.com/add?name=somename&url=http://www.google.com/
- 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 50.
- 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://www.google.com/
3. By using a Firefox JetPack extension :
A JetPack for rsstodolist is available to add current URL by a single click.
To use it, first, install JetPack, then, come back on that page and click on the upper-right "install" button.
You should then have a new item in your status bar (at bottom) allowing you to type your feed name and use the "add url" button to add the current url to your feed.
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 :
http://rsstodolist.appspot.com/del?name=somename&url=http://www.google.com/
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 that application's source code on the dedicated google code project page.