blogmonitor alpha
#! /opt/nu2m/bin/ruby -I/srv/Core/ruby
#
# Dispatcher for ping and XML-RPC service
#
# author: Lars Strojny <lars@nu2m.de>
# project: Blogmonitor
#
begin
require ‘blogmonitor/pingservice/dispatcher‘
Blogmonitor::Pingservice::Dispatcher.new
rescue Exception => error
require ‘cgi‘
cgi = CGI.new
cgi.out{ “error: #{error.message}“ }
end
sieht auch aber noch extrem alpha aus. siehe auch vowe.
[update]
blogmonitor is offline.