Displaying 1 result from an estimated 1 matches for "vpim_titl".
Did you mean:
vpim_title
2006 Feb 20
0
vpimd, a personal information server
...ntent-type''] = ''text/xml''
raise WEBrick::HTTPStatus::OK
end
end
server.mount( $ics_todo_path, IcalTodoRssServlet )
register( $ics_todo_title, $ics_todo_path )
#--------------------------------------------------------------------------------
## Top-level page.
$vpim_title = "vPim for #{$user}"
class VpimServlet < WEBrick::HTTPServlet::AbstractServlet
def do_GET(req, resp)
body = <<"EOF"
<h1>#{$vpim_title}</h1>
You can access:
<ul>
EOF
$stuff.each do |name,path,protocol|
body << "<li>...