\n'
buf += '%s ' % (self['link'], self['title']) d = self['date'] if d.time() == datetime.time(0, 0, 0, 0): buf += '%s - %s \n' % \ (self['source'], d.strftime('%A, %d %B %Y')) else: buf += '%s - %s \n' % \ (self['source'], d.strftime('%A, %d %B %Y %H:%M')) buf += '%s \n' % (self['txt'], ) for s, l in self['other_links']: buf += '%s ' % (l, s) buf += 'All links ' % self['all_links'] buf += ' | \n'
buf += '