From 838383c0e3ddd8ad3449d130dcf509a161910128 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 9 Sep 2010 07:56:26 +0200 Subject: Added a twitter butter with counter. --- pyAggr3g470r.py | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index b5169268..9dae6a8c 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -419,40 +419,45 @@ class Root: html += """
\nComplete story\n
\n""" % \ (article[3].encode('utf-8'),) # Share this article: - # on Buzz - html += """\n    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on delicious - html += """\n    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Digg - html += """\n    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on reddit - html += """\n    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Scoopeo - html += """\n    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Blogmarks - html += """\n - """ % \ +    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) - html += """
\n""" % \ + # on Twitter + html += """\nTweet\n""" % \ + (article[3].encode('utf-8'), article[2].encode('utf-8')) + + # on Google Buzz with counter + html += """

\n\n""" % \ (article[3].encode('utf-8'),) html += """
\n""" % \ -- cgit