I want to have an application, server-side, on my site that will let me create an easy-to-use javascript application where another webmaster could easily just put this < script > code on their site and it will pull down an RSS feed on to their site from mine. I don't want to use a third-party application, but I want to run it on my server. any ideas of an application that will let me do it? probably something where it's using get variables like generate.php?url=http://www.example.com/feed/&numcount=10 or something along those lines where you can pass those variables into it and the PHP application will spit out the correct returns. any ideas where I'll be be able to find something like this? (again, that's NOT third-party)