So I've thrown away my feedback

jozef on 2009-11-26T17:00:03

I wrote recently about feedback.cgi on Bratislava Perl Mongers page. It turned out to be useful only to deliver more spam. Today I've replaced it with a JavaScript bookmarklet to the new evil thing from Google - Sidewiki. So everyone has still a chance to annotate the pages and I have one less thing to maintain. Win-Win.


Btw this is how one can get the sidewiki RSS feed url for http://bratislava.pm.org/ page:

perl -MURI::Escape -le 'print "http://www.google.com/sidewiki/feeds/entries/webpage/", uri_escape($ARGV[0]), "/default?includeLessUseful=true"' http://bratislava.pm.org/


How about Perl Simple Comments?

phillipadsmith on 2009-11-26T19:44:01

How about Perl Simple Comments? http://www.webreference.com/programming/perl/comments/

Re:How about Perl Simple Comments?

jozef on 2009-11-27T09:23:30

My goal is to move away from the VPS server where the page is hosted to groups.pm.org hosting. And it is not possible to have any CGIs installed there. Just static HTML with JavaScript.