Modified:
/trunk/rig3serv/templates/default/html_entry.html
/trunk/rig3serv/templates/default/html_single.html
=======================================
--- /trunk/rig3serv/templates/default/html_entry.html Sat Feb 13 20:24:45
2010
+++ /trunk/rig3serv/templates/default/html_entry.html Sat Feb 13 21:14:38
2010
@@ -38,17 +38,19 @@
[[if categories]]in [[html ", ".join([c.capitalize() for c in
categories])]][[end]]
<span style="float:right">
+<!-- Buzz -->
+<a href="http://www.google.com/reader/link?title=[[url title]]&url=[[url
abs_permalink_url]]"
+ onclick="window.open('http://www.google.com/reader/link?title=[[url
title]]&url=[[url
abs_permalink_url]]', 'GoogleReader','toolbar=no,width=650,height=550');
return false;"
+ title="Share on Google Buzz: [[html title]]"
+ target="_blank" rel="nofollow external"
+ ><img src="[[url rel_base_url]]media/google.gif" title="Share on
Google: [[html title]]" border="0" /></a>
+
<!-- Facebook -->
<a name="fb_share" type="button" share_url="[[html abs_permalink_url]]"
title="Share on Facebook: [[html title]]"
target="_blank" rel="nofollow external"
href="http://www.facebook.com/sharer.php?u=[[url
abs_permalink_url]]&t=[[url title]]"
- ><img src="[[url rel_base_url]]media/facebook.gif" title="Facebook"
/></a>
-<!-- Buzz -->
-<a href="http://www.google.com/reader/link?title=[[url title]]&url=[[url
abs_permalink_url]]"
- title="Share on Google Buzz: [[html title]]"
- target="_blank" rel="nofollow external"
- ><img src="[[url rel_base_url]]media/google.gif" title="Google Buzz"
/></a>
+ ><img src="[[url rel_base_url]]media/facebook.gif" title="Share on
Facebook: [[html title]]" border="0" /></a>
</span>
</div>
=======================================
--- /trunk/rig3serv/templates/default/html_single.html Wed Feb 10 21:44:40
2010
+++ /trunk/rig3serv/templates/default/html_single.html Sat Feb 13 21:14:38
2010
@@ -24,9 +24,14 @@
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>[[html public_name]] - [[html title]] - [[html
entry.title]]</title>
+ <title>[[html entry.title]] | [[html title]] | [[html
public_name]]</title>
<link rel="stylesheet" type="text/css" href="[[url rel_base_url
+ "media/style.css"]]" />
<link rel="alternate" type="application/atom+xml" title="[[url title]] -
Atom" href="atom.xml" />
+
+ <!-- Facebook -->
+ <meta name="medium" content="blog" />
+ <meta name="title" content="[[html entry.title]]" />
+ <meta name="description" content="[[html public_name]]" />
</head>
<body>