From 4b266feebefee9c158936cb411d892be702788cd Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 9 Sep 2010 15:00:40 +0200 Subject: Added identi.ca link --- css/img/identica.png | Bin 0 -> 2281 bytes pyAggr3g470r.py | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 css/img/identica.png diff --git a/css/img/identica.png b/css/img/identica.png new file mode 100644 index 00000000..fb15c382 Binary files /dev/null and b/css/img/identica.png differ diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 9dae6a8c..90a8b1a7 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -42,6 +42,8 @@ path = {'/css/style.css': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/blogmarks.png'}, \ '/css/img/buzz.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/buzz.png'}, \ + '/css/img/identica.png': {'tools.staticfile.on': True, \ + 'tools.staticfile.filename':utils.path+'/css/img/identica.png'}, \ '/css/img/heart.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/heart.png'}, \ '/css/img/heart_open.png': {'tools.staticfile.on': True, \ @@ -419,6 +421,10 @@ class Root: html += """
\nComplete story\n
\n""" % \ (article[3].encode('utf-8'),) # Share this article: + # on Identi.ca + html += """\n    \n""" % \ + (article[2].encode('utf-8'), article[3].encode('utf-8')) + # on Google Buzz html += """\n\n @@ -457,7 +463,7 @@ class Root: (article[3].encode('utf-8'), article[2].encode('utf-8')) # on Google Buzz with counter - html += """

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

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