Displaying 1 result from an estimated 1 matches for "calfil".
Did you mean:
calfile
2006 Feb 20
0
vpimd, a personal information server
...body << "#{all.inspect}\n"
if(path == '''')
body << "<ul>\n"
all.each do |f|
n = f.sub(''.ics'', '''')
body << "<li><a href=\"webcal://#{$host}:#{$port}/calfile/#{f}\">#{n}</a>\n"
end
body << "</ul>\n"
end
resp.body = body
resp[''content-type''] = ''text/html''
raise WEBrick::HTTPStatus::OK
end
end
server.mount( ''/calweb'', IcalIcsServ...