RSS TodoList

Add an URL to your feed

1. By using that form :

 : 
 :  replace by whatever name you want

Please note that feed "somename" is limited to links from "http://en.wikipedia.org" to prevent spam

2. By calling an URL :

add?name=somename&url=http://www.google.com/

3. By using that bookmarklet :

Create a new bookmarklet and paste the following code in the URL field : javascript:var rss=prompt('RSS feed name ?');var r=new XMLHttpRequest();r.open('GET','BASEadd?n='+rss+'&url='+encodeURIComponent(window.location),true);r.setRequestHeader('Content-Type','text/plain;charset=UTF-8');r.onreadystatechange=function(){if(r.readyState==4){alert("Request sent : "+(r.status===200)+" ("+r.status+")");}};r.send(null); Then, clicking on that bookmark will add current page to the RSS feed.

4. By using a Firefox extension :

A Firefox extension is available.

Get your feed :

?name=somename or ?n=somename

Remove an URL from your feed

By calling an URL :

del?name=somename&url=http://www.google.com/

Feedback

Contact me on twitter (@paulgreg) or at gmail (my username is paulgreg).

Source code

Source code can be found :