// Zoe AIM Away Message RSS Feed Generator // // Seth King and Douglas Thrift // // $Id$ #include "Rss.hpp" /* api::FileOutputStream fout(this->rss != "-" ? this->rss : "/dev/null"); xml::TextWriter rss(this->rss != "-" ? fout : api::Cout.GetStream()); xml::ScopeElement root(rss, "rss"); rss.SetAttribute("version", "2.0"); xml::ScopeElement channel(rss, "channel"); rss.OpenElement("title"); rss.OutputText("Zoe's Away Messages"); rss.CloseElement(); rss.OpenElement("link"); rss.OutputText("http://computers.douglasthrift.net/zoe.xml"); rss.CloseElement();*/