From 4225dbecbc7ea90c67b1b94699b000b59743530d Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 10 Sep 2010 07:24:24 +0200 Subject: New logo for identi.ca. --- css/img/identica.png | Bin 2281 -> 459 bytes pyAggr3g470r.py | 28 ++++++++++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/css/img/identica.png b/css/img/identica.png index fb15c382..18b5bd2b 100644 Binary files a/css/img/identica.png and b/css/img/identica.png differ diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 90a8b1a7..10c579a9 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -422,44 +422,44 @@ class Root: (article[3].encode('utf-8'),) # Share this article: # on Identi.ca - html += """\n    \n""" % \ + html += """\n    \n""" % \ (article[2].encode('utf-8'), article[3].encode('utf-8')) # on Google Buzz - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on delicious - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Digg - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on reddit - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Scoopeo - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Blogmarks - html += """\n\n + html += """\n\n\n\t    """ % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Twitter - html += """\nTweet\n""" % \ + html += """\n\nTweet\n""" % \ (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Google Buzz with counter -- cgit