function (data) {
if (data.type !== "Story" && data.type !== "Comment") {
return;
}
var remote = new Remote("http://rpc.weblogs.com/RPC2");
var call = remote.weblogUpdates.ping(data.site, data.origin);
if (call.error || call.result.flerror) {
console.error("Error invoking weblogs.com ping() method for " + data.site + ": " + call.error || call.result.message);
} else {
console.info(call.result);
}
return;
}
This is a test site for Antville, a small Weblog-application build with Helma. Within Antville you can easily create your own weblog and modify it to your own needs. Beside the normal weblog-functions Antville in it's current version provides:
So if you want to give Antville a try, feel free to create a weblog!
Until now, 1293 Weblogs were created, and the last updated weblogs are