32
32
print " <title>" + self._e(self.branch._get_nick()) + "</title>"
33
33
print " <id>" + self._e(self.feedid) + "</id>"
34
34
print " <link href='" + self._e(self.baseuri) + "/'/>"
36
35
print " <link rel='self' type='application/atom+xml' href='" + os.environ['REQUEST_URI'] + "'/>"
37
36
print " <updated>" + self._e(time.strftime("%Y-%m-%dT%H:%M:%SZ",time.gmtime(updated))) + "</updated>"