From 90300285ce0a09f7a92b8179e595b11a9c039184 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 2 Oct 2011 18:39:32 +0200 Subject: Removed buzz image. --- pyAggr3g470r.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 0801d087..19f679e7 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -476,6 +476,7 @@ class Root: html += """
\nComplete story\n
\n""" % (article.article_link,) # Share this article: + html += "Share this article:
\n" # on Diaspora html += """\n\t \n    """ % \ @@ -484,16 +485,6 @@ class Root: # on Identi.ca html += """\n\n    \n""" % \ (article.article_title, article.article_link) - - # Google +1 button - html += """\n\n    """ % \ - (article.article_link,) - - # on Google Buzz - html += """\n\n\n\t -    """ % \ - (article.article_link, article.article_title) # on Pinboard html += """\n\nTweet\n""" % \ (article.article_link, article.article_title) + + # on Google Buzz with counter - html += """

\n\n    """ % \ + html += """

\n\n""" % \ + (article.article_link,) + + # Google +1 button + html += """\n\n""" % \ (article.article_link,) + # QRCode (for smartphone) html += """
\n""" % (article_id,) html += "
\n" + htmlfooter -- cgit