From a Windows command line, I'd like to be able to publish to an RSS feed. I visualize something like this:
rsspub @builds "Build completed without errors."
Then, someone could go to my computer:
http://xp64-Matt:9090/builds/rss.xml
And there'd be a new entry with the date and time and the simple text "Build completed without errors."
I'd like the feed itself to run on a different port, so I'm not fighting with IIS or Apache, or whatever else I need to run on my computer on a day-to-day basis.
Does anything like this exist?