Update with recent property name changes Index: Tiles/TileBlog.cs =================================================================== RCS file: /cvs/gnome/beagle/Tiles/TileBlog.cs,v retrieving revision 1.14 diff -u -B -p -r1.14 TileBlog.cs --- Tiles/TileBlog.cs 10 Aug 2005 21:52:27 -0000 1.14 +++ Tiles/TileBlog.cs 15 Nov 2005 21:35:31 -0000 @@ -62,7 +62,7 @@ namespace Beagle.Tile { Process p = new Process (); p.StartInfo.UseShellExecute = false; p.StartInfo.FileName = "desktop-launch"; - p.StartInfo.Arguments = Hit ["fixme:itemuri"]; + p.StartInfo.Arguments = Hit ["dc:identifier"]; try { p.Start (); @@ -71,7 +71,7 @@ namespace Beagle.Tile { } #else try { - Gnome.Url.Show (Hit ["fixme:itemuri"]); + Gnome.Url.Show (Hit ["dc:identifier"]); } catch (Exception e) { Console.WriteLine ("Could not load handler for {0}: {1}", Hit ["fixme:itemuri"], e); } Index: Tiles/template-blog.html =================================================================== RCS file: /cvs/gnome/beagle/Tiles/template-blog.html,v retrieving revision 1.12 diff -u -B -p -r1.12 template-blog.html --- Tiles/template-blog.html 19 Jun 2005 14:33:35 -0000 1.12 +++ Tiles/template-blog.html 15 Nov 2005 21:35:31 -0000 @@ -3,10 +3,10 @@ -
@text%Weblog:@ @dc:title@ +
@text%Weblog:@ @dc:title@ @text%by@ @Author@
-
@text%Published:@ @date%fixme:published@.
+
@text%Published:@ @date%Timestamp@.
@%Snippet@