ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Rss.cpp
(Generate patch)

Comparing trunk/Rss.cpp (file contents):
Revision 29 by douglas, 2004-07-19T00:49:34-07:00 vs.
Revision 30 by douglas, 2004-07-19T21:24:52-07:00

# Line 19 | Line 19 | Rss::Rss(const Buddy& buddy, const std::
19          xml::ScopeElement channel(rss, "channel");
20  
21          rss.OpenElement("title");
22 <        rss.OutputText(ext::String(buddy) + "'s Away Messages");
22 >        rss.OutputText(buddy + "'s Away Messages");
23          rss.CloseElement();
24          rss.OpenElement("link");
25          rss.OutputText("http://computers.douglasthrift.net/zoe.xml");
26          rss.CloseElement();
27          rss.OpenElement("description");
28 <        rss.OutputText(ext::String(buddy) + "'s AIM Away Messages from the past 30 "
29 <                + "days.");
28 >        rss.OutputText(buddy + "'s AIM Away Messages from the past 30 days.");
29          rss.CloseElement();
30          rss.OpenElement("lastBuildDate");
31          rss.OutputText(stamp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines