self.writefile('<?xml version="1.0"?>\n<rss version="2.0">\n <channel>\n <title>Liftoff News</title>\n <link>http://liftoff.msfc.nasa.gov/</link>\n <description>Liftoff to Space Exploration.</description>\n <language>en-us</language>\n <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>\n\n <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>\n <docs>http://blogs.law.harvard.edu/tech/rss</docs>\n <generator>Weblog Editor 2.0</generator>\n <managingEditor>editor@example.com</managingEditor>\n <webMaster>webmaster@example.com</webMaster>\n <item>\n <title>Star City</title>\n <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.mov</link>\n <description>How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia\'s <a href="http://howe.iki.rssi.ru/GCTC/gctc_e.htm">Star City</a>.</description>\n <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>\n <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>\n </item>\n <item>\n <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a <a href="http://science.nasa.gov/headlines/y2003/30may_solareclipse.htm">partial eclipse of the Sun</a> on Saturday, May 31st.</description>\n <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate>\n <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid>\n </item>\n <item>\n <title>The Engine That Does More</title>\n <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>\n <description>Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly. The proposed VASIMR engine would do that.</description>\n <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>\n <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid>\n </item>\n <item>\n <title>Astronauts\' Dirty Laundry</title>\n <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link>\n <description>Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them. Instead, astronauts have other options.</description>\n <pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate>\n <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid>\n </item>\n </channel>\n</rss>')
items.append('<item>\n <title>Bumper Sticker</title>\n <guid>guid-%s</guid>\n <enclosure url="http://downhillbattle.org/key/gallery/%s.mpg" />\n <description>I\'m a musician and I support filesharing.</description>\n</item>\n' % (self.counter, self.counter))
self.writefile('<?xml version="1.0"?>\n<rss version="2.0">\n <channel>\n <title>Downhill Battle Pics</title>\n <link>http://downhillbattle.org/</link>\n <description>Downhill Battle is a non-profit organization working to support participatory culture and build a fairer music industry.</description>\n <pubDate>Wed, 16 Mar 2005 12:03:42 EST</pubDate>\n %s\n </channel>\n</rss>' % '\n'.join(items))