<% post_date = WezM::Helpers.parse_post_date(@item) %> <div class="published"> Published on <abbr class="calender date" title="<%= post_date.iso8601 %>"> <span class="weekday"><%= post_date.strftime('%a') %></span>, <span class="day"><%= post_date.day %></span> <span class="month"><%= post_date.strftime('%B') %></span> <span class="year"><%= post_date.year %></span> </abbr> </div> <%= yield %> <div id="respond"> <h2>Something to Add?</h2> <p>Contact me by email or Twitter if you have a comment, correction or just want to get in touch.</p> <ul class="inline"> <li> <script type="text/javascript"> //<![CDATA[ function hiveware_enkoder(){var i,j,x,y,x= "x=\"783d22363838353b353835333538353735393535353835363838353735383538383835" + "3635363537383535343538353434653766353a393235343466353a39243f7a5c223d783835" + "36353535343835353b3539353b353835343534353435343537383935393539353738353533" + "3538353838343536353935373834353538353535383835373538353835343566353b383a34" + "343939353a353835323568383838643539343435333538353538393466353b396435353534" + "3534353a353434653734383535323534353735353838353b35663564343b38643538353335" + "383536383a3836393938673838353435343535383738653867343a39373536383535383565" + "353b386435323538353735383539353935323539343a343738323936353535393537353338" + "3538353937383835393539353338673837396635643435353838383536353b3964393b3434" + "3539353b3434353538373536353b34343565343b3839353735383537383a34343936393539" + "3835373834353638343837393539673438353338393537353a396434393437343539343837" + "39353967343a3966353a3964353b343b3432353a3436393336343933383a38353867343a39" + "3a34653833383839373866356338643534343b3966396435663564343b3864353a38363939" + "3867383738653867343a3965353b386435323566353b383a34343968383838643539343934" + "66353b3964353b3433353a343439363967343a3965353b386435363566353b383a34343968" + "383838663964353b34363565343b383a3434393639353934383739353967343a3966356434" + "3b3964393b343a3566353b39663964353b34363565343b383a343439363935393438373935" + "3967343a39663564343b3964393b343a35663564343b3864353a3836393938673837386538" + "726365756770773f2d7b7d2b343f2d6b3d6a766970676e307a3e6b3d323f6b2a7471683d29" + "293f7b3d2464353b3463383a3434393639353934383739353967343b392b2b693b6874676e" + "656c2e783c693b303d6928726f663b2978286570616373656e753d783b27273d793b5c227b" + "213d2b2b342e6b2a747675647775307a2d2927292a67797d296a2865646f43726168436d6f" + "72662e676e697274533d2b793b34393d2b6a2932333c6a2866693b322d296928744165646f" + "43726168632e783d6a7b29223b793d27273b666f7228693d303b693c782e6c656e6774683b" + "692b3d3636297b666f72286a3d4d6174682e6d696e28782e6c656e6774682c692b3636293b" + "2d2d6a3e3d693b297b792b3d782e636861724174286a293b7d7d793b\";y='';for(i=0;i<" + "x.length;i+=2){y+=unescape('%'+x.substr(i,2));}y"; while(x=eval(x));}hiveware_enkoder(); //]]> </script> </li> <li> <% short = @item[:short_url] %> <a href="http://twitter.com/home?status=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Tweet</a> </li> <li class="short">Short URL: <a href="<%= short %>"><%= short %></a></li> </ul> </div>